From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 15:23:58 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 38CBE16A40A for ; Tue, 27 Feb 2007 15:23:58 +0000 (UTC) (envelope-from noah@juniper.net) Received: from borg.juniper.net (borg.juniper.net [207.17.137.119]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3A213C471 for ; Tue, 27 Feb 2007 15:23:57 +0000 (UTC) (envelope-from noah@juniper.net) Received: from unknown (HELO beta.jnpr.net) ([172.24.18.109]) by borg.juniper.net with ESMTP; 27 Feb 2007 07:23:57 -0800 X-IronPort-AV: i="4.14,226,1170662400"; d="scan'208"; a="682605656:sNHT108749874" Received: from emailsmtp55.jnpr.net ([172.24.18.132]) by beta.jnpr.net with Microsoft SMTPSVC(6.0.3790.1830); Tue, 27 Feb 2007 07:23:57 -0800 Received: from [172.23.10.40] ([172.23.10.40]) by emailsmtp55.jnpr.net with Microsoft SMTPSVC(6.0.3790.1830); Tue, 27 Feb 2007 07:23:52 -0800 Message-ID: <45E44D06.7000308@juniper.net> Date: Tue, 27 Feb 2007 07:23:50 -0800 From: Noah Garrett Wallach User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Wojciech Puchar References: <45E38849.3090100@juniper.net> <20070227145130.F8671@chylonia.3miasto.net> In-Reply-To: <20070227145130.F8671@chylonia.3miasto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Feb 2007 15:23:52.0196 (UTC) FILETIME=[49659C40:01C75A83] 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 15:23:58 -0000 Wojciech Puchar wrote: >> 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. > because there are security exploits and keeping upto date version is important to me. http://www.isc.org/index.pl?/sw/bind/bind-security.php > > have you configured right version in right (/etc/namedb) directory? > I will check that.