On Wed, Mar 12, 2008 at 5:14 PM, Tomeu Vizoso <[EMAIL PROTECTED]> wrote: > 2008/3/5 Tomeu Vizoso <[EMAIL PROTECTED]>: > > > 1 Fix async D-Bus methods. I'm quite lost on this. Calls made or > > processed asynchronously won't return to the client. The call is > > received correctly by the service, and the server-side callback is > > called. But the client never gets a reply. This is the only message in > > the logs: > > > > org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible > > causes include: the remote application did not send a reply, the > > message bus security policy blocked the reply, the reply timeout > > expired, or the network connection was broken. > > > > Sync calls work fine, tested using the same dbus connection. I'm > > cc'ing Robert in the hope that he will find someone who can help debug > > this one. > > Robert and J5 jumped to help in #sugar ;) : [...]
Yes, using a private connection to the system bus and closing it after forking fixed these issues. Updated patch at 90445f01b30f9c29b23ba895ec84e9e69e6eaf66 in: http://dev.laptop.org/git?p=users/tomeu/security So we are one step closer. Thanks, Tomeu _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

