Searchable mailing list archive + question
Tako Schotanus
quintesse at palacio-cristal.com
Wed May 19 14:39:07 PDT 2004
Havoc Pennington wrote:
>On Wed, 2004-05-19 at 11:34, Tako Schotanus wrote:
>
>
>>Does a searchable version of the mailing list archive exist? I'm trying
>>to find out if a problem I'm having has already been solved/encountered
>>by someone else but had no idea where to start looking.
>>
>>
>
>Go to google and do "site:mail.gnome.org foo bar" ;-)
>
>
gnome.org?? Who would have figured that? Sorry but that's far from
obvious for me ;-)
>
>
>>Anyway, now that I got your attention anyway I'm going to ask my question:
>>
>>does anyone know what I'm doing wrong if dbus_bus_acquire_service()
>>returns "Disconnected prior to receiving a reply"?
>>
>>
>
>Means the bus is dropping your connection for some reason, you'd have to
>diagnose that by tracing what the bus daemon is doing e.g. with verbose
>output.
>
>
Ok, that did the trick and it was just a very stupid mistake (wrong
method/signal name).
But I did notice a couple of things along the way that might be worth
mentioning:
a) verbose output - is it explained anywhere what you have to do to get
verbose output? I had to look into the code to find that I had to set
DBUS_VERBOSE besides the configure option. (NB: would patches adding a
--verbose option to the tools be accepted?)
b) dbus-monitor - I tried to use the monitor to see if my server/emitter
was actually sending something and it doesn't seem to do anything
usefull if this patch:
http://freedesktop.org/pipermail/dbus/2004-February/000787.html isn't
applied. The monitor seems to really need a match rule for it to be able
to work because without it I have never seen it generate any output. Is
there a reason why this patch has never been applied to CVS?
Cheers and thanks for your help!
-Tako
>Havoc
>
>
>
More information about the dbus
mailing list