From owner-freebsd-stable@FreeBSD.ORG Wed Feb 2 02:00:27 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF0016A4CF for ; Wed, 2 Feb 2005 02:00:27 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 139C243D2D for ; Wed, 2 Feb 2005 02:00:27 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.249.100 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 2 Feb 2005 02:00:26 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id E67956255; Tue, 1 Feb 2005 20:00:25 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 75112-03; Tue, 1 Feb 2005 20:00:22 -0600 (CST) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 57F726231; Tue, 1 Feb 2005 20:00:22 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.1/8.13.1) with ESMTP id j1220LPJ011949; Tue, 1 Feb 2005 20:00:21 -0600 (CST) (envelope-from noackjr@alumni.rice.edu) Message-ID: <42003435.706@alumni.rice.edu> Date: Tue, 01 Feb 2005 20:00:21 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (X11/20050103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Greg 'groggy' Lehey" References: <20050201.163626.85390347.fujita@soum.co.jp> <20050202001656.GL49172@wantadilla.lemis.com> In-Reply-To: <20050202001656.GL49172@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: freebsd-stable@FreeBSD.org Subject: Re: vinum.autostart problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 02:00:27 -0000 On 02/01/05 18:16, Greg 'groggy' Lehey wrote: > On Tuesday, 1 February 2005 at 16:36:26 +0900, FUJITA Kazutoshi wrote: > >>Hi, >> >>I'm using recent 5-STABLE, >>and try to mirror root partition with vinum. >> >>my /boot/loader.conf is below >> >>vinum_load="YES" >>vinum.autostart="YES" >> >>But I got following message when boot >> >>... >>vinum: loaded >>vinum: no drives found >>Mounting root from ufs:/dev/vinum/root >>setrootbyname failed >>ffs_mountroot: can't find rootvp >>Root mount failed: 6 >>... >> >>I think vinum is not auto-started. >> >>Any suggestion? > > > http://www.vinumvm.org/vinum/how-to-debug.html > > Greg Can you mirror the root partition with regular vinum on 5-STABLE, or does this require gvinum? Jon