Comment 11 for bug 1962036

Revision history for this message
Sebastien Bacher (seb128) wrote (last edit ):

The issue seems to be due to the dbus package

$ cat /var/lib/dpkg/info/dbus.preinst
...
# Automatically added by dh_installsystemd/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -d /run/systemd/system ] ; then
 deb-systemd-invoke stop 'dbus.service' 'dbus.socket' >/dev/null || true
fi
# End automatically added section

shouldn't have that been resolved by https://launchpad.net/ubuntu/+source/dbus/1.12.20-2ubuntu3 ?