LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   problem of DNS (https://www.linuxquestions.org/questions/linux-server-73/problem-of-dns-478323/)

er_gaurav22 08-29-2006 01:31 AM

problem of DNS
 
Hello,

i m phasing the problem of DNS server,prb is dat the files inside the slaves directory i.e slave-com.zone & slave-192.168.1.zone files r not creating & service(named)is running,not stopping after restartng,pls tell me about dat prob & give me the solution.

blankbmx 08-29-2006 10:10 PM

Hello, if you are talking about a problem such as this:

Code:

# /etc/init.d/named restart
Stopping named:
named: already running

You can manually stop named by executing:

Code:

# killall -9 named
# /etc/init.d/named start

Also, check your firewall configuration to ensure that port 953 is open, tcp. This will usually fix the problem. rndc reload needs port 953 open.

er_gaurav22 08-30-2006 12:34 AM

reply
 
i hv done itbut it displayes dat

no process killed

blankbmx 08-30-2006 10:27 AM

try doing
Code:

# ps aux | grep named
and see if that shows any running instances of named. if so, do a killall -9 (PID).


All times are GMT -5. The time now is 05:02 PM.