From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 21:24:36 2005 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 E35BB16A41F for ; Thu, 14 Jul 2005 21:24:36 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79AD943D46 for ; Thu, 14 Jul 2005 21:24:36 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so594676rne for ; Thu, 14 Jul 2005 14:24:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=r/bdIs9QYO7DkZEboJpIyd9YCuRrQPXCpSOldPbm3EQe0x8aQ8cx17lgXRSbSly9LJdVwmg2nnQhSAAVduUB7VwVlubrLcTyLpDRB86THWyB3+lgIqjScrY8vVrnc0W10UlESNufAi3s2cLodvbbrzc1D9pXsCOaSchhdvVGKaM= Received: by 10.38.79.36 with SMTP id c36mr2367132rnb; Thu, 14 Jul 2005 14:24:35 -0700 (PDT) Received: by 10.38.79.19 with HTTP; Thu, 14 Jul 2005 14:24:35 -0700 (PDT) Message-ID: Date: Thu, 14 Jul 2005 14:24:35 -0700 From: patrick To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD 4.11 + named + sandbox options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: patrick List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 21:24:37 -0000 I've enabled the commented out named_flags=3D"-u bind -g bind" in my rc.conf to start named in a sandbox, but whenever I do a "named.reload", I get the following message in my logs: Jul 14 14:20:55 pompom named[34352]: couldn't create pid file '/var/run/named.pid' It doesn't really seem to be a big deal because doing a reload doesn't create a new PID anyway, but it is nevertheless annoying to have these messages showing up. Is this a bug in ndc? Patrick