Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: "Yrjö Hatakka" <yrjo.hatakka@×××××××.fi>
Cc: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] baselayout 1.8.2 breaks lvm
Date: Mon, 26 Aug 2002 16:00:52
Message-Id: 1030395511.12105.146.camel@nosferatu.lan
In Reply to: [gentoo-dev] baselayout 1.8.2 breaks lvm by "Yrjö Hatakka"
1 On Tue, 2002-08-27 at 00:53, Yrjö Hatakka wrote:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA1
4 >
5 >
6 > After updating to baselayout 1.8.2 boot failed because chkfs could activate my
7 > lvm partitions
8 >
9 > problem is here at line that says:
10 > if [ -x /sbin/vgscan -a -d /proc/lvm ]
11 >
12 > well /proc/lvm doesnt exist when lvm is compiled as a module and not yet
13 > loaded. I added modprobe -av lvm-mod above that line
14 > - --
15
16 AAAAAHHHHHHHHHH :P
17
18 And the last guy promised this is the right way (tm).
19
20 so if we add before that line:
21
22 -----------------snip----------------------
23 /sbin/modprobe -a lvm-mod &>/dev/null || :
24 -----------------snip----------------------
25
26 it will fix it for you ?
27
28
29 --
30
31 Martin Schlemmer
32 Gentoo Linux Developer, Desktop Team Developer
33 Cape Town, South Africa

Replies

Subject Author
Re: [gentoo-dev] baselayout 1.8.2 breaks lvm Dominik Westner <westner@×××××××××××.com>
Re: [gentoo-dev] baselayout 1.8.2 breaks lvm "Yrjö Hatakka" <yrjo.hatakka@×××××××.fi>