named service every 3 day is a problem

gvh

Verified User
Joined
May 14, 2010
Messages
37
hi

named service every 3 day a problem

When I apply this command will solve the problem

cd /etc/init.d
mv named named.backup
wget http://www.directadmin.com/named
chmod 755 named
/sbin/chkconfig named reset


but why 3 day a problem ,named service ?



thank you
 
What you're doing is reinstalling BIND from scratch. Probably overkill. What happens if you try to restart BIND without reinstalling it?

What kind of errors are you getting in /var/log/messages?

Jeff
 
messages ....
but no every time.... 3-4 day a give me this problem


May 14 14:40:10 ns1 named[5721]: zone ala88nya.com/IN: sending notifies (serial 2010051000)
May 14 14:40:10 ns1 named[5721]: zone 8acilik.com/IN: sending notifies (serial 2010050500)
May 14 14:40:10 ns1 named[5721]: zone min5.net/IN: sending notifies (serial 2010050500)
May 14 14:40:10 ns1 named[5721]: zone e5ost.com/IN: sending notifies (serial 2010050502)
May 14 14:40:10 ns1 named[5721]: zone ce5rli.com/IN: sending notifies (serial 2010050501)
May 14 14:40:10 ns1 named[5721]: zone ta5im.tk/IN: sending notifies (serial 2010051000)
May 14 14:40:10 ns1 named[5721]: zone u45on.com/IN: sending notifies (serial 2010050500)
May 14 14:40:10 ns1 named[5721]: zone mz45as.com/IN: sending notifies (serial 2010050500)
 
I just noticed your username on two posts in a row... this gives me an idea the problem may be based on space on one of your partitions. You didn't answer in your other thread as to how much space you have.

sending notifies is NOT a warning or a problem. It's a notification that your server is notifying the slave nameserver of possible zone updates.

Jeff
 
Back
Top