needs to wait for remote-filesystems to start

Bug #1607024 reported by Brian J. Murrell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dbus (Ubuntu)
New
Undecided
Unassigned

Bug Description

Currently the dbus upstart script has this:

start on local-filesystems

But this makes the dbus startup fail if /usr is an NFS filesystem. After changing the above line to:

start on remote-filesystems

dbus started working correctly.

This actually highlights the problem with init events that assume certain things about the system installation. You really want a "start on usr-available" here, not on events that naïvely assume what kind of filesystem it's on.

Tags: trusty
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.