From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 20:34:20 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 B388916A4CE for ; Fri, 19 Nov 2004 20:34:20 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62ABE43D3F for ; Fri, 19 Nov 2004 20:34:20 +0000 (GMT) (envelope-from christias@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so110838rne for ; Fri, 19 Nov 2004 12:34:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QzNrcE7ikuB4sCms7K33yUUjkdDOwv+BsBhaDsm10nceuwihroPkQe9NgZuIz3CjAydZg962dyNRVU3ppDmLfiqcgMip512tlD7Ni1cACGa63FKzjW7qUooP8CsH1zr3EyO2UQtAPu7NX2mVIPMBEetEgXQ+Ap96VFy233zkoFs= Received: by 10.38.72.23 with SMTP id u23mr537176rna; Fri, 19 Nov 2004 12:34:19 -0800 (PST) Received: by 10.38.165.46 with HTTP; Fri, 19 Nov 2004 12:34:19 -0800 (PST) Message-ID: Date: Fri, 19 Nov 2004 22:34:19 +0200 From: Panagiotis Christias To: "freebsd-questions@freebsd.org" In-Reply-To: <20041119195110.DAB6D43D1F@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041119195110.DAB6D43D1F@mx1.FreeBSD.org> Subject: Re: BIND 9.3.0 not restarting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Christias List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 20:34:20 -0000 On Fri, 19 Nov 2004 20:51:06 +0100, Kees Plonsz wrote: > Cezar Fistik wrote: > > > Hello group, > > > > I have a problem with BIND 9.3.0. Everything works just fine until i try > > to restart the service. When sending to it kill -HUP, named daemon just > > gets killed and not restarted. Does any body have an idea why this > > happens? > > > > Thanks, > > Cezar > > That same thing happens here (FreeBSD-5.3) > > The manual says: > > In routine operation, signals should not be used to control the > name-server; rndc should be used instead. Using kill -HUP can be handy for rotating named logs via newsyslog. Any workaround? Panagiotis