Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lvm problem -- is timing?
Date: Sat, 20 Jun 2009 20:48:55
Message-Id: 200906202248.49451.dirk.heinrichs@online.de
In Reply to: Re: [gentoo-user] lvm problem -- is timing? by Dirk Heinrichs
1 Am Samstag 20 Juni 2009 22:23:58 schrieb Dirk Heinrichs:
2 > > No good. rc-update shows udev, devfs, dmesg, device-mapper in sysinit
3 > > runlevel.
4 >
5 > device-mapper is wrong, there.
6
7 After reading your initial post in this thread again, that explains the
8 problem. You have dm-crypt and dm-mod compiled as modules. Module loading is
9 the first thing to happen in the boot runlevel. But the sysinit runlevel is
10 executed before the boot runlevel. That means, when your device-mapper init
11 script runs, it doesn't even have its module loaded.
12
13 So you should really put device-mapper into the boot runlevel. And btw, why do
14 compile things as modules which you need in any case? Doesn't make sense to
15 me.
16
17 Bye...
18
19 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] lvm problem -- is timing? Maxim Wexler <maxim.wexler@×××××.com>