From owner-freebsd-questions Thu Mar 28 00:26:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08473 for questions-outgoing; Thu, 28 Mar 1996 00:26:51 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA08466 for ; Thu, 28 Mar 1996 00:26:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id AAA13437; Thu, 28 Mar 1996 00:27:09 -0800 Message-Id: <199603280827.AAA13437@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: ishort@pcm.co.za cc: freebsd-questions@freebsd.org Subject: Re: Named goes wobbly after a while In-reply-to: Your message of "Thu, 28 Mar 1996 10:09:13." <199603280805.KAA06171@pcmgate.pcm.co.za> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 28 Mar 1996 00:27:09 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > But just this morning I got a bunch of: > >Mar 28 08:48:30 pcmgate named[70]: ns_req: no address for root server >Mar 28 08:50:14 pcmgate named[70]: ns_req: no address for root server >Mar 28 08:52:15 pcmgate named[70]: ns_req: no address for root server >Mar 28 08:56:32 pcmgate last message repeated 5 times ...that's what I suspected. >And after a kill -1: >Mar 28 08:57:32 pcmgate named[70]: reloading nameserver >Mar 28 08:57:32 pcmgate named[70]: /etc/named.boot: line 8: unknown directive '# domain' >Mar 28 08:57:33 pcmgate named[70]: Ready to answer queries. >Mar 28 08:57:48 pcmgate named[70]: ns_req: no address for root server >Mar 28 08:58:17 pcmgate last message repeated 2 times Yup - that's the reason it's failing. >And after a kill -9 and a reload: > >Mar 28 08:58:35 pcmgate named[6024]: starting. named LOCAL-951116.090057 Thu No v 16 09:00:57 1995 >jkh@westhill.cdrom.com:/usr/src/usr.sbin/named >Mar 28 08:58:35 pcmgate named[6024]: /etc/named.boot: line 8: unknown >directive '#domain' >Mar 28 08:58:35 pcmgate named[6025]: Ready to answer queries. Well, you might at least first fix the syntax error in your named.boot fill..."#" is not a comment character (assuming that's what was intended). You may wish to check out named.root and make sure it is valid and up-to-date. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project