Re: problem with bind stop

2009-07-03 Thread Stacey Jonathan Marshall
On 01/07/2009 15:41, Joan Marc Riera wrote: Hello, we have some troubles with restart and stop. bind does not stop and I think it's because of a wrong kill argument on the stop) case. Perhaps named is still saving updates... Try halt instead... $ rndc [] $ rndc [...] stop Sa

Re: problem with bind stop

2009-07-01 Thread Andy Shellam
Hi, I think that the kill -0 $PID should be something else, is it possible? No, that's not an issue. What "kill -0 " does is checks to see if is still alive - this is how the script prints the "waiting for to exit..." message and returns when the process has actually exited. Regards, An

Re: problem with bind stop

2009-07-01 Thread R Dicaire
2009/7/1 Joan Marc Riera : > we have some troubles with restart and stop. > > bind does not stop and I think it's because of a wrong kill argument on the > stop) case. This isn't a bind problem per se, have you talked to the debian maintainer, or filed a bug report with debian? -- aRDy Music and

problem with bind stop

2009-07-01 Thread Joan Marc Riera
Hello, we have some troubles with restart and stop. bind does not stop and I think it's because of a wrong kill argument on the stop) case. I think that the kill -0 $PID should be something else, is it possible? Many thanks Marc From /etc/init.d/bind9: stop) #here i erase some vali