Package: radicale
Version: 0.7-1.1

When trying to set up radicale in a freedombox environment, I discovered
that a startpar process was left behind.  Looking closer, I find that it
was waiting for the radicale process to end.  Restarting radicale got
rid of the startpar process.

I dug a bit further, to see if I could figure out why it was hanging,
and the reason was simply that radicale had at least one open file
descriptor in common with startpar.  Adding '< /dev/null > /dev/null
2>&1' to the start call in the init.d script got rid of the problem.

Please change radicale in daemon mode to close all open file scriptors
(at least stdin, stdout and stderr, but should close others as well if
anyone is open).  It would make sure the daemon behave like most systems
expect daemons to behave.

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to