Bug 19035

Summary: up2date reinstalls services previously disabled by user.
Product: [Retired] Red Hat Linux Reporter: Eivind <redhat>
Component: up2dateAssignee: Preston Brown <pbrown>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: high    
Version: 7.0CC: dr
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-17 16:00:25 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 Eivind 2000-10-13 09:44:42 UTC
Procedure:

* Install stock Redhat 7.0
* Disable the starting of rhnsd in runlevel 3. (by removing the symlink in 
  the rc3.d directory
* Run up2date, and update packages.

- The disabled service is now run once more. (the symlink reappear)

This is /bad/. If I turn off a daemon, it is because I do not want it to
run. Having an update program automatically turning it back on means I'm
likely to run services I thougth I had shut off. And consequently may well
neglect to upgrade in the future, thinking that "I don't run that service
anyway".

And yes, I know this does not happen if I rpm -e the package, instead of
merely disabling it in a runlevel. But many services I need now and then,
but not daily. Besides, rpm-e means I'll have to download it ower should I
wish to use it afterall.

Comment 1 Cristian Gafton 2000-10-17 22:50:58 UTC
Please use the right command to disable a service:
	/sbin/chkconfig --level 345 rhnsd off