Bug 162541

Summary: dbus should not be restarted in postun
Product: [Fedora] Fedora Reporter: Colin Walters <walters>
Component: dbusAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-24 06: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 Colin Walters 2005-07-05 23:08:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050623 Fedora/1.0.4-5 Firefox/1.0.4

Description of problem:
Currently dbus.spec has:

%postun
/sbin/ldconfig
if [ "$1" -ge "1" ]; then
  service messagebus condrestart > /dev/null 2>&1
fi

This will break many important applications using the system bus like HAL and NetworkManager, not to mention other random applications such as eggcups.
The fix is to simply not restart the bus.

Later in Fedora we will hopefully gain some infrastructure for notifying the user when a system restart is required for a package update/security release.




Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:

  

Additional info: