Bug 769763
Summary: | system-config-kdump fails to update grub and times out on mkdumprd | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Stuart D Gathman <stuart> |
Component: | system-config-kdump | Assignee: | Roman Rakus <rrakus> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | greenrd, igeorgex, rrakus, the.ridikulus.rat, tsmetana |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-14 09:50:15 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
Stuart D Gathman
2011-12-22 05:29:43 UTC
I can reproduce the 2nd problem. I have a /etc/grub.conf from a previous Fedora version, but of course I'm on F16 as well so I also use grub 2. Maybe it needs to be changed to use grub 2? Workaround: 1. manually edit /etc/grub2.conf, /etc/kdump.conf, and maybe /etc/sysconfig/kdump 2. dummy up /etc/grub.conf to match grub2.conf 3. /etc/systemctl start kdump.service (runs mkdumprd) 4. test with sysrq Crash [http://www.mjmwired.net/kernel/Documentation/sysrq.txt] Re comment#1: while Fedora 16 defaults to grub2, it is possible to install grub after install. So it needs to be able to handle either. I would suggest testing whether /etc/grub.conf exists to decide which to do. Thanks for the report. s-c-kdump uses grubby to edit grub configuration. But it needed few changes to support grub2. Yes, it searches for /etc/grub.conf. Timeout was unset, meaning it uses default timeout for dbus calls. I've changed it to 120 seconds. I'm closing this bug as clone of bug #816230. Please test the updated package and eventualy reopen bug #816230 with comments. *** This bug has been marked as a duplicate of bug 816230 *** |