Bug 815664 - implicit output of kdumpctl start/stop
Summary: implicit output of kdumpctl start/stop
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: kexec-tools
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Baoquan He
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 815665
TreeView+ depends on / blocked
 
Reported: 2012-04-24 08:12 UTC by WANG Chao
Modified: 2013-05-27 06:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 815665 (view as bug list)
Environment:
Last Closed: 2013-05-27 06:09:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
proposed patch (2.57 KB, patch)
2012-06-08 05:52 UTC, Dave Young
no flags Details | Diff

Description WANG Chao 2012-04-24 08:12:07 UTC
Description of problem:
In fc17:
[root@ibm-x3550m3-01 ~]# kdumpctl restart
Stopping kdump:
Detected /etc/kdump.conf or /boot/vmlinuz-3.3.2-8.fc17.x86_64 change
Rebuilding /boot/initramfs-3.3.2-8.fc17.x86_64kdump.img
rpmversion
dm
kernel-modules
lvm
fstab-sys
rootfs-block
udev-rules
base
fs-lib
kdumpbase
shutdown
Starting kdump:

Back in rhel6/5, we can get:
[root@localhost ~]# /etc/init.d/kdump restart
Stopping kdump:                                            [  OK  ]
Detected change(s) the following file(s):
  
  /etc/kdump.conf
Rebuilding /boot/initrd-2.6.18-308.el5kdump.img
Starting kdump:                                            [  OK  ]

The status of the specific kdumpctl start/stop is missing, we can't really tell whether the kdumpctl start/stop works or not from the output. But sure we can use `echo $?` everytime we use kdumpctl.

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


How reproducible:
100%

Steps to Reproduce:
1.touch /etc/kdump.conf
2.kdumpctl restart
3.
  
Actual results:
Stopping kdump:
Starting kdump:

Expected results:
Stopping kdump:                                            [  OK  ]
Starting kdump:                                            [  OK  ]

Additional info:

Comment 1 Dave Young 2012-06-08 05:52:06 UTC
Created attachment 590338 [details]
proposed patch

Comment 2 Fedora Admin XMLRPC Client 2013-02-25 08:06:49 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.


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