LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   problem stopping named (https://www.linuxquestions.org/questions/linux-server-73/problem-stopping-named-546431/)

sarojmali 04-16-2007 06:04 AM

problem stopping named
 
can anyone help me. can't stop named
# service named stop
and
# service named status

when I run this command it runs the processing but does not give output and it just hang.

I have installed BIND 9.2.4

can anyone help me what might be the problem.


thanks u all for help, firewall was blocking the port

ramram29 04-16-2007 07:47 AM

Which command is it that hangs? Did you press Enter a few times?

Micro420 04-16-2007 10:30 AM

well, you could always do ps aux | grep named

Find the PID

then as root, kill -9 PID#

That'll show him who's boss!


All times are GMT -5. The time now is 03:13 PM.