From owner-freebsd-stable@FreeBSD.ORG Mon Aug 24 20:28:34 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9E40106568C for ; Mon, 24 Aug 2009 20:28:34 +0000 (UTC) (envelope-from ghelmer@palisadesys.com) Received: from cetus.palisadesys.com (cetus.palisadesys.isupark.org [205.237.115.21]) by mx1.freebsd.org (Postfix) with ESMTP id 905458FC13 for ; Mon, 24 Aug 2009 20:28:34 +0000 (UTC) Received: from cancer.palisadesys.com (serverwatch [172.16.1.98]) by cetus.palisadesys.com (8.14.3/8.14.3) with ESMTP id n7OK1wUH050228; Mon, 24 Aug 2009 15:01:58 -0500 (CDT) (envelope-from ghelmer@palisadesys.com) Received: from [172.16.2.133] (cetus.palisadesys.isupark.org [205.237.115.21]) (authenticated bits=0) by cancer.palisadesys.com (8.14.2/8.14.2) with ESMTP id n7OK1rwZ097088; Mon, 24 Aug 2009 15:01:53 -0500 (CDT) (envelope-from ghelmer@palisadesys.com) Message-ID: <4A92F1B1.6050007@palisadesys.com> Date: Mon, 24 Aug 2009 15:01:53 -0500 From: Guy Helmer User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: besko@msu.edu References: <4A92BFE3.5060801@msu.edu> In-Reply-To: <4A92BFE3.5060801@msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (cancer.palisadesys.com [205.237.115.20]); Mon, 24 Aug 2009 15:01:53 -0500 (CDT) X-Palisade-MailScanner-Information: Please contact the ISP for more information X-Palisade-MailScanner: Found to be clean X-Palisade-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=-4.399, required 6, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-Palisade-MailScanner-From: ghelmer@palisadesys.com Cc: freebsd-stable@FreeBSD.org Subject: Re: named stop not stopping X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 20:28:34 -0000 Lisa Besko wrote: > We had an issue with the /etc/rc.d/named script this morning where it > looped/hung in the wait_for_pids subroutine. We run a job to restart > named which calls the /etc/rc.d/named script with a stop command. For > some reason named did not stop properly and the process continued to > list PIDs from the wait_for_pids subroutine forever. Has anyone ever > encountered this before? > > We are running 7.2 stable and bind 9.4.3-P3 on an AMD system. > > Thanks, > > LB Has named's rc script worked OK before? If not, it might be a config problem like mine. I found that after I added pid-file "/var/run/named/pid"; to the options section of my named.conf file, the rc script was able to stop/restart a running named process. Hope this helps, Guy Helmer