From owner-freebsd-chat Sun Mar 7 20:27:43 1999 Delivered-To: freebsd-chat@freebsd.org Received: from inet.chip-web.com (c1003518-a.plstn1.sfba.home.com [24.1.82.47]) by hub.freebsd.org (Postfix) with SMTP id CF08914DF9 for ; Sun, 7 Mar 1999 20:26:58 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: (qmail 17679 invoked from network); 8 Mar 1999 04:26:39 -0000 Received: from speedy.chip-web.com (HELO speedy) (172.16.1.1) by inet.chip-web.com with SMTP; 8 Mar 1999 04:26:39 -0000 Message-Id: <4.1.19990307201942.00a3c100@mail-r> X-Sender: ludwigp@mail-r X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sun, 07 Mar 1999 20:26:34 -0800 To: Greg Lehey , tim@scratch.demon.co.uk From: Ludwig Pummer Subject: Re: vinum again Cc: freebsd-chat@FreeBSD.ORG In-Reply-To: <19990308143832.N490@lemis.com> References: <4.1.19990307143449.00a76be0@mail-r> <199903072143.VAA00531@franklin.matlink> <4.1.19990307143449.00a76be0@mail-r> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 08:08 PM 3/7/99 , Greg Lehey wrote: >Specifically, what you *should* do is: > > 1. Close to the beginning of your /etc/rc: > > vinum start 3.1-STABLE's /etc/defaults/rc.conf already has ... ### Miscellaneous administrative options ... vinum_drives="" # put in names of disks containing vinum drives and /etc/rc at line 50: if [ "X$skip_diskconf" != "XYES" -a -n "$vinum_drives" ]; then vinum read $vinum_drives That and correct entries is /etc/fstab makes vinum start up properly. However, at the time vinum is started, / is still read-only, so vinum complains that it can't remake the /dev entries. Despite the complaints, everything starts up and works properly. --Ludwig Pummer ( ludwigp@bigfoot.com ) ICQ UIN: 692441 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message