From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/913 Path: news.gmane.org!not-for-mail From: Gerrit Pape Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Trying to alter runit a little. Date: Mon, 21 Nov 2005 08:59:38 +0000 Message-ID: <20051121085404.2675.qmail@73005171a6a478.315fe32.mid.smarden.org> References: <20051112150224.47975.qmail@web33308.mail.mud.yahoo.com> <20051117085412.28856.qmail@61a53ad4699a19.315fe32.mid.smarden.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132563300 20707 80.91.229.2 (21 Nov 2005 08:55:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2005 08:55:00 +0000 (UTC) Original-X-From: supervision-return-1149-gcsg-supervision=m.gmane.org@list.skarnet.org Mon Nov 21 09:54:59 2005 Return-path: Original-Received: from antah.skarnet.org ([212.85.147.14]) by ciao.gmane.org with smtp (Exim 4.43) id 1Ee7Ql-0007Er-A2 for gcsg-supervision@gmane.org; Mon, 21 Nov 2005 09:53:43 +0100 Original-Received: (qmail 17525 invoked by uid 76); 21 Nov 2005 08:54:05 -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 17520 invoked from network); 21 Nov 2005 08:54:04 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.comp.sysutils.supervision.general:913 Archived-At: On Thu, Nov 17, 2005 at 05:46:36PM -0500, Paul Jarc wrote: > Gerrit Pape wrote: > > If you change that, nothing else should break but this IPC, but you > > then have the problem to find out the id of the runit process on > > shutdown. > > Would it work to run runit under runsv? It's that at the time the init process pid 1 starts, normally only the root filesystem is mounted, and is mounted read-only. runsv needs to create the ./supervise/ subdirectory and files in it. The runit program doesn't need anything on the filesystem with IPC working through signals. Regards, Gerrit.