Noah wrote: > On Sat, 19 Jun 2004 08:48:42 -0400, Jason Staudenmayer wrote >> Do you have the local bound to your interface? I've seen cases where >> it was not. >> > I dont quite understand. what do I check here please? > I don't quite understand what Jason is referring to either, but I think he's referring to your systems loopback device. Just to add to this thread - there are only a few things that I can think of that would cause bind/named NOT to be able to "bind" to the loopback device. 1) Your system does not have a loopback device defined. i.e. [root@excelsior postfix]# ip -s link show lo 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped overrun mcast 88978146 135295 0 0 0 0 TX: bytes packets errors dropped carrier collsns 88978146 135295 0 0 0 0 [root@excelsior postfix]# ip -s addr show lo 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo 2) There is another process already running that is bound to 127.0.0.1 port 953 3) I don't even know if this is possible, but your system's kernel was not compiled with support for the loopback device. Maybe someone else on the list might have some other ideas. Steve Cowles -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list