From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/500 Path: main.gmane.org!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Testing runit-init, stuck in stage 2 ??? Date: Sat, 26 Jun 2004 18:29:08 -0400 (EDT) Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1088288961 12104 80.91.224.253 (26 Jun 2004 22:29:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Jun 2004 22:29:21 +0000 (UTC) Cc: supervision@list.skarnet.org Original-X-From: supervision-return-738-gcsg-supervision=m.gmane.org@list.skarnet.org Sun Jun 27 00:29:12 2004 Return-path: Original-Received: from antah.skarnet.org ([212.85.147.14]) by deer.gmane.org with smtp (Exim 3.35 #1 (Debian)) id 1BeLfc-0003Ww-00 for ; Sun, 27 Jun 2004 00:29:12 +0200 Original-Received: (qmail 24022 invoked by uid 76); 26 Jun 2004 22:29:33 -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 24016 invoked from network); 26 Jun 2004 22:29:32 -0000 X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com Original-To: Lloyd Zusman In-Reply-To: Xref: main.gmane.org gmane.comp.sysutils.supervision.general:500 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:500 On Sat, 26 Jun 2004, Lloyd Zusman wrote: > I figured this out. Based on the contents of my /etc/inittab, I needed > to make my /etc/runit/1 look like the following: ... > /etc/rc.d/rc.sysinit > /etc/rc.d/rc 5 ... > I had commented out the "rcS" and "rmnologin" calls, but I had forgotten > to add the "rc.sysinit" and "rc 5" calls. You won't want "rc 5" there. That's equivalent to what you should be doing in /etc/runit/2 (which you tell us you already have set up - at least the runsvdir part thereof). You are unlikely to need to change (much) the example /etc/runit/2 script. --- Charlie