I just did the following on a fresh instance:
 $ { echo dbus hold; echo libdbus-1-3 hold ; } | sudo dpkg --set-selections
 $ sudo apt-get update
 $ sudo apt-get upgrade --assume-yes --quiet 2>&1 | tee upgrade.log
 $ sudo reboot

There is no fsck or unclean mount on reboot.
So this would seem to fall squarely on dbus.

Interestingly, I followed the above with:
 $ { echo dbus install; echo libdbus-1-3 install ; } | sudo dpkg 
--set-selections
 $ sudo apt-get upgrade # pulling in the 2 dbus packages
 $ sudo apt-get remove dbus
 $ sudo reboot

and still saw the unclean mount.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058517

Title:
  upgrade of dbus causes unclean unmount of /

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt/+bug/1058517/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to