From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1528 Path: news.gmane.org!not-for-mail From: Alex Efros Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit not collecting zombies Date: Sat, 15 Sep 2007 18:55:25 +0300 Organization: asdfGroup Inc., http://powerman.asdfGroup.com/ Message-ID: <20070915155525.GF30650@home.power> References: <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 X-Trace: sea.gmane.org 1189871731 489 80.91.229.12 (15 Sep 2007 15:55:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Sep 2007 15:55:31 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-1763-gcsg-supervision=m.gmane.org@list.skarnet.org Sat Sep 15 17:55: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 1IWZzT-00039l-LK for gcsg-supervision@gmane.org; Sat, 15 Sep 2007 17:55:27 +0200 Original-Received: (qmail 11330 invoked by uid 76); 15 Sep 2007 15:55:48 -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 11324 invoked from network); 15 Sep 2007 15:55:48 -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:1528 Archived-At: Hi! On Sat, Sep 15, 2007 at 11:49:53AM -0400, Charlie Brady wrote: >> # 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. Yep. I know. I've unmounted it after experiment. I don't wish to provide /var/empty/dev/log for ssh - it's ssh responsibility to have access to /dev/log if it need log. For example, ssh can open /dev/log before fork and provide that fd for chroot'ed child. -- WBR, Alex.