From owner-freebsd-stable@FreeBSD.ORG Thu Apr 15 06:51:04 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E537B16A4CE for ; Thu, 15 Apr 2004 06:51:04 -0700 (PDT) Received: from TheWorld.com (pcls1.std.com [192.74.137.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F3D43D39 for ; Thu, 15 Apr 2004 06:51:04 -0700 (PDT) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (root@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.12.8p1/8.12.8) with ESMTP id i3FDopIc023009; Thu, 15 Apr 2004 09:50:51 -0400 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id JAA811198; Thu, 15 Apr 2004 09:50:51 -0400 (EDT) Date: Thu, 15 Apr 2004 09:50:51 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200404151350.JAA811198@shell.TheWorld.com> To: Randy Rowe References: <200404151317.JAA827152@shell.TheWorld.com> cc: freebsd-stable@freebsd.org Subject: Re: 4.10-BETA named (not) starting X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 13:51:05 -0000 >Subject: Re: 4.10-BETA named (not) starting >From: Randy Rowe >To: Kenneth W Cochran >Cc: freebsd-stable@freebsd.org >Date: 15 Apr 2004 08:36:00 -0500 > >On Thu, 2004-04-15 at 08:17, Kenneth W Cochran wrote: >> Hello -stable: >> >> I just updated to -stable as of 2004/04/14 and named is not >> starting at bootup. >> >> >From /var/log/messages: >> >> Apr 15 07:38:14 localhost /kernel: can't open '/etc/namedb/named.conf' >> >> But, if I become root & type "ndc start", named starts & >> seems to run as before. >> >> Any idea(s) what's happening here and/or how to fix? > >Your /etc/rc.conf should contain the following 2 lines: > >named_enable="YES" # Run named, the DNS server (or NO). Yes... >named_flags="-t /etc/namedb /etc/named.conf" This is what I have: named_flags="-u bind -g bind -t /etc/namedb" This has never been a problem before; shouldn't the config file default to /etc/namedb/named.conf? The message I'm getting is coming from the *kernel*. Wierd (so far...). >This assumes that the location of named.conf is >/etc/named/etc/named.conf That would be /etc/named/named.conf (spelling :) -kc