From owner-freebsd-stable Fri Jan 29 09:48:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16853 for freebsd-stable-outgoing; Fri, 29 Jan 1999 09:48:10 -0800 (PST) (envelope-from owner-freebsd-stable@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 JAA16838 for ; Fri, 29 Jan 1999 09:48:01 -0800 (PST) (envelope-from fbsd-stb@ghostwheel.com) Received: from avalon (avalon [207.201.56.88]) by rebma.ghostwheel.com (8.8.8/8.8.8) with SMTP id JAA13081 for ; Fri, 29 Jan 1999 09:47:58 -0800 (PST) (envelope-from fbsd-stb@ghostwheel.com) Message-Id: <4.1.19990129093836.0095ee70@pop2.ghostwheel.com> X-Sender: fbsd-stb@pop2.ghostwheel.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 29 Jan 1999 09:44:39 -0800 To: freebsd-stable@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-stable@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-stable" in the body of the message