https://qa.mandrakesoft.com/show_bug.cgi?id=610
------- Additional Comments From [EMAIL PROTECTED] 2003-01-20 21:26 ------- This bug is _still_ present in the latest Cooker kernel, 2.4.21-0.pre3.1mdk. Perhaps this is not a kernel bug but rather an initscripts bug in that initscripts should _not_ be calling the LVM initialization twice? Somebody please fix this. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] description: As reported with kernel-2.4.20-0.5, kernel-2.4.20-1mdk hangs during the second invocation of LVM in the rc.sysinit script. I had to patch as follows in order to get my system to boot with this new kernel (please excuse line wrapping, as this is bugzilla's fault): --- rc.sysinit~ 2002-11-19 09:59:30.000000000 -0500 +++ rc.sysinit 2002-12-06 08:00:53.000000000 -0500 @@ -602,9 +602,9 @@ fi # LVM initialization, take 2 (it could be on top of RAID) -if [ -x /sbin/vgchange -a -f /etc/lvmtab ]; then - action "Setting up Logical Volume Management:" /sbin/vgscan && /sbin/vgchange -a y -fi +#if [ -x /sbin/vgchange -a -f /etc/lvmtab ]; then +# action "Setting up Logical Volume Management:" /sbin/vgscan && /sbin/vgchange -a y +#fi _RUN_QUOTACHECK=0 # Check filesystems
