From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 08:22:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0088F16A4CE for ; Sun, 22 Feb 2004 08:22:47 -0800 (PST) Received: from cheyenne.wixb.com (cheyenne.wixb.com [65.43.82.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDBA043D1F for ; Sun, 22 Feb 2004 08:22:46 -0800 (PST) (envelope-from jbronson@wixb.com) Message-Id: <6.0.3.0.2.20040222102100.00b51058@cheyenne.wixb.com> Date: Sun, 22 Feb 2004 10:22:45 -0600 To: freebsd-questions@freebsd.org From: "J.D. Bronson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Bind9 startup on 5.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 16:22:47 -0000 I have built Bind9 from src and it runs just fine when started manually. However no matter what I tried to do with rc.conf and the named startup script, I cannot get it to start! I run the script manually and it exists with no output and no success. How do I troubleshoot this -or- write my own startup and skip this? (I am used to doing this on 4.9 where startup was very trivial!) thanks.