From owner-freebsd-stable@FreeBSD.ORG Mon Aug 24 16:45:02 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 E4CF9106568B for ; Mon, 24 Aug 2009 16:45:02 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sys03.mail.msu.edu (sys03.mail.msu.edu [35.9.75.103]) by mx1.freebsd.org (Postfix) with ESMTP id BC59C8FC1F for ; Mon, 24 Aug 2009 16:45:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=msu.edu; s=mail; h=Message-ID:Date:From:Reply-To:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; bh=G44y7Q24o4CfDcuXn7MO9 soJZHP3JiVDf2mqa6lDe9o=; b=0sKw5uQDM72AY8UItVoWGxD6F2VtazyYwY24l vKs8SAr1ekaEgzLD+opxL4Mxw+m1GPgEJbGVUaYwtCsBsZfzgRqNR4R6vYD/7GKO GGLRXsus2Tn46wuFnr9MQ98MSKAwkE3cLsuYCL6Zy1OYJkkt6BGRebkfRlxVoFa3 IWg6mQ= Received: from user-718268.user.msu.edu ([35.10.4.118]) by sys03.mail.msu.edu with esmtpsa (Exim 4.69 #1) (TLSv1:AES256-SHA:256) id 1MfcQ5-00044H-Ov for freebsd-stable@freebsd.org; Mon, 24 Aug 2009 12:29:21 -0400 Message-ID: <4A92BFE3.5060801@msu.edu> Date: Mon, 24 Aug 2009 12:29:23 -0400 From: Lisa Besko User-Agent: Thunderbird 2.0.0.16 (X11/20080918) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Subject: named stop not stopping X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: besko@msu.edu 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 16:45:03 -0000 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