From owner-freebsd-questions@FreeBSD.ORG Fri Feb 11 20:13:45 2005 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 5D94016A4CE for ; Fri, 11 Feb 2005 20:13:45 +0000 (GMT) Received: from enigmedia.com (mail.enigmedia.com [207.158.46.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396E243D1F for ; Fri, 11 Feb 2005 20:13:45 +0000 (GMT) (envelope-from aklist_061666@enigmedia.com) Received: from ANDREW9KNFJ0JD (68.161.247.47) by enigmedia.com with ESMTP (Eudora Internet Mail Server 3.2.6) for ; Fri, 11 Feb 2005 15:13:42 -0500 Message-ID: <010e01c51076$41b714f0$0b01a8c0@enigmedia.net> From: "aklist_061666" To: Date: Fri, 11 Feb 2005 15:14:13 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Newbie: BIND conf "file not found" error 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: Fri, 11 Feb 2005 20:13:45 -0000 One last question on configuring Named to run: I'm able to start BIND from the command line with: /usr/sbin/named -c /etc/named.conf but when I modify my rc.conf file with: named_enable="YES" named_program="/usr/sbin/named" named_flags="-u bind -c /etc/named.conf" I get an error on startup: Feb 11 14:47:53 ns2 named[275]: none:0 open: /etc/named.conf: file not found Feb 11 14:47:53 ns2 named[275]: loading configruation: file not found Feb 11 14:47:53 ns2 named[275]: exiting (due to fatal error) what's wrong with my config-file path parameter in rc.conf? Thanks!