oh, well, I found a pretty clear explanation for why this happens. In
domainjoin/scripts/ConfigureLogin:
GracefulDbusRestart()
{
[...]
/etc/init.d/dbus restart
[...]
}
We probably shouldn't do that, considering the dbus package itself
doesn't even do this on upgrades. Here's what the dbus package does
instead:
if [ -e /var/run/dbus/pid ] &&
ps --no-heading -p $(cat /var/run/dbus/pid) > /dev/null; then
# trigger an update notification which recommends to reboot
[ -x /usr/share/update-notifier/notify-reboot-required ] && \
/usr/share/update-notifier/notify-reboot-required || true
invoke-rc.d dbus reload || true
exit 0
fi
** Changed in: likewise-open (Ubuntu)
Importance: Undecided => High
--
likewise-open: blows up session when joining the domain
https://bugs.launchpad.net/bugs/222224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs