DNS Unresponsive, stops working

zafar

Verified User
Joined
Apr 29, 2004
Messages
10
I am running a directadmin server on redhat and the server has been working fine for about 15 days. Then it started getting alot of problems. This morning when i checked it the site didnt work from the domain but it worked going through the IP address. Then i tried restarting named but it wouldnt stop or start or reload. I used shutdown -r now on the server twice but the server's bind still wouldnt work. The server was down for 8 hours and when i came back home i tried restarting the server again and then it finally worked. After about 5 hours the DNS went down again and this time the server wouldnt restart using shutdown -r now and bind wouldnt restart . After a while i tried using "reboot" and it finally worked. BIND is giving me alot of trouble and causing alot of down time. Is there any updates or fixes for it or anything im currently expierencing.

Btw the site is narutochaos.com @ IP 69.30.195.3

Heres some logs

May 17 13:51:01 xeon named[4043]: starting BIND 9.2.1 -u named
May 17 13:51:01 xeon named[4043]: using 4 CPUs
May 17 13:51:01 xeon named: named startup succeeded
May 17 13:51:01 xeon named[4043]: loading configuration from '/etc/named.conf'
...
May 17 13:51:01 xeon named[4043]: zone 69.30.195.2/IN: loaded serial 2004042900
May 17 13:51:01 xeon named[4043]: zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
May 17 13:51:01 xeon named[4043]: zone anihaven.com/IN: loaded serial 2004050800
May 17 13:51:01 xeon named[4043]: zone animesearch.com/IN: loaded serial 2004050400
May 17 13:51:01 xeon named[4043]: zone artofanime.com/IN: loaded serial 2004042900
May 17 13:51:01 xeon named[4043]: zone fmachaos.com/IN: loaded serial 2004042900
May 17 13:51:01 xeon named[4043]: zone havenforums.com/IN: loaded serial 2004050200
May 17 13:51:01 xeon named[4043]: zone ionws.com/IN: loaded serial 2004051501
May 17 13:51:01 xeon named[4043]: zone lbmesa.com/IN: loaded serial 2004042900
May 17 13:51:01 xeon named[4043]: zone narutochaos.com/IN: loaded serial 2004050101
May 17 13:51:01 xeon named[4043]: zone development.narutochaos.com/IN: loaded serial 2004042900
May 17 13:51:01 xeon named[4043]: zone narutoguide.com/IN: loaded serial 2004050100
May 17 13:51:01 xeon named[4043]: zone teamnubz.com/IN: loaded serial 2004050900
May 17 13:51:01 xeon named[4043]: zone localhost/IN: loaded serial 42
May 17 13:51:02 xeon named[4043]: zone addpower.org/IN: loaded serial 2004042900
May 17 13:51:02 xeon named[4043]: zone mattsplace.tk/IN: loaded serial 2004042900
May 17 13:51:02 xeon named[4043]: running
May 17 15:30:40 xeon named[4043]: lame server resolving '228.244.127.210.in-addr.arpa' (in '244.127.210.in-addr.arpa'?): 203.251.201.1#53
 
Last edited:
Hello,

It seems as through it's running right now. What you might want to try is to restart it and reload it from the command line to see if it's generating any errors
Code:
service named reload
service named restart
If anything comes from that, you might want to use a different boot script (the one that comes with named doesn't work for some machines.
Code:
wget -O /etc/init.d/named [url]http://www.directadmin.com/named[/url]
chmod 755 /etc/init.d/named
chkconfig named reset
Then try to restart/reload again.

John
 
Back
Top