From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 16:12:19 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 8B12316A407 for ; Tue, 27 Feb 2007 16:12:19 +0000 (UTC) (envelope-from jd@cs1000m.com) Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5449013C478 for ; Tue, 27 Feb 2007 16:12:17 +0000 (UTC) (envelope-from jd@cs1000m.com) Received: from adsl-69-210-74-164.dsl.milwwi.ameritech.net ([69.210.74.164] helo=cheyenne.sixcompanies.com) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HM4FB-0000uc-4k; Tue, 27 Feb 2007 10:27:57 -0500 Received: from dakota.sixcompanies.com (cheyenne.sixcompanies.com [10.43.82.170]) by cheyenne.sixcompanies.com (8.14.0/8.14.0) with ESMTP id l1RFRt6w011148; Tue, 27 Feb 2007 09:27:55 -0600 (CST) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 69.210.74.164 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: lonebandit Message-Id: <200702271527.l1RFRt6w011148@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 27 Feb 2007 09:28:51 -0600 To: Noah Garrett Wallach From: "J.D. Bronson" In-Reply-To: <45E44D06.7000308@juniper.net> References: <45E38849.3090100@juniper.net> <20070227145130.F8671@chylonia.3miasto.net> <45E44D06.7000308@juniper.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Wojciech Puchar , 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 16:12:19 -0000 At 09:23 AM 02/27/2007, Noah Garrett Wallach wrote: >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 I actually rolled my own version of Bind (9.4.0) and have it working perfectly and starting under rc.conf (I had to edit /etc/rc.d/named though) -JD