https://qa.mandrakesoft.com/show_bug.cgi?id=610
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-02-11 06:34 -------
This bug appears to be fixed as of latest Cooker, Feb 11, 2003.
------- 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]
status: RESOLVED
creation_date:
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