On Tue, 2005-08-09 at 11:29 -0400, Claude Jones wrote: > On Tue August 9 2005 11:19 am, Paul Howarth wrote: > > Can't stop, but start is ok... any ideas? > -- probably looking in the wrong spot for the 'pid' of the process already running and since the startup script can't find the pid, it can't be certain that it has it stopped. # ls -l /var/named/chroot/var/run/named/named.pid -rw-r--r-- 1 named named 6 Aug 4 18:00 /var/named/chroot/var/run/named/named.pid # service named restart Stopping named: [ OK ] Starting named: [ OK ] # service named status number of zones: 11 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF server is up and running Craig