From owner-freebsd-questions Tue Feb 25 5:27:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10EFD37B401 for ; Tue, 25 Feb 2003 05:27:46 -0800 (PST) Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035C043FA3 for ; Tue, 25 Feb 2003 05:27:45 -0800 (PST) (envelope-from chops@cinci.rr.com) Received: from cinci.rr.com (cvg-27-164-225.cinci.rr.com [24.27.164.225]) by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h1PDRhaG002614 for ; Tue, 25 Feb 2003 08:27:44 -0500 (EST) Message-ID: <3E5B6F4E.2050500@cinci.rr.com> Date: Tue, 25 Feb 2003 08:27:42 -0500 From: Mike B User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Subject: named error message in /var/log/messages Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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