Bug 438221

Summary: "service rhmd stop" kills all qpidds, not just the system qpidd
Product: Red Hat Enterprise MRG Reporter: Justin Ross <jross>
Component: qpid-cppAssignee: Nuno Santos <nsantos>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Sarenik <jsarenik>
Severity: low Docs Contact:
Priority: medium    
Version: betaCC: aortega, jsarenik
Target Milestone: 1.1   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-15 12:08:10 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 Justin Ross 2008-03-19 19:02:24 UTC
The init script should instead store the pid of the system qpidd and kill it alone.

Comment 1 Nuno Santos 2008-04-01 21:41:55 UTC
Fixed at revision 643597

Comment 2 Mike Bonnet 2008-05-16 15:08:42 UTC
qpidc-0.2.656926-1.el5, qpidd-0.2.656926-1.el5, and rhm-0.2.2058-1.el5 have been pushed to the staging repo for testing

Comment 3 Jan Sarenik 2009-04-21 12:09:35 UTC
VERIFIED by checking the initscripts
of both old version which reproduces the bug
(qpidd-0.2-24.el5.i386.rpm) and the new one
(qpidd-0.2.656926-1.el5.i386.rpm).

The difference is in /etc/rc.d/init.d/qpidd
in function stop(), where it is called
just with "$prog" parameter in bug-positive
version and with "-p ${pidfile} $prog" in
the corrected one.

Comment 4 Jan Sarenik 2009-04-21 12:12:41 UTC
The same for /etc/rc.d/init.d/rhmd
  rhm-0.2-18.el5.i386.rpm (visible error)
  rhm-0.2.2060-2.el5.i386.rpm (corrected)