From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/653 Path: main.gmane.org!not-for-mail From: Larry Doolittle Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit on debian sid success, and questions Date: Tue, 18 Jan 2005 22:12:24 -0800 Message-ID: <20050118221224.A28147@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 1106115197 15824 80.91.229.6 (19 Jan 2005 06:13:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2005 06:13:17 +0000 (UTC) Original-X-From: supervision-return-892-gcsg-supervision=m.gmane.org@list.skarnet.org Wed Jan 19 07:13:11 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 1Cr95b-0006Q9-00 for ; Wed, 19 Jan 2005 07:13:11 +0100 Original-Received: (qmail 4241 invoked by uid 76); 19 Jan 2005 06:13:32 -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 4233 invoked from network); 19 Jan 2005 06:13:32 -0000 Original-To: supervision@list.skarnet.org Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Xref: main.gmane.org gmane.comp.sysutils.supervision.general:653 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:653 [trimmed copy of private e-mail] On Tue, Jan 18, 2005 at 08:38:31PM -0500, Dean Hall wrote: > How did you get rid of portmap? Did you get rid of the services for > which it's required? Or did you force them to use a static port? rm /etc/rcS.d/S18portmap; sh /etc/init.d/portmap stop I don't have any services that require portmap. > You might check out uschedule . > It's a decent and simple cron and at replacement. Thanks for the link! I think I'll keep my script for now, but that program looks better than cron if I'm forced to use something more complex. Right now all I need is something to run the daily maintenance for man, locate, and TeX. > | It was quite a trick > | to shut down the machine the first time after that install! > > Yeah, you have to use the sysv init executable to shut down the machine > the first time. *shrug* Right, but the list of familiar things that don't work (cntrl-alt-del, reboot, shutdown -h now, telinit 0) is much longer than what does work. - Larry