Re: [CentOS] named & rndc

2007-09-22 Thread Stephen Harris
On Sat, Sep 22, 2007 at 09:44:20AM -0400, Peter Arremann wrote: > Because restart executes stop and then start. Even if the process has been > killed, there may be other things like lock files, shared memory segments and > so on around that will be properly removed by stop. Therefore using restar

Re: [CentOS] named & rndc

2007-09-22 Thread Peter Arremann
On Saturday 22 September 2007, umair shakil wrote: > Salam, > > Tell me one thing, you killed the service, means service not running. > when u start the > service then why are u using this command!!! > > service named restart > > should be "service named start" or /etc/init.d/named star

Re: [CentOS] named & rndc

2007-09-21 Thread umair shakil
Salam, Tell me one thing, you killed the service, means service not running. when u start the service then why are u using this command!!! service named restart should be "service named start" or /etc/init.d/named start if you are running secondary DNS, then your rndc key should be

Re: [CentOS] named & rndc

2007-09-21 Thread Craig White
On Fri, 2007-09-21 at 20:56 -0400, Robert Spangler wrote: > On Fri September 21 2007 18:50, Craig White wrote: > > > [EMAIL PROTECTED] etc]# kill 26598 > > [EMAIL PROTECTED] etc]# service named restart > > Stopping named:[FAILED] > > Starting named:

Re: [CentOS] named & rndc

2007-09-21 Thread Robert Spangler
On Fri September 21 2007 18:50, Craig White wrote: > [EMAIL PROTECTED] etc]# kill 26598 > [EMAIL PROTECTED] etc]# service named restart > Stopping named:[FAILED] > Starting named:[ OK ] After you have ki