Bug 179028

Summary: Group settings are destroyed by install script
Product: [Fedora] Fedora Reporter: Alfred Glanzer <alfred>
Component: nagiosAssignee: Mike McGrath <imlinux>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.3-15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-29 00:33:06 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 Alfred Glanzer 2006-01-26 18:35:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

Description of problem:
The post install script uses the usermod command to add nagios to the apache group. This is done without the -a switch, so this command deletes all other group-settings for apache (and nagios if applicable) !!!!!
This caused my webserver (apache) to stop functioning correctly.

Version-Release number of selected component (if applicable):
nagios-1.3-14.fc4

How reproducible:
Always

Steps to Reproduce:
1.install or upgrade nagios
2.
3.
  

Actual Results:  Apache groupsettings were destroyed

Expected Results:  Use the -a switch with the usermod command to add in stead of replace and delete.

Additional info:

Comment 1 Mike McGrath 2006-01-26 20:28:40 UTC
Sorry bout that, hope it wasn't too much of a headache :-).  Its all fixed in
release 15.  I'll be uploading it soon.

Comment 2 Alfred Glanzer 2006-01-26 22:14:19 UTC
Well, no sweat. Thanks for your quick reply !