From owner-freebsd-questions@FreeBSD.ORG Sun Jan 2 15:37:51 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 1DA3416A4CE for ; Sun, 2 Jan 2005 15:37:51 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE2A743D49 for ; Sun, 2 Jan 2005 15:37:50 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD9E689E8.dip.t-dialin.net [217.230.137.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id DB2752E0EE for ; Sun, 2 Jan 2005 16:37:49 +0100 (CET) Message-ID: <41D8156D.8080003@incubus.de> Date: Sun, 02 Jan 2005 16:38:21 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: named exits on SIGHUP? 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, 02 Jan 2005 15:37:51 -0000 Hi folks, when I kill -HUP named on 5.3 (BIND 9), it exits, instead of reloading, as stated in the manpage. Is this normal? I think it's rather impractical, since it prevents proper log rotation through newsyslog.conf (when using "file" logging in named.conf). It doesn't seem to matter if it's running chrooted or not. mkb