Bug 813300

Summary: Service portreserve status returns bad value when portreserve is stop
Product: Red Hat Enterprise Linux 6 Reporter: David Spurek <dspurek>
Component: portreserveAssignee: Tim Waugh <twaugh>
Status: CLOSED CURRENTRELEASE QA Contact: Leos Pol <lpol>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3CC: jpopelka, lpol, msehnout, ovasik, psklenar, thozza
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-17 15:14:44 UTC Type: Bug
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: 1254457    

Description David Spurek 2012-04-17 12:43:46 UTC
Description of problem:
Service portreserve status returns bad value when portreserve is stop

Version-Release number of selected component (if applicable):
portreserve-0.0.4-4.el6_1.1

How reproducible:
always

Steps to Reproduce:
1.service portreserve stop
2.service portreserve status
3.echo $?
  
Actual results:
echo $? return 0

Expected results:
echo $? return value greater then 0

Comment 1 RHEL Program Management 2012-07-10 06:10:08 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 2 RHEL Program Management 2012-07-11 01:56:22 UTC
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development.  This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.

Comment 3 RHEL Program Management 2012-09-07 05:16:23 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unable to address this
request at this time.

Red Hat invites you to ask your support representative to
propose this request, if appropriate, in the next release of
Red Hat Enterprise Linux.

Comment 7 Leos Pol 2016-02-26 15:47:40 UTC
# rpm -q portreserve
portreserve-0.0.4-10.el6.x86_64

# service portreserve stop
Stopping portreserve: 

# service portreserve status
portreserve is stopped

# echo $?
0