From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1534 Path: news.gmane.org!not-for-mail From: "Radek Podgorny" Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit not collecting zombies Date: Mon, 17 Sep 2007 11:07:30 +0200 (CEST) Message-ID: <16736.0277301215$1190020056@news.gmane.org> References: <20070912150047.GD12043@home.power> <20070912172245.GF12043@home.power> <20070912181836.GG12043@home.power> <20070912191346.GH12043@home.power> <20070915133641.GA30650@home.power> <20070917075651.8280.qmail@f6989948e15a99.315fe32.mid.smarden.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1190020055 24049 80.91.229.12 (17 Sep 2007 09:07:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2007 09:07:35 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-1769-gcsg-supervision=m.gmane.org@list.skarnet.org Mon Sep 17 11:07:33 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 1IXCZp-0005ta-EW for gcsg-supervision@gmane.org; Mon, 17 Sep 2007 11:07:33 +0200 Original-Received: (qmail 23696 invoked by uid 76); 17 Sep 2007 09:07:53 -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 23690 invoked from network); 17 Sep 2007 09:07:53 -0000 In-Reply-To: <20070917075651.8280.qmail@f6989948e15a99.315fe32.mid.smarden.org> User-Agent: SquirrelMail/1.4.8 X-Priority: 3 (Normal) Importance: Normal Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1534 Archived-At: Wow! This helped on one of my machines (havent tried others)! Radek Podgorny > On Sat, Sep 15, 2007 at 04:36:42PM +0300, Alex Efros wrote: >> Now, server with runit has 350 ssh zombies (it has only ssh zombies >> because I've not installed our project with cron/chpst, etc.). Server >> with >> sysvinit has no zombies yet. > > Hi Alex, thanks a lot for your ongoing tests. > > On the server that has runit as pid 1, and those zombies currently in > the process table, can you please do the following as root?: > > Count the currently unreaped zombies > # chmod 0 /etc/runit/stopit > # kill -CONT 1 > Count the unreaped zombies again > > Does the number change? > > Thanks, Gerrit. > >