From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 06:45:24 2008 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C033106567C for ; Tue, 2 Sep 2008 06:45:24 +0000 (UTC) (envelope-from kusanagiyang@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 33BF68FC14 for ; Tue, 2 Sep 2008 06:45:24 +0000 (UTC) (envelope-from kusanagiyang@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so1156068pyb.10 for ; Mon, 01 Sep 2008 23:45:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type; bh=AcGRKMgEuO+i2A2/+QyXNmTlR8VGtoY+TZGCt/tytRU=; b=jIzNXBonF4Y5fSq77AbEGy2d76CH4KVwPINFBt18M2iZQgeYTLTvpjtgW/FHSub9jw +V8pUl7+5YsgwzmY4sm45+nDGva95OGreJih/WQZECegECf7lvwN5/XsVPdvdG4YL6dr GIMFw7L8MHGp4qz1M3DWAiPmvR0xPPi/5/mHg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=m3CdCVgZHSYErrevWzRveco+5xRQS2FpWrb7ez0PFWIc+wHdW2RzfSSoEe7aCrZeVF jrasHo4uR8jvh9jtNFGBmzoeBbw0I8AvmH3tnC1tGOroQ78dGFMFVmLIRq9WPU57E39e FqISc0WEHdSZVu1EzE6x8gCG4YzyU+EnCoGXQ= Received: by 10.64.178.5 with SMTP id a5mr14801225qbf.23.1220335933120; Mon, 01 Sep 2008 23:12:13 -0700 (PDT) Received: by 10.65.54.4 with HTTP; Mon, 1 Sep 2008 23:12:13 -0700 (PDT) Message-ID: Date: Mon, 1 Sep 2008 23:12:13 -0700 From: "Richard Yang" To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: kusanagiyang@gmail.com Subject: Question on bind page 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, 02 Sep 2008 06:45:24 -0000 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. -- Best Regards Richard Yang richardyang@richardyang.net kusanagiyang@gmail.com