From owner-freebsd-jail@FreeBSD.ORG Fri Aug 7 16:27:16 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE6411065688 for ; Fri, 7 Aug 2009 16:27:16 +0000 (UTC) (envelope-from stef-list@memberwebs.com) Received: from mx.npubs.com (mail.npubs.com [94.75.203.100]) by mx1.freebsd.org (Postfix) with ESMTP id 873678FC27 for ; Fri, 7 Aug 2009 16:27:16 +0000 (UTC) Received: from mx.npubs.com (avhost [94.75.203.103]) by mx.npubs.com (Postfix) with ESMTP id 7137F3039834; Fri, 7 Aug 2009 16:27:15 +0000 (UTC) Received: from sqlserver1 (unknown [74.82.45.12]) by mx.npubs.com (Postfix) with ESMTP id 55F313039832; Fri, 7 Aug 2009 16:27:14 +0000 (UTC) From: Stef Walter User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: Michael Scheidell References: <0fbf01ca1700$db62247e$0d01460a@secnap.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20090807162714.55F313039832@mx.npubs.com> X-Virus-Scanned: ClamAV using ClamSMTP Date: Fri, 7 Aug 2009 16:27:15 +0000 (UTC) Cc: freebsd-jail@freebsd.org Subject: Re: crontab hanging won't die on SIGTERM in jail X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stef@memberwebs.com List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 16:27:17 -0000 Michael Scheidell wrote: > Try my workaround . The work around is close, it should be: # mkdir -p /etc/rc.conf.d # echo "sig_stop=SIGQUIT" > /etc/rc.conf.d/cron > What cod it hurt? As far as I can tell, nothing. But I'd like to eventually find out what's actually causing the problem. Cheers, Stef