From owner-freebsd-current Fri Jan 29 22:45:15 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21253 for freebsd-current-outgoing; Fri, 29 Jan 1999 22:45:15 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rebma.ghostwheel.com (rebma.ghostwheel.com [207.201.56.159]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21248 for ; Fri, 29 Jan 1999 22:45:13 -0800 (PST) (envelope-from fbsd-cur@ghostwheel.com) Received: from avalon (avalon [207.201.56.88]) by rebma.ghostwheel.com (8.8.8/8.8.8) with SMTP id WAA14709 for ; Fri, 29 Jan 1999 22:45:21 -0800 (PST) (envelope-from fbsd-cur@ghostwheel.com) Message-Id: <4.1.19990129224142.0098b100@pop2.ghostwheel.com> X-Sender: fbsd-cur@pop2.ghostwheel.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 29 Jan 1999 22:41:52 -0800 To: freebsd-current@FreeBSD.ORG From: Chris Knight Subject: Why doesn't Vinum start automatically? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There have been changes to rc and rc.conf lately to autostart Vinum. But on my system it does not auto load at start and I wind up manually loading the module, reading the config and mounting the volume. Any help if figuring out why this is not working would be appreciated. rc.conf now sets a variable with the drives from to read the config: vinum_slices="/dev/da1 /dev/da2 /dev/da3 /dev/da4" and rc checks for this variable and loads vinum if it is set: if [ -n "$vinum_slices" ]; then if [ -r /modules/vinum.ko ]; then # jkh paranoia kldload vinum vinum read $vinum_slices else echo "Can't find /modules/vinum.ko" fi fi Any ideas why this isn't working? Is it working in -current but not -stable? -ck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message