From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1511 Path: news.gmane.org!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit not collecting zombies Date: Wed, 12 Sep 2007 15:37:18 -0400 (EDT) Message-ID: References: <20070912143557.GC12043@home.power> <20070912150047.GD12043@home.power> <20070912172245.GF12043@home.power> <20070912181836.GG12043@home.power> <20070912191346.GH12043@home.power> <20070912193048.GI12043@home.power> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1189625853 30279 80.91.229.12 (12 Sep 2007 19:37:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2007 19:37:33 +0000 (UTC) Cc: supervision@list.skarnet.org To: Alex Efros Original-X-From: supervision-return-1746-gcsg-supervision=m.gmane.org@list.skarnet.org Wed Sep 12 21:37:28 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 1IVY1Y-0006yP-37 for gcsg-supervision@gmane.org; Wed, 12 Sep 2007 21:37:20 +0200 Original-Received: (qmail 22708 invoked by uid 76); 12 Sep 2007 19:37:42 -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 22702 invoked from network); 12 Sep 2007 19:37:41 -0000 X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com In-Reply-To: <20070912193048.GI12043@home.power> Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1511 Archived-At: On Wed, 12 Sep 2007, Alex Efros wrote: > 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. I haven't seen evidence that it's not a runit bug. If you have the same problem with another init, then you do have some evidence. > 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. Running your /etc/runit/{1,2} scripts in the correct order shouldn't be difficult with /etc/inittab. You won't use /etc/init.d/* at all unless you reference them from /etc/inittab. /etc/runit/3 isn't relevant for the problem you are seeing.