Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1006869

Summary: init script: service restart under the nonroot changed behaviour, it returns 1 instead of 4
Product: Red Hat Enterprise Linux 6 Reporter: Petr Sklenar <psklenar>
Component: cronieAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED ERRATA QA Contact: qe-baseos-daemons
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: azelinka, jprokes
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Change of permission on confugration file /etc/sysconfig/crond showed a bug in initscript. Consequence: The error message for non priviledged user was different. Fix: Initscript has to check whether configuration file is readable by non root users. Result: Error message looks like before.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-21 22:25:13 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:

Description Petr Sklenar 2013-09-11 12:26:49 UTC
Description of problem:
service restart under the non root changed behaviour, it return 1 instead of 4

Version-Release number of selected component (if applicable):
cronie-1.4.4-11.el6.x86_64

How reproducible:
always

Steps to Reproduce:
rhel64
.qa.[root@x86-64-6s-m1 ~]# su - superman
[superman@x86-64-6s-m1 ~]$ service crond restart
User has insufficient privilege.
[superman@x86-64-6s-m1 ~]$ echo $?
4

rhel65 with cronie-1.4.4-11.el6.x86_64:
[superman@x86-64-6s-m1 ~]$ service crond restart
/etc/init.d/crond: line 37: /etc/sysconfig/crond: Permission denied
[superman@x86-64-6s-m1 ~]$ echo $?
1


Actual results:
error code = 1

Expected results:
error code = 4 

Additional info:

Comment 8 errata-xmlrpc 2013-11-21 22:25:13 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-1681.html