Bug 162857

Summary: Tries to start dhcdbd before dbus
Product: [Fedora] Fedora Reporter: Pierre Ossman <pierre-bugzilla>
Component: dhcdbdAssignee: Jason Vas Dias <jvdias>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2005-07-20 17:02:42 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 Pierre Ossman 2005-07-10 16:16:10 UTC
The chkconfig priority of dhcdbd is too low so dhcdbd tries to start before the
dbus daemon causing a failure.

Changing it to 98 (dbus is 97) however causes it to have the same priority as
NetworkManager (which I suppose has to be started after). Since 'dhcdbd' is
sorted before 'NetworkManager' it happens to work anyway but there seems to be
some need for priority shuffling.

Comment 1 Jason Vas Dias 2005-07-20 17:02:42 UTC

*** This bug has been marked as a duplicate of 163711 ***