Hi All,
First, i read all the messages and http://help.directadmin.com/item.php?id=128.
I couldn't slove it. Now my main name server is down. luckily im using multi admin setup (the directadmin option), so i have secondary nameservers with duplicated data.
The problems started after doing yum upgrade from centos 4.5 to centos 4.6
My problem is that:
1. yum update. i saw it's installing new bind-9.2.4-28
2. tried to do services restart to make sure everything is working as expected. the named service wont do restart. i can even stop it with kill -9 #pid!
3. I can't restart the named anyway. checked /var/log/messages after issuing service named restart:
4. output of ps aux
I can't kill these services! tried with kill -9 4467 and nothing
First, i read all the messages and http://help.directadmin.com/item.php?id=128.
I couldn't slove it. Now my main name server is down. luckily im using multi admin setup (the directadmin option), so i have secondary nameservers with duplicated data.
The problems started after doing yum upgrade from centos 4.5 to centos 4.6
My problem is that:
1. yum update. i saw it's installing new bind-9.2.4-28
2. tried to do services restart to make sure everything is working as expected. the named service wont do restart. i can even stop it with kill -9 #pid!
3. I can't restart the named anyway. checked /var/log/messages after issuing service named restart:
Code:
Jan 9 06:54:00 server named: named -TERM succeeded
Jan 9 06:54:00 server named: succeeded
Jan 9 06:54:02 server named: failed
4. output of ps aux
Code:
root@server sysconfig]# ps aux | grep named
named 4467 0.0 0.0 0 0 ? Zs 2007 21:39 [named] <defunct>
root 26101 0.0 0.0 0 0 ? Zs 06:20 0:00 [named] <defunct>
root 32287 0.0 0.0 5132 672 pts/0 S+ 07:33 0:00 grep named
Last edited: