From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 12:54:14 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 0443F16A4CE for ; Wed, 10 Nov 2004 12:54:14 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68FC43D53 for ; Wed, 10 Nov 2004 12:54:13 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 44so582130wri for ; Wed, 10 Nov 2004 04:54:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=pQ4BteUl/+JJJqVARSDfIDagbA9+bZAMq4bCBg0hdb8huwKhmdZ8D5Gh82UadHn6H+cbRFPI4yhkKwR3Nv/5evXgHXdcHw/dXOHJD3WR7GbQHDQ+U6HV5K1iMDj/ro+ARpcJYXr42yRj0JOVc3r7pCgrI0VNCDfcZt5BjuDcyos= Received: by 10.54.18.22 with SMTP id 22mr104987wrr; Wed, 10 Nov 2004 04:54:13 -0800 (PST) Received: by 10.54.38.55 with HTTP; Wed, 10 Nov 2004 04:54:13 -0800 (PST) Message-ID: <7cbadc87041110045470793cb9@mail.gmail.com> Date: Wed, 10 Nov 2004 14:54:13 +0200 From: Nelis Lamprecht To: Erik Norgaard In-Reply-To: <419209A3.8020409@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4191FBB7.6090509@locolomo.org> <7cbadc8704111004264f709558@mail.gmail.com> <419209A3.8020409@locolomo.org> cc: FreeBSD Questions Subject: Re: BIND9 on 4.10: couldn't open pid file: permission denied X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 12:54:14 -0000 On Wed, 10 Nov 2004 13:29:23 +0100, Erik Norgaard wrote: > Nelis Lamprecht wrote: > > > Shouldn't you be using the command named -g bind -u bind -t /var/named .... ? > > No, that's bind8. On bind9 '-u bind' sets user _and_ group. -g is > foreground to catch the output. > Oops my bad. The only other explanation I can think of then is that the path for the pid file may be specified incorrectly in your named.conf in relation to your chroot ? Good luck. Nelis