Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
If the internal copy of LVM2 is used (which is 2.02.28), one can get the same errors as reported in bug 207612. Please bump and use a later copy of LVM2 (2.02.37 is stable currently).
I second this.
You can second this all you want. Have you actually bumped the version in genkernel.conf and tried build an initramfs with it and booting?
I have seen the failures using the internally specified copy. Then I installed the latest ebuild and it used the system copy, which booted. I have not tried editing it so it uses the latest version as an internal copy -- does that cause problems?
I emerged genkernel-9999 today (to get the fix for bug #276753), bumped LVM to latest stable i.e. 2.02.36 in genkernel.conf and it properly booted my RAID+LUKS+LVM system with hardened-sources-2.6.29. I had previously experienced this issue on 2 other systems although I didn't try on this one without bumping LVM. Denis.
And you're sure that you moved your system lvm and lvm.static binaries out of the way so that it would compile lvm internally?
actually people (still) having CONFIG_SYSFS_DEPRECATED or the newer CONFIG_SYSFS_DEPRECATED_V2 set in their kernel will not suffer from this bug. bumping genkernel's internal versions to: DEVICE_MAPPER_VER="1.02.24" LVM_VER="2.02.31" in /etc/genkernel.conf resolves the issue which has not been related to lvm vs. lvm.static at any time but the way block devices are listed in sysfs (i.e. /sys/block/* have become symlinks and older versions of LVM simply ignore rather than follow them). as a side note: I've tried even higher version numbers of LVM here - but they all failed to compile from within calling "genkernel ramdisk"..
to sum things up that means to: - bump the internal version numbers in genkernel.conf to address people that do not have USE=static on sys-fs/lvm2 and/or use >=lvm2-2.02.48-r1 with <genkernel-9999 (wrt bug #276753) - stablize >=genkernel-3.4.10.905-r1 (which then has bug #276753 fixed)
lvm2-2.02.51-r1 became stable for x86. It tooks me hours to find that I had to update genkernel to be able to boot my system again because I have my root partition in a LVM2 volume. So, I think it's quite urgent to stablize >=genkernel-3.4.10.905-r1.