No reply within specified time

Haran Shivanan shivanan at shire.symonds.net
Fri Mar 25 01:25:54 PST 2005


After building the latest code from cvs I get a "No reply within
specified time" error 
This is at the library level because I get the same error from the mono
example, the python example and the test cases.
Any idea why this is?
(Incidentally, I built the code by copying the configure script from
dbus-0.31.tar.gz to the cvs directory since autogen.sh seems to be
screwing up on my system)

Mono:
Unhandled Exception: DBus.DBusException: No reply within specified time
in <0x000bb> DBus.Bus:GetBus (DBus.Bus/BusType)
in <0x0000f> DBus.Bus:GetSessionBus ()
in <0x00020> Foo.EchoServer:Main (string[])


Python:
Traceback (most recent call last):
  File "example-signal-emitter.py", line 13, in ?
    session_bus = dbus.SessionBus()
  File "/usr/local/lib/python2.3/site-packages/dbus.py", line 175, in
__init__
    Bus.__init__(self, Bus.TYPE_SESSION)
  File "/usr/local/lib/python2.3/site-packages/dbus.py", line 78, in
__init__
    self._connection = dbus_bindings.bus_get(bus_type)
  File "dbus_bindings.pyx", line 1424, in dbus_bindings.bus_get
dbus_bindings.DBusException: No reply within specified time





More information about the dbus mailing list