From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 12:26:08 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 DEF2416A4CE for ; Wed, 10 Nov 2004 12:26:08 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C78343D4C for ; Wed, 10 Nov 2004 12:26:08 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so287027wri for ; Wed, 10 Nov 2004 04:26:05 -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=tiKGzU3QVhC9VTDSK69JJ9nnxio49YR27a7HAF9i7x4b9mTfUPyJcOziuvpSiPbdMDkX3PNKPxGOVxy1vsucj9K5xmZoLGAFAoASCqK8OgSRi4TdH49pJyioHyKaos7bNG1KXTMRCc9TZBEz7ExTnUePeNoCPfZRQ5p5jcIpfv8= Received: by 10.54.18.27 with SMTP id 27mr63100wrr; Wed, 10 Nov 2004 04:26:04 -0800 (PST) Received: by 10.54.38.55 with HTTP; Wed, 10 Nov 2004 04:26:04 -0800 (PST) Message-ID: <7cbadc8704111004264f709558@mail.gmail.com> Date: Wed, 10 Nov 2004 14:26:04 +0200 From: Nelis Lamprecht To: Erik Norgaard In-Reply-To: <4191FBB7.6090509@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4191FBB7.6090509@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:26:09 -0000 On Wed, 10 Nov 2004 12:29:59 +0100, Erik Norgaard wrote: > Hi, > > I had a working BIND9 running but needed to restart after updating the > zone file with the following command: > > # /usr/local/sbin/named -g -u bind -t /var/named -c /etc/named.conf > > But this failed: > Shouldn't you be using the command named -g bind -u bind -t /var/named .... ? Nelis