From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1885 Path: news.gmane.org!not-for-mail From: "Radek Podgorny" Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Recommended steps for upgrading? Date: Mon, 30 Jun 2008 10:49:13 +0200 (CEST) Message-ID: <3036.56146065823$1214815815@news.gmane.org> References: <87y74pwf0z.fsf@asfast.com> <87lk0pweea.fsf@asfast.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1214815763 32139 80.91.229.12 (30 Jun 2008 08:49:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 08:49:23 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-2120-gcsg-supervision=m.gmane.org@list.skarnet.org Mon Jun 30 10:50:09 2008 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by lo.gmane.org with smtp (Exim 4.50) id 1KDF5N-000336-Bp for gcsg-supervision@gmane.org; Mon, 30 Jun 2008 10:50:09 +0200 Original-Received: (qmail 21624 invoked by uid 76); 30 Jun 2008 08:49:37 -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 21612 invoked from network); 30 Jun 2008 08:49:37 -0000 In-Reply-To: <87lk0pweea.fsf@asfast.com> User-Agent: SquirrelMail/1.4.10a X-Priority: 3 (Normal) Importance: Normal Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1885 Archived-At: > Lloyd Zusman writes: > >> [ ... ] >> >> Here are my steps. Can any of you could suggest improvements? Thanks in >> advance. > > I'm sorry for responding to my own message, but I left a step out of my > procedure. Here's the corrected version: > > # cd /service > # for i in * > > do > > sv stop $i > > done "sv st /service/*" works for me so "sv stop" should work, too IMHO... > # vi /etc/inittab # (I'm using sysvinit and inittab) > ... comment out this line, save the file, and then exit from vi: > SV:123456:respawn:/sbin/runsvdir-start > > # init q > > # pkill -f runsv > # pkill -f svlogd # (this is the step I left out) > > # cd /etc/sv > # find . -name ok | xargs rm > # find . -name lock | xargs rm > # find . -name control | xargs rm > > Now, do the complete runit upgrade. > > Then ... > > # vi /etc/inittab > ... un-comment the line that I commented out above, > ... save the file, and then exit from vi > > # init q > > > -- > Lloyd Zusman > ljz@asfast.com > God bless you. > >