From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 04:36:30 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 B933516A4CE for ; Fri, 11 Mar 2005 04:36:30 +0000 (GMT) Received: from stelesys.com (web1.stelesys.com [63.175.100.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7731A43D39 for ; Fri, 11 Mar 2005 04:36:30 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from [127.0.0.1] (helo=www.stelesys.com) by stelesys.com with esmtpa (Exim 4.44 (FreeBSD)) id 1D9bst-0000pE-FK; Thu, 10 Mar 2005 23:36:23 -0500 Received: from 24.98.86.57 (SquirrelMail authenticated user jbell@stelesys.com); by www.stelesys.com with HTTP; Thu, 10 Mar 2005 23:36:23 -0500 (EST) Message-ID: <2678.24.98.86.57.1110515783.squirrel@24.98.86.57> In-Reply-To: <20050310214125.2FDD6E79D@cmlapp400.van.ca.siteprotect.com> References: <20050310214125.2FDD6E79D@cmlapp400.van.ca.siteprotect.com> Date: Thu, 10 Mar 2005 23:36:23 -0500 (EST) From: "Jerry Bell" To: "comm" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: chroot jail and syslogd 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 Mar 2005 04:36:30 -0000 I have a very similar setup with bind run inside a chroot jail. I experience a similar problem if I set up named to use /var/run/log. I commected it out and put "syslog daemon" in its place and it works like a champ. Sadly, I've not found the time to spend figuring out why it doesn't work otherwise. Jerry http://www.syslog.org > channel audit_log { > > // Send the security related messages to a separate file. > > file "/var/run/log"; > > severity debug; > > print-time yes; > > };