Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 08:27:42 -0500
From:      Mike B <chops@cinci.rr.com>
To:        questions@freebsd.org
Subject:   named error message in /var/log/messages
Message-ID:  <3E5B6F4E.2050500@cinci.rr.com>

next in thread | raw e-mail | index | archive | help
In my /var/log/messages I keep getting this output from named

Feb 25 08:20:18 dynedyne named[48482]: starting (/etc/namedb/named.conf)
Feb 25 08:20:18 dynedyne named[48482]: limit files set to fdlimit (1024)
Feb 25 08:20:18 dynedyne named[48482]: /etc/namedb/named.conf:5: syntax 
error near zone
Feb 25 08:20:18 dynedyne named[26498]: Ready to answer queries.

here is what my named.conf looks like

options {
         directory "/etc/namedb";
         }

zone "." in {
         type hint;
         file "named.root";
};

zone "0.0.127.IN-ADDR.ARPA" in {
         type master;
         file "localhost.rev";
};

zone 
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" 
in {
         type master;
         file "localhost-v6.rev";
};

I've tried changing the 'zone "." in {' to alleviate the problem but I 
can't seem to fix it. The name server is running properly and responds 
to queries but the error message is bothersome and I'd like to get rid 
of it. I reinstalled bind from ports just to make sure everything was up 
to date too. Thanks for the help.

Mike B


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E5B6F4E.2050500>