RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 616852 - Wrong exit status code in initscript
Summary: Wrong exit status code in initscript
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: systemtap
Version: 6.1
Hardware: All
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Frank Ch. Eigler
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks: 633349
TreeView+ depends on / blocked
 
Reported: 2010-07-21 14:33 UTC by Michal Fabry
Modified: 2011-05-13 12:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-22 21:35:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Michal Fabry 2010-07-21 14:33:47 UTC
Problem with exit status code when restarting stopped service:

--------
# service systemtap status
one is stopped
# service systemtap restart

Starting systemtap: [WARNING]
# echo $?
5
--------
According to [1] there should be exit code 7 (program is not running) and not 5 (program is not installed).


[1] https://fedoraproject.org/wiki/FCNewInit/Initscripts

Comment 2 Michal Fabry 2010-07-21 14:50:05 UTC
I also overlooked wrong exit code when someone with insufficient rights is trying to restart service. It should return 4 (user had insufficient privilege) and not 1.

Comment 3 RHEL Program Management 2010-07-21 14:58:10 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 6 Frank Ch. Eigler 2010-11-22 21:31:27 UTC
These appear to be minor inconsistencies with standards that assume that some of the error conditions are easier to tell apart than it is for us in stap land.

Comment 7 RHEL Program Management 2010-11-22 21:35:02 UTC
Development Management has reviewed and declined this request.  You may appeal
this decision by reopening this request.


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