Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: Multilib or not?
Date: Thu, 27 Nov 2008 00:49:00
Message-Id: pan.2008.11.27.00.48.46@cox.net
In Reply to: Re: [gentoo-amd64] Re: Multilib or not? by Beso
1 Beso <givemesugarr@×××××.com> posted
2 d257c3560811261434m2c76e1d0id25ac1a6a1f584e0@××××××××××.com, excerpted
3 below, on Wed, 26 Nov 2008 22:34:25 +0000:
4
5 >> As a result of the switch my lvm2 init script started complaining that
6 >> it is written for baselayout 2 (which I'm running by the way) and fails
7 >> to start.
8 >> I re-emerged lvm2, but that didn't help.
9 >>
10 >> So any suggestions? Besides not using lvm2 :P
11 >>
12 > well, if you're using lvm2 in init then i really think that you need it.
13 > i think that there's a problem
14 > in your lvm config or on openrc. try reemerging openrc and baselayout,
15 > then do a revdep-rebuild
16 > and then if the problem persists delete the /etc/lvm/lvm.conf and then
17 > reemerge lvm2
18
19 Seconded.
20
21 If that doesn't help, I run lvm2 here (and baselayout-2) without issue,
22 and am of course on no-multilib, so it's possible. We can try to debug
23 and solve the issue. Start by posting your versions of lvm2, baselayout
24 and openrc, and the output of the following equery and ls commands.
25 Here's my results:
26
27 $ equery f lvm2|grep /lib/
28 /lib/rcscripts
29 /lib/rcscripts/addons
30 /lib/rcscripts/addons/lvm-start.sh
31 /lib/rcscripts/addons/lvm-stop.sh
32
33 $ ls -dl /lib /lib64
34 lrwxrwxrwx 1 root root 5 2007-09-06 07:09 /lib -> lib64/
35 drwxr-xr-x 12 root root 4848 2008-11-24 10:40 /lib64/
36 $ emerge -p lvm2 baselayout openrc
37
38 These are the packages that would be merged, in order:
39
40 Calculating dependencies ...... done!
41 [ebuild R ] sys-fs/lvm2-2.02.42
42 [ebuild R ] sys-apps/baselayout-2.0.0
43 [ebuild R ] sys-apps/openrc-0.3.0-r1
44 $
45
46 --
47 Duncan - List replies preferred. No HTML msgs.
48 "Every nonfree program has a lord, a master --
49 and if you use the program, he is your master." Richard Stallman

Replies

Subject Author
Re: [gentoo-amd64] Re: Multilib or not? Tonko Mulder <tonko.mulder@×××××.com>