Hello Mauricio, or anyone else affected, Accepted makedumpfile into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/makedumpfile/1.5.5-2ubuntu1.1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance! ** Changed in: makedumpfile (Ubuntu Trusty) Status: In Progress => Fix Committed ** Tags added: verification-needed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to makedumpfile in Ubuntu. https://bugs.launchpad.net/bugs/1324544 Title: makedumpfile: kdump-config load fails with vmlinux kernel (vs. vmlinuz) Status in “makedumpfile” package in Ubuntu: Fix Released Status in “makedumpfile” source package in Trusty: Fix Committed Status in “makedumpfile” source package in Utopic: Fix Released Status in “makedumpfile” package in Debian: New Bug description: SRU Justification: [Impact] Users of ppc64el hardware need the ability to use crashdumps to do kernel debugging. [Test Case] 1) apt-get install kdump-tools 2) kdump-config load 3) this should pass but fails because it expects vmlinuz [Regression Potential] This fix allows the existing case to work, but only checks for vmlinux if vmlinuz is missing. -- On ppc64el, there's no vmlinu/z/, only vmlinu/x/. Thus, kdump-config load fails as follows: # kdump-config load Cannot open `/boot/vmlinuz-3.13.0-27-generic': No such file or directory * failed to load kdump kernel This small patch (attached) fixes the issue. It defaults KDUMP_KERNEL to vmlinux if vmlinuz is not found. # cd /usr/sbin && patch -p1 < ~/kdump-config-vmlinux.patch patching file kdump-config # kdump-config load [...] * loaded kdump kernel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1324544/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp