Sorry, the path to the PolicyKit1 daemon seems to be /usr/lib/policykit-1/polkitd in Karmic (and not /usr/lib/policykit-1/polkitd as in my custom install). You were starting the daemon version 0.9, which did not get any calls (as it should).
The D-Bus logs don't show much, but at least we can check that the backends dispatcher is started, while no other module is loaded. You can see on the successful log that org.freedesktop.SystemToolBackends.Platform is started, which is where errors often happen. Here, the problem occurs earlier. PolicyKit should not be involved at all at this point. We can try getting the D-Bus error from liboobs. You should install http://ddebs.ubuntu.com/pool/main/libo/liboobs/liboobs-1-4-dbgsym_2.22.0-2ubuntu1_i386.ddeb end then run 'gdb users-admin', then type 'break oobs-session.c:316', then when it has stopped at the breakpoint, 'print priv->dbus_error.message'. If this does not work, you may want to stop at line 308 instead. In the new version, I'll print this error message to the console to make things simpler. -- users and groups prog blocked on first launch https://bugs.launchpad.net/bugs/411533 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
