Bug 523217

Summary: Initscript: ipmidetectd and bmc-watchdog wrong reload action
Product: [Fedora] Fedora Reporter: Petr Šplíchal <psplicha>
Component: freeipmiAssignee: Jan Safranek <jsafrane>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: jsafrane, ohudlick, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-02 09:48:55 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:
Bug Depends On:    
Bug Blocks: 521669    

Description Petr Šplíchal 2009-09-14 14:01:25 UTC
Description of problem:

The reload action of ipmidetectd's initscript should not start the
daemon unless it's already running.

Version-Release number of selected component (if applicable):
freeipmi-ipmidetectd-0.7.9-1.fc12.i586


Steps to Reproduce:
# service freeipmi-ipmidetectd stop
Shutting down ipmidetectd:                                 [  OK  ]
# service freeipmi-ipmidetectd reload

Actual results:
Shutting down ipmidetectd:                                 [FAILED]
Starting ipmidetectd:                                      [  OK  ]
# service freeipmi-ipmidetectd status
ipmidetectd (pid 9974) is running...

Expected results:
No action done, when the service is stopped.

Comment 1 Petr Šplíchal 2009-09-14 14:29:45 UTC
The same applies to freeipmi-bmc-watchdog script.

Comment 2 Jan Safranek 2009-09-17 11:18:00 UTC
freeipmi-ipmidetectd should be already fixed in freeipmi-0.7.12-3.fc12, bmc-watchdog is still broken

Comment 3 Jan Safranek 2009-10-02 09:48:55 UTC
My patches were accepted upstream and they should be part of upcoming freeipmi-0.8.1 release.