From owner-freebsd-questions@FreeBSD.ORG Fri Oct 22 08:55:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 449C116A4CE for ; Fri, 22 Oct 2004 08:55:41 +0000 (GMT) Received: from orion.frasa.net (orion.frasa.net [195.241.98.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id F413543D5A for ; Fri, 22 Oct 2004 08:55:40 +0000 (GMT) (envelope-from bsd@orion.frasa.net) Received: from localhost (orion [127.0.0.1]) by orion.frasa.net (Postfix) with ESMTP id EE7BB5F3 for ; Fri, 22 Oct 2004 10:55:39 +0200 (CEST) Received: from orion.frasa.net ([127.0.0.1]) by localhost (orion.frasa.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12077-03 for ; Fri, 22 Oct 2004 10:55:37 +0200 (CEST) Received: by orion.frasa.net (Postfix, from userid 1004) id 430E25B5; Fri, 22 Oct 2004 10:55:37 +0200 (CEST) Date: Fri, 22 Oct 2004 10:55:37 +0200 From: Mark Frasa To: freebsd-questions@freebsd.org Message-ID: <20041022085536.GC12114@orion.frasa.net> References: <20041022082625.GB12114@orion.frasa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041022082625.GB12114@orion.frasa.net> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd at frasa.net Subject: Re: (g_)vinum] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Frasa List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 08:55:41 -0000 On 2004.10.22 10:26:25 +0000, Mark Frasa wrote: > On 2004.10.21 12:57:53 +0000, Kirk Strauser wrote: > > On Thursday 21 October 2004 12:21, Mark Frasa wrote: > > > > > Arg stupid, off course.. > > > > Nah. There's a lot of information there to go through. I didn't realize > > how ready gvinum was for production until I edited my /etc/fstab a couple > > of weeks ago to replace /dev/vinum with /dev/gvinum and everything Just > > Worked (tm). Wish all of my software migrations were this easy. :) > > > > > You can't imagine how happy i am atm. Now i finally can move on. > > > > > > Thanks a million. > > > > You bet. Take care! > > -- > > Kirk Strauser > > Right, > > can you or anyone tell me how to make gvinum load automatically? > > In /boot/loader.conf I set: > > vinum_load="YES" > vinum.autostart="YES" > > This doest not work, even: > > gvinum_load="YES" > gvinum.autostart="YES" > > When i boot in single user mode and i mount the gvinum volumes, everything is OK! > Thus it really is the problem of the autoload and start of vinum. > > Mark. AH, i found the error: the configfile was named gvinum.conf Thus vinum _did_ load but could nog find any disks. Now i renamed it to /etc/vinum.conf it starts up, reconizes all the plexes and disks and tells every part is up. The error is see is: Mounting root from ufs:/dev/gvinum/root set root by name failed ffs_mountroot: can't find rootvp Root mount failed: 6 Then it goes to manual root filesystem specification. Any ID?