From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1510 Path: news.gmane.org!not-for-mail From: Alex Efros Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit not collecting zombies Date: Wed, 12 Sep 2007 22:30:48 +0300 Organization: asdfGroup Inc., http://powerman.asdfGroup.com/ Message-ID: <20070912193048.GI12043@home.power> References: <20070912143557.GC12043@home.power> <20070912150047.GD12043@home.power> <20070912172245.GF12043@home.power> <20070912181836.GG12043@home.power> <20070912191346.GH12043@home.power> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189625453 28977 80.91.229.12 (12 Sep 2007 19:30:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2007 19:30:53 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-1745-gcsg-supervision=m.gmane.org@list.skarnet.org Wed Sep 12 21:30:50 2007 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by lo.gmane.org with smtp (Exim 4.50) id 1IVXvF-00059h-Dg for gcsg-supervision@gmane.org; Wed, 12 Sep 2007 21:30:49 +0200 Original-Received: (qmail 22051 invoked by uid 76); 12 Sep 2007 19:31:11 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 22042 invoked from network); 12 Sep 2007 19:31:10 -0000 Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1510 Archived-At: Hi! On Wed, Sep 12, 2007 at 03:18:02PM -0400, Charlie Brady wrote: > Have you considered not running runit as process 1, until someone finds and > fixes the zombie reaping problem? I don't think it solve this issue because I don't believe this is runit bug. After trying last patch for 1.7.2 (which try to do waitpid() every 5 seconds, no matter is SIGCHLD was received or not), I 99.9% sure this bug is outside runit - and switching to sysvinit won't solve it. But I should try to do this - just to be able to return to gentoo devs and say: I've same bug with sysvinit - NOW you'll try to fix it, or not? The problem with this is what I use custom /etc/runit/{1,2,3} files, and don't use /etc/init.d/* scripts at all. So, switching to sysvinit will not be ease. -- WBR, Alex.