Thursday, July 30, 2009

Named Error

root@smx3.hostdime.com.mx(~)$ /etc/init.d/named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
zone clone2.dizinc.com.zz/IN: loaded serial 2009021100
zone phpinfotest.com/IN: loaded serial 2009021100
zone transportesmiguel.com/IN: loaded serial 2009021100
zone grupoferrer.com/IN: loaded serial 2009021100
zone jyaa.com.mx/IN: loaded serial 2009021100
zone avpca.org/IN: loaded serial 2009021100
zone hawkanime.net/IN: loaded serial 2009021100
zone nortechengineering.com.mx/IN: loaded serial 2009021100
.
.
.
zone heraldodelbajio.com/IN: loading master file /var/named/heraldodelbajio.com.db: file not found
.
.
.

===========

actually the error is due to some incorrect entries in the /etc/named.conf
1.first check is there any entry for heraldodelbajio.com.db i.e in the error log
2.add it to /etc/named.conf
3.remove or comment following entries

# key "rndckey" {
# algorithm hmac-md5;
# secret "53Ard+LKadYqYxNPTZoMpQ==";
# };
#
# controls {
# inet 127.0.0.1 port 953
# allow { 127.0.0.1; } keys { "rndckey"; };
# };

rndc reload
/scripts/fixrndc
then restart named
this will fix the issue

No comments:

Post a Comment