Date: Sat, 30 Jan 1999 16:03:48 -0800 From: Jake <jake@checker.org> To: Greg Lehey <grog@lemis.com> Cc: current@FreeBSD.ORG Subject: Re: Why doesn't Vinum start automatically? Message-ID: <199901310003.QAA00500@h24-64-221-247.gv.wave.shaw.ca> In-Reply-To: Your message of "Sun, 31 Jan 1999 09:39:52 %2B1030." <19990131093951.G8473@freebie.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> In -CURRENT it is now: > > if [ "X$skip_diskconf" != "XYES" -a -n "$vinum_slices" ]; then > vinum read $vinum_slices > fi Has this been fixed in -stable? There was the problem of $vinum_slices not being initialized because it was being used before rc.conf had been sourced. > > > Any ideas why this isn't working? Is it working in -current but not -stable? > This led me to believe that he was running -stable and simply posted to the wrong group. The 'suck in rc.conf' part was moved to the top of rc after the split, so i think this is the problem. IMHO this should be back-ported to stable; seems safe enough to source rc.conf before mounting non-root filesystems. My system isn't mission critical or anything, but I haven't run into any gotchas. Cheers... great project Greg! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901310003.QAA00500>