From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1884 Path: news.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Recommended steps for upgrading? Date: Sat, 28 Jun 2008 15:25:17 -0400 Organization: Take a hippopotamus to lunch today. Message-ID: <87lk0pweea.fsf@asfast.com> References: <87y74pwf0z.fsf@asfast.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214681138 25424 80.91.229.12 (28 Jun 2008 19:25:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Jun 2008 19:25:38 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-2119-gcsg-supervision=m.gmane.org@list.skarnet.org Sat Jun 28 21:26:24 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 1KCg40-0004vy-3E for gcsg-supervision@gmane.org; Sat, 28 Jun 2008 21:26:24 +0200 Original-Received: (qmail 14520 invoked by uid 76); 28 Jun 2008 19:25:54 -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 14512 invoked from network); 28 Jun 2008 19:25:54 -0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 45 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 209.59.210.144 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:fzJ+ZLkdj7ZQ88G/k1N4vk5+7J4= Cache-Post-Path: purity-of-essence.net!unknown@216.27.138.10 X-Cache: nntpcache 3.0.2 (see http://www.nntpcache.com/) Original-Sender: news Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1884 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 # 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.