From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 13:52:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 881B316A402 for ; Tue, 27 Feb 2007 13:52:42 +0000 (UTC) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id E3AB213C481 for ; Tue, 27 Feb 2007 13:52:41 +0000 (UTC) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.8/8.13.4) with ESMTP id l1RDqXYj009011; Tue, 27 Feb 2007 14:52:33 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.8/8.13.4/Submit) with ESMTP id l1RDqRIu008996; Tue, 27 Feb 2007 14:52:30 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Tue, 27 Feb 2007 14:52:27 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Noah Garrett Wallach In-Reply-To: <45E38849.3090100@juniper.net> Message-ID: <20070227145130.F8671@chylonia.3miasto.net> References: <45E38849.3090100@juniper.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: User Questions Subject: Re: named not starting during boot 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: Tue, 27 Feb 2007 13:52:42 -0000 > > named is not starting when I reboot a FreeBSD 6.2 server and I cant figure > out why. > there are no error mesasges in /var/log/messages during the boot process. > > even when I manually start there are no error messages. > > # grep named /etc/rc.conf > named_enable="YES" > # pkg_info | grep bind > bind9-9.3.4 Completely new version of the BIND DNS suite with updated why you are installing bind from ports - there is bind9 in base system. and it's controlled with named_enable. have you configured right version in right (/etc/namedb) directory?