Click to See Complete Forum and Search --> : multiple named entries in ps


ronpac
12-25-2000, 06:29 PM
I've just upgraded to bind 9.0.1

When I start the named server and look at the processes, I see multiple named instances with different pid, example:

300 ? 00:00:00 named
301 ? 00:00:00 named
302 ? 00:00:00 named
303 ? 00:00:00 named
304 ? 00:00:00 named

The service still works and I can kill them all, but when I do I get a statement that that process doesn't exists, but it really does.

I've looked in the message log and see the following:

Dec 25 17:18:42 linux2 named[302]: starting BIND 9.0.1
Dec 25 17:18:42 linux2 named[302]: loading configuration from '/etc/named.conf'
Dec 25 17:18:42 linux2 named[302]: the default for the 'auth-nxdomain' option is now 'no'
Dec 25 17:18:42 linux2 modprobe: modprobe: Can't locate module net-pf-10
Dec 25 17:18:42 linux2 named[302]: no IPv6 interfaces found
Dec 25 17:18:42 linux2 named[302]: listening on IPv4 interface lo, 127.0.0.1#53
Dec 25 17:18:42 linux2 named[302]: socket.c:1183: unexpected error:
Dec 25 17:18:42 linux2 named[302]: setsockopt(10, SO_TIMESTAMP) failed
Dec 25 17:18:42 linux2 named[302]: listening on IPv4 interface eth1, 192.168.101.13#53
Dec 25 17:18:42 linux2 named[302]: socket.c:1183: unexpected error:
Dec 25 17:18:42 linux2 named[302]: setsockopt(12, SO_TIMESTAMP) failed
Dec 25 17:18:42 linux2 named[302]: socket.c:1183: unexpected error:
Dec 25 17:18:42 linux2 named[302]: setsockopt(9, SO_TIMESTAMP) failed
Dec 25 17:18:42 linux2 named[302]: running

p.s. Does anyone know of a good java programming forum?