Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 1999 20:26:34 -0800
From:      Ludwig Pummer <ludwigp@bigfoot.com>
To:        Greg Lehey <grog@lemis.com>, tim@scratch.demon.co.uk
Cc:        freebsd-chat@FreeBSD.ORG
Subject:   Re: vinum again
Message-ID:  <4.1.19990307201942.00a3c100@mail-r>
In-Reply-To: <19990308143832.N490@lemis.com>
References:  <4.1.19990307143449.00a76be0@mail-r> <199903072143.VAA00531@franklin.matlink> <4.1.19990307143449.00a76be0@mail-r>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.1.19990307201942.00a3c100>