From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 12:13:34 2007 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 1ED3916A418 for ; Fri, 5 Oct 2007 12:13:34 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id D85D413C447 for ; Fri, 5 Oct 2007 12:13:33 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id 2CF3D17BFA; Fri, 5 Oct 2007 08:13:33 -0400 (EDT) Received: from mail.digitalfreaks.org ([127.0.0.1]) by localhost (mail.digitalfreaks.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 17477-26; Fri, 5 Oct 2007 08:13:32 -0400 (EDT) Received: from [192.168.2.50] (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.digitalfreaks.org (Postfix) with ESMTP id 488E917BF2; Fri, 5 Oct 2007 08:13:32 -0400 (EDT) From: "Brian A. Seklecki" To: dhaneshk k In-Reply-To: References: Content-Type: text/plain Date: Fri, 05 Oct 2007 08:13:32 -0400 Message-Id: <1191586412.28483.131.camel@soundwave.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2 Cc: freebsd-questions@freebsd.org Subject: Re: Bind configuration in FreeBSD 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, 05 Oct 2007 12:13:34 -0000 You need to enable the service: $ sudo vi /etc/rc.conf >> named_enable="YES" :wq $ sudo /etc/rc.d/named restart The bind in-tree is 9.3.4 and the chroot is already setup for you by default. You don't want to go installing a bitrot version from Ports. ~BAS On Fri, 2007-10-05 at 12:08 +0000, dhaneshk k wrote: > but no message that it is starting or not .