From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 21:34:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9BBA516A4DD for ; Mon, 10 Jul 2006 21:34:28 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from mail.jellico.com (mail.jellico.com [208.44.26.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1296143D49 for ; Mon, 10 Jul 2006 21:34:27 +0000 (GMT) (envelope-from lisa@jellico.com) Received: from lisac (lisa.jellico.com [208.44.26.213]) (authenticated bits=0) by mail.jellico.com (8.12.6/8.12.6) with ESMTP id k6ALdDLC015626 for ; Mon, 10 Jul 2006 17:39:13 -0400 Message-ID: <002701c6a468$91f20830$d51a2cd0@lisac> From: "Lisa Casey" To: References: <001701c6a454$ad756d40$d51a2cd0@lisac> <20060710194312.GC3260@osiris.chen.org.nz> Date: Mon, 10 Jul 2006 17:34:05 -0400 Organization: Netlink 2000, Inc. 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.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 Subject: Re: Bind problem 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: Mon, 10 Jul 2006 21:34:28 -0000 ----- Original Message ----- From: "Jonathan Chen" To: "Lisa Casey" Cc: Sent: Monday, July 10, 2006 3:43 PM Subject: Re: Bind problem > Did you remember to add: > > named_program="/usr/local/sbin/named" > > to /etc/rc.conf? Yes. /etc/rc.conf has the following lines for named: named_enable="YES" named_program="/usr/local/sbin/named" named_flags="-u bind -g bind -c /etc/namedb/named.conf" Lisa Casey