Bug 209557

Summary: LTC27920-LSPP groupadd/del/mod unexpected behavior
Product: Red Hat Enterprise Linux 5 Reporter: Issue Tracker <tao>
Component: shadow-utilsAssignee: Peter Vrabec <pvrabec>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0CC: iboverma, sgrubb, tao
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: beta2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-23 01:06:53 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 Issue Tracker 2006-10-05 23:27:15 UTC
Escalated to Bugzilla from IssueTracker

Comment 4 Steve Grubb 2006-10-06 18:23:23 UTC
We want to get this pulled into beta2 release. Setting devel ACK flag.

Comment 5 Irina Boverman 2006-10-25 15:27:57 UTC
Added PM ack. Need QE flag.

Comment 6 Peter Vrabec 2006-10-25 15:59:50 UTC
the simple fix in spec file is needed:
%attr(0750,root,root)   %{_sbindir}/user*
%attr(0750,root,root)   %{_sbindir}/group*


Comment 10 Steve Grubb 2006-12-14 22:52:15 UTC
[sgrubb ~]$ strace /usr/sbin/groupdel
execve("/usr/sbin/groupdel", ["/usr/sbin/groupdel"], [/* 46 vars */]) = -1
EACCES (Permission denied)

So, I'd say that the correct value is going into bash, but I do not think bash's
return code has to be the errno returned. I was thinking that all you can count
on is 0 for success and non-zero for failure.

Comment 11 RHEL Program Management 2006-12-23 01:06:53 UTC
A package has been built which should help the problem described in 
this bug report. This report is therefore being closed with a resolution 
of CURRENTRELEASE. You may reopen this bug report if the solution does 
not work for you.