Bug 500098

Summary: "# service kdump start" fails on PAE and Xen kernel
Product: Red Hat Enterprise Linux 5 Reporter: umed <umed>
Component: kexec-toolsAssignee: Neil Horman <nhorman>
Status: CLOSED DUPLICATE QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: low    
Version: 5.3   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-12 14:27:21 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:

Description umed 2009-05-11 02:20:15 UTC
Description of problem:
# service kdump start
and
# system-config-kdump
fail with below messages on PAE and Xen kernel.

Rebuilding /boot/initrd-2.6.18-128.1.10.el5kdump.img
No module ARRAY found for kernel 2.6.18-128.1.10.el5, aborting.
Failed to run mkdumprd
 

Version-Release number of selected component (if applicable):

kexec-tools-1.102pre-56.el5_3.2
system-config-kdump-1.0.14-4.el5
kernel-2.6.18-128.1.10.el5
kernel-xen-2.6.18-128.1.10.el5


How reproducible:
everytime


Steps to Reproduce:
1. # service kdump start

1. # system-config-kdump
2. Click OK
  
Actual results:
# service kdump start
No kdump initial ramdisk found.                            [WARNING]
Rebuilding /boot/initrd-2.6.18-128.1.10.el5kdump.img
No module ARRAY found for kernel 2.6.18-128.1.10.el5, aborting.
Failed to run mkdumprd
#

Expected results:
# service kdump start
No kdump initial ramdisk found.                            [WARNING]
Rebuilding /boot/initrd-2.6.18-128.1.10.el5kdump.img
Starting kdump:                                            [OK]
#



Additional info:

Comment 1 Neil Horman 2009-05-11 10:22:43 UTC
please post your /etc/mdadm.conf file.

Comment 2 umed 2009-05-12 00:38:02 UTC
$ cat /etc/mdadm.conf
DEVICE partitions
MAILADDR root
ARRAY /dev/md0 super-minor=0
ARRAY /dev/md1 super-minor=1
$

I've already deleted comment line, but "service kdump start" aborted.

Comment 3 Neil Horman 2009-05-12 10:44:09 UTC
suspect this is a duplicate of bz 490818.  Please test with the rpm found here:
http://people.redhat.com/nhorman/rpms/kexec-tools-1.102pre-69.el5.x86_64.rpm
and see if the problem is resolved.  Thanks

Comment 4 umed 2009-05-12 13:50:53 UTC
Thank you!
"kexec-tools-1.102pre-69.el5.x86_64.rpm" works!

Comment 5 Neil Horman 2009-05-12 14:27:21 UTC
Fantastic, thanks!

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