From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/423 Path: main.gmane.org!not-for-mail From: Gerrit Pape Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: the rest of sysvinit Date: Fri, 14 May 2004 22:06:27 +0000 Message-ID: <20040514220510.19494.qmail@4d20e0ca3c6480.315fe32.mid.smarden.org> References: <40A53477.2010501@geeks.cl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084572312 30563 80.91.224.253 (14 May 2004 22:05:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 May 2004 22:05:12 +0000 (UTC) Original-X-From: supervision-return-661-gcsg-supervision=m.gmane.org@list.skarnet.org Sat May 15 00:05:01 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 1BOknc-0000YF-00 for ; Sat, 15 May 2004 00:05:00 +0200 Original-Received: (qmail 28597 invoked by uid 76); 14 May 2004 22:05:21 -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 28592 invoked from network); 14 May 2004 22:05:21 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <40A53477.2010501@geeks.cl> Xref: main.gmane.org gmane.comp.sysutils.supervision.general:423 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:423 On Fri, May 14, 2004 at 05:04:55PM -0400, Alejandro Mery wrote: > iirc you posted once a shutdown replacement, is it available somewhere? It was a reboot command, but you need this only if you want to tell the kernel to reboot in stage 1, use with care http://article.gmane.org/gmane.comp.sysutils.supervision.general/315 > what about the other common tools provided by sysvinit like wall, > halt/reboot and killall5? halt is `init 0`, reboot is `init 6`, wall possibly better fits into a package dealing with login accounting. killall5. Ideally there's a clean process hierarchy, and after taking down all services, all processes on the system are terminated. I currently don't know how to write a cross-platform killall5 that works on all systems runit runs on. Regards, Gerrit.