[Bug 222224] Re: likewise-open: blows up session when joining the domain

Steve Langasek steve.langasek at canonical.com
Tue Sep 16 21:00:18 BST 2008


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
Server Team, which is subscribed to likewise-open in ubuntu.



More information about the Ubuntu-server-bugs mailing list