From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/677 Path: main.gmane.org!not-for-mail From: Gerrit Pape Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit on debian sid success, and questions Date: Sun, 23 Jan 2005 12:23:43 +0000 Message-ID: <20050123122244.18563.qmail@8479532fc4c484.315fe32.mid.smarden.org> References: <20050118171303.A27683@recycle.lbl.gov> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106482950 2380 80.91.229.6 (23 Jan 2005 12:22:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Jan 2005 12:22:30 +0000 (UTC) Original-X-From: supervision-return-916-gcsg-supervision=m.gmane.org@list.skarnet.org Sun Jan 23 13:22:24 2005 Return-path: Original-Received: from antah.skarnet.org ([212.85.147.14]) by deer.gmane.org with smtp (Exim 3.35 #1 (Debian)) id 1Csgl6-0004XH-00 for ; Sun, 23 Jan 2005 13:22:24 +0100 Original-Received: (qmail 5981 invoked by uid 76); 23 Jan 2005 12:22:44 -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 5976 invoked from network); 23 Jan 2005 12:22:44 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <20050118171303.A27683@recycle.lbl.gov> Xref: main.gmane.org gmane.comp.sysutils.supervision.general:677 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:677 On Tue, Jan 18, 2005 at 05:13:03PM -0800, Larry Doolittle wrote: > For that installation, I simply used "apt-get install runit-init" > once I had the basics tested under runit. It was quite a trick > to shut down the machine the first time after that install! > Something like "/sbin/sysv-init 0" finally did it; telint was > linked to runit-init, which of course didn't know how to shut > down the system running under the old paradigm. I think I saw > a message giving hints about this as part of the apt-get, but > I blew it off a little too lightly. Yes, you really should've read the message prompted when installing the runit-run package. It tells you to use /sbin/init.sysv 6 ;-). /usr/share/doc/runit-run/README.Debian also tells you that, not sure how to document it more prominently. Regards, Gerrit.