From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1527 Path: news.gmane.org!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit not collecting zombies Date: Sat, 15 Sep 2007 11:49:53 -0400 (EDT) Message-ID: References: <20070912172245.GF12043@home.power> <20070912181836.GG12043@home.power> <20070912191346.GH12043@home.power> <20070915133641.GA30650@home.power> <20070915135749.GB30650@home.power> <20070915152804.GD30650@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 1189871404 32076 80.91.229.12 (15 Sep 2007 15:50:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Sep 2007 15:50:04 +0000 (UTC) Cc: supervision@list.skarnet.org To: Alex Efros Original-X-From: supervision-return-1762-gcsg-supervision=m.gmane.org@list.skarnet.org Sat Sep 15 17:50:02 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 1IWZu7-0001ie-AS for gcsg-supervision@gmane.org; Sat, 15 Sep 2007 17:49:55 +0200 Original-Received: (qmail 10767 invoked by uid 76); 15 Sep 2007 15:50:16 -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 10761 invoked from network); 15 Sep 2007 15:50:16 -0000 X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com In-Reply-To: <20070915152804.GD30650@home.power> Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1527 Archived-At: On Sat, 15 Sep 2007, Alex Efros wrote: > But: > > # mkdir /var/empty/dev > # mount -o bind /dev/ /var/empty/dev/ BTW, you don't want to do that. You are exposing all device nodes inside /var/empty. You on;y want the syslog socket, and syslogd will create that if you tell it to.