From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-96863-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MGbs7-0008RG-Oj
	for garchives@archives.gentoo.org; Tue, 16 Jun 2009 16:50:56 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1FD8CE01FC;
	Tue, 16 Jun 2009 16:50:54 +0000 (UTC)
Received: from mail-yx0-f188.google.com (mail-yx0-f188.google.com [209.85.210.188])
	by pigeon.gentoo.org (Postfix) with ESMTP id F03A0E01FC
	for <gentoo-user@lists.gentoo.org>; Tue, 16 Jun 2009 16:50:53 +0000 (UTC)
Received: by yxe26 with SMTP id 26so28027yxe.32
        for <gentoo-user@lists.gentoo.org>; Tue, 16 Jun 2009 09:50:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=lPiEsJQaHBJWbP1G6KBji1m84NtC40Da9CceIba/h7A=;
        b=I6ouLwAfb7ZFcAfIJS9ECYDPczOAYQdm2e9zNKri9MJUM1KMuXbxOYXHyxA31qPT1E
         yRe2dfVUNd6PEZbyEoLJJJakf21P9z55deruopuiX8o47w5IRqfZ234jm9ARFzRNSziy
         KRviLIghatXddvKghO60DeYWumxERe8QRDQ20=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=ndOMzmfYQ9PGs1CrT2RnKGBJh/mXqPZ1lj5B71oE6slMpKpeWNBWmga3emBNvTdqGT
         xtYJE2hEOXT1TndiHEg+dWZtkgu0I2LnPJPEZ/L9EX9CkDyvd/FW7lS7Ob7t2epTTpFo
         yUiwBxO/Et+IxbIch/ccZr9TOiX7qaAcBl8ok=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.231.39.130 with SMTP id g2mr3002572ibe.9.1245171053025; Tue, 
	16 Jun 2009 09:50:53 -0700 (PDT)
In-Reply-To: <a0811460906160852m2a671f46gdd2f95c970a3a96@mail.gmail.com>
References: <a0811460906141804w252db391oe5728b38ab6c06be@mail.gmail.com>
	 <20090615084551.4b1f9768@krikkit.digimed.co.uk>
	 <a0811460906150951h61df1e35i107cac981b5595cf@mail.gmail.com>
	 <200906151906.01800.alan.mckinnon@gmail.com>
	 <a0811460906151733n2a0af84cm51aefc83db88b3fe@mail.gmail.com>
	 <20090616085719.7eaa43fa@krikkit.digimed.co.uk>
	 <a0811460906160852m2a671f46gdd2f95c970a3a96@mail.gmail.com>
Date: Tue, 16 Jun 2009 10:50:52 -0600
Message-ID: <a0811460906160950x44c36b11n85c54d36d9d0d2b9@mail.gmail.com>
Subject: Re: [gentoo-user] lvm problem(s)
From: Maxim Wexler <maxim.wexler@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: fa566d83-b249-4dc6-b24d-0253927539fc
X-Archives-Hash: 54b0bb202510c791535424ff80e16fa5

On 6/16/09, Maxim Wexler <maxim.wexler@gmail.com> wrote:
>>> FWIW only one device, the SD card, can't be found and it is listed
>>> about 20 times in the boot console before the LVM gives up.
>>
>> Is everything needed to use the SD card compiled into the kernel? As it
>> works after everything is loaded, I suspect not. Look for anything
>> relevant in the output of lsmod after the system loads and the card is
>> working, then either add those modules to the autoload file, or build
>> them into the kernel.
>
> One step forward, two steps back. The missing module is mmc_block
> which I added to the file /etc/conf.d/modules(I upgraded to
> baselayout-2 thinking this would help).  Did no good. I see dm-mod and
> mmc_block getting loaded alright and then just after 'Setting up the
> Logical Volume Manager':
>
> Locking type 1 initialisation failed
> Couldn't find devices with  uuid etc...
>
> mw
>
Come to think of it, it couldn't have been the module. Old udev loaded
it automatically, it was there all the time, I could still mount the
volumes by hand. Now that i've 'migrated' have to specify the module
in the new modules file or modprobe it manually. But I can still mount
the volumes and execute commands.

mw