Comment 16 for bug 276857

Revision history for this message
Ted Gould (ted) wrote : Re: [Bug 276857] Re: On reboot X requires restart because mouse and keyboard are unresponsive

On Tue, 2008-10-21 at 23:58 +0000, Bryce Harrington wrote:
> My guess is that either dbus_bus_name_has_owner() or
> dbus_connection_add_filter() are failing.

Further debugging -- no answers

I added a line to my gdm init script to list the names of all the
services on the GDM system bus. In both situations the lists is
basically identical. I think this rules out dbus_bus_name_has_owner()
failing. The command line is:

dbus-send --print-reply --system
--dest=org.freedesktop.DBus /org/freedesktop/DBus
org.freedesktop.DBus.ListNames

And the results are attached.