https://qa.mandrakesoft.com/show_bug.cgi?id=610
Product: kernel-2.4.20.1mdk
Component: kernel-2.4.20.1mdk
Summary: Hangs on second invocation of LVM
Version: 1-1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
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
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.