From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 08:00:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3697106566B for ; Fri, 8 Jul 2011 08:00:58 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [75.101.116.66]) by mx1.freebsd.org (Postfix) with ESMTP id A50858FC16 for ; Fri, 8 Jul 2011 08:00:58 +0000 (UTC) Received: from [10.0.1.2] (pool-108-23-64-87.lsanca.fios.verizon.net [108.23.64.87]) (authenticated bits=0) by zoom.lafn.org (8.14.3/8.14.2) with ESMTP id p687PdSX092602 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 8 Jul 2011 00:25:40 -0700 (PDT) (envelope-from bc979@lafn.org) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Doug Hardie In-Reply-To: <20110708055837.GA21564@thought.org> Date: Fri, 8 Jul 2011 00:25:34 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20110707180041.GA90387@thought.org> <20110708055837.GA21564@thought.org> To: Gary Kline X-Mailer: Apple Mail (2.1084) X-Virus-Scanned: clamav-milter 0.97 at zoom.lafn.org X-Virus-Status: Clean Cc: FreeBSD Mailing List Subject: Re: DNS and file system messed up... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 08:00:59 -0000 On 7 July 2011, at 22:58, Gary Kline wrote: >> Jul 7 10:16:33 ethic named[54366]: none:0: open: /etc/named.conf: = file not found >> Jul 7 10:17:56 ethic named[54371]: starting BIND 9.3.6-P1 -c = /var/named/etc/namedb/named.conf The first one that fails is looking for /etc/named.conf. The second one = shows its in /var/named/etc/named/named.conf Those are different locations. I suspect you have named_flags setup in = rc.conf pointing to /etc/namedb/named.conf rather than the right = location. Its also possible that its not set in rc.conf but defaults in = either the rc script or /etc/rc.d/named. On my system it appears to = default in /etc/rc.d/named.=