Comment 10 for bug 295405

Revision history for this message
Martin Pitt (pitti) wrote : Re: fails to run lib/dbus-1.0/dbus-daemon-launch-helper

OK, thanks. Unfortunately that didn't give me any insight yet. Let's try something else:

  sudo strace -s 4096 -f -o /tmp/trace -p `ps h -o %p -U messagebus`

This will block. Open a second terminal, and do

  ck-list-sessions

Then go back to the first one, press Control-C, and attach /tmp/trace here. Thanks!