LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   NAMED Service Not Stopping (https://www.linuxquestions.org/questions/linux-networking-3/named-service-not-stopping-282605/)

dsschanze 01-26-2005 04:56 PM

NAMED Service Not Stopping
 
Hi,
I was trying to configure BIND DNS server on my server and it didn't work. I went to the service configuration and clicked the stop button to stop the service and this is what it gave me.

number of zones: 4
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is up and running

This is after I have clicked the stop button and opened and closed the service window a couple of times. Does this mean that the DNS daemon is still running? Can anyone tell me anything else I can do to stop the service if it still is running?

By the way, I am running Red Hat Linux 9
Thank you,
Derek :Pengy:

fur 01-26-2005 07:03 PM

As root you should be able to issue the command "/etc/init.d/named stop", or it may be "bind", or "bind9" instead of "named". To turn it back on /etc/init.d/named start (again "named" may be something else depending on how the init scripts are setup just look in that directory and see)..

dsschanze 01-27-2005 02:49 PM

Quote:

Originally posted by fur
As root you should be able to issue the command "/etc/init.d/named stop", or it may be "bind", or "bind9" instead of "named". To turn it back on /etc/init.d/named start (again "named" may be something else depending on how the init scripts are setup just look in that directory and see)..

This didn't work, but I got it to stop by typing

Quote:

killall named
Thanks for the help though!

-Derek :Pengy:

rs15 08-06-2007 05:03 AM

Stopping named
 
Quote:

Originally Posted by dsschanze
This didn't work, but I got it to stop by typing



Thanks for the help though!

-Derek :Pengy:

I have spend lot of time before stopping named but no command was worked except "killall named". This was really very helpful to me. But I think named is not working properly.

rs15


All times are GMT -5. The time now is 09:25 PM.