Bug 184217 - broken path to kexec in kdump init file
Summary: broken path to kexec in kdump init file
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kexec-tools
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Graf
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-07 13:56 UTC by Dawid Gajownik
Modified: 2014-06-18 08:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-14 14:02:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dawid Gajownik 2006-03-07 13:56:35 UTC
Description of problem:
[root@X sysconfig]# service kdump start
/etc/init.d/kdump: line 79: /usr/sbin/kexec: Nie ma takiego pliku ani katalogu
[root@X sysconfig]# grep usr /etc/rc.d/init.d/kdump
KEXEC=/usr/sbin/kexec
[root@X sysconfig]# rpm -ql kexec-tools | grep bin
/sbin/kdump
/sbin/kexec
[root@X sysconfig]#

âNie ma takiego pliku ani kataloguâ means âNo such file or directoryâ

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

Change "KEXEC=/usr/sbin/kexec" to "KEXEC=/sbin/kexec"

Comment 1 Thomas Graf 2006-03-07 19:07:25 UTC
Fixed in 1.101-14

Comment 2 Dawid Gajownik 2006-03-08 08:31:44 UTC
Thanks!


Note You need to log in before you can comment on or make changes to this bug.