Bug 162353

Summary: kernel panic
Product: [Fedora] Fedora Reporter: acount closed by user <a1459440>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 4CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-06 15:25:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
crash none

Description acount closed by user 2005-07-03 00:31:24 UTC
I just updated to kernel-2.6.12-1.1387_FC4 but it does not boot.

It crashed in rc.sysinit after "Setting hostname..........", maybe it's an ACPI bug.


kernel-2.6.11-1.1369_FC4 works OK.


-thanks-

Comment 1 acount closed by user 2005-07-03 00:31:26 UTC
Created attachment 116302 [details]
crash

Comment 2 acount closed by user 2005-07-03 00:51:49 UTC
It was not APCI. The bug happened with LVM, here in rc.sysinit:

# LVM2 initialization
if [ -x /sbin/lvm.static ]; then
    if ! LC_ALL=C fgrep -q "device-mapper" /proc/devices 2>/dev/null ; then
        modprobe dm-mod >/dev/null 2>&1
    fi
    echo "mkdmnod" | /sbin/nash --quiet >/dev/null 2>&1
    [ -n "$SELINUX" ] && restorecon /dev/mapper/control >/dev/null 2>&1
    if [ -c /dev/mapper/control -a -x /sbin/lvm.static ]; then
        if /sbin/lvm.static vgscan --mknodes --ignorelockingfailure > /dev/null
2>&1 ; then
            action $"Setting up Logical Volume Management:" /sbin/lvm.static
vgchange -a y --ignorelockingfailure
        fi
    fi
fi

and no LVM was setup here.


Comment 3 Alexandre Oliva 2005-07-06 15:25:24 UTC

*** This bug has been marked as a duplicate of 162347 ***