On Wed, 2010-02-10 at 23:27 +1100, Ben Finney wrote:
> Thank you for taking the trouble to track down this problem to this
> level of detail, and for reporting it here.

No problem at all, I had to restore my openid service anyway =)

> Can you please provide a command-line that I can run to reproduce
> similar output for a run of Gracie?

This was what I used to investigate:

strace -f -s 1024 /usr/bin/python /usr/bin/gracied --pidfile 
/var/run/gracied.pid --data-dir /var/lib/gracie --host 127.0.0.1 --port 8123 
--root-url http://openid.kov.eti.br/ 2>| tee /tmp/log

I fixed it locally by changing the code, and temporarily moving the
daemonization to before opening the port (that is fine in my case given
the high port number), but a real fix would be to make the daemonization
process less trigger happy (making it not close the listening socket).

See you,

-- 
Gustavo Noronha Silva <k...@debian.org>
Debian

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to