From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 08:18:54 2008 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 CFE28106566C for ; Tue, 2 Sep 2008 08:18:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8867E8FC1E for ; Tue, 2 Sep 2008 08:18:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KaR6B-0003R9-D8 for freebsd-questions@freebsd.org; Tue, 02 Sep 2008 08:18:51 +0000 Received: from pool-141-156-180-91.esr.east.verizon.net ([141.156.180.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2008 08:18:51 +0000 Received: from nightrecon by pool-141-156-180-91.esr.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2008 08:18:51 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Tue, 02 Sep 2008 04:20:57 -0400 Lines: 25 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-141-156-180-91.esr.east.verizon.net Sender: news Subject: Re: Question on bind page X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 08:18:54 -0000 Richard Yang wrote: > Dear support, > > I am trying to follow through > http://www.freebsd.org/doc/en/books/handbook/network-dns.html as to setup > a dns server > When I try > /etc/rc.d/named forcestart > it always said > Starting named > > When I use ps to check whether it actually started, I can confirm it is > not started. > To start named is pretty much the first step before going to configure > BIND. I have to reinstall it and it still doesn't work. > > Could you give me some hints? > Thank you. > man rndc -Mike