From owner-freebsd-questions@FreeBSD.ORG Sat Nov 20 09:18:01 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 6BB5E16A4CE for ; Sat, 20 Nov 2004 09:18:01 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C054E43D4C for ; Sat, 20 Nov 2004 09:18:00 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iAK9JpOb066912; Sat, 20 Nov 2004 10:19:51 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iAK9JocY066911; Sat, 20 Nov 2004 10:19:50 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Sat, 20 Nov 2004 10:19:50 +0100 From: Ruben de Groot To: Kees Plonsz Message-ID: <20041120091950.GA66682@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Kees Plonsz , "freebsd-questions@freebsd.org" , Cezar Fistik References: <20041120064603.ED98B43D55@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041120064603.ED98B43D55@mx1.FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org 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: Sat, 20 Nov 2004 09:18:01 -0000 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. > > 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