From owner-freebsd-questions@FreeBSD.ORG Sun Nov 21 19:02:29 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 071AB16A4CE for ; Sun, 21 Nov 2004 19:02:29 +0000 (GMT) Received: from unsane.co.uk (unsane.co.uk [82.152.23.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C1C943D46 for ; Sun, 21 Nov 2004 19:02:28 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (localhost [127.0.0.1]) by unsane.co.uk (8.13.1/8.12.10) with ESMTP id iALJ28oG012120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 21 Nov 2004 19:02:08 GMT (envelope-from jhary@unsane.co.uk) Received: from localhost (jhary@localhost) by unsane.co.uk (8.13.1/8.12.10/Submit) with ESMTP id iALJ289Q012117; Sun, 21 Nov 2004 19:02:08 GMT (envelope-from jhary@unsane.co.uk) Date: Sun, 21 Nov 2004 19:02:07 +0000 (GMT) From: Vince Hoffman To: Ruben de Groot In-Reply-To: <20041120091950.GA66682@ei.bzerk.org> Message-ID: <20041121185911.W11817@unsane.co.uk> References: <20041120091950.GA66682@ei.bzerk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Kees Plonsz cc: "freebsd-questions@freebsd.org" cc: Cezar Fistik Subject: Re: newsyslog and chrooted bind on 5.3 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: Sun, 21 Nov 2004 19:02:29 -0000 On Sat, 20 Nov 2004, Ruben de Groot wrote: > On Sat, Nov 20, 2004 at 07:45:56AM +0100, Kees Plonsz typed: >> Vince Hoffman wrote: >> >>> Hi all, >>> since i updated my server to 5.3 and went with the default option >>> of chrooting bind, anytime named recives a HUP signal it dies. Is this >>> expected ? its a bit of a bugger as i will have to use cron and a short >>> shell script instead of an entry in newsyslog.conf. > > You can let bind log through the syslog facility. I think that's even the > default. That way there's no need to "HUP" named. > Thanks for the reply, I'll go back to letting syslog do its job i guess ;) I only had it logging to files to try and separate some statistics at one point. Vince >>> Vince >> >> There was a discussion about that a few hours ago. >> Use "/etc/rc.d/named restart" instead. > > That won't work with newsyslog. newsyslog needs a pidfile to send a HUP > to the logging proces after the logs are rotated. > > Ruben > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >