Code review comment for lp:~beuno/easyark/daemonize

Revision history for this message
Mariano Mara (marplatense) wrote :

It seems the daemon is failing with a database locked in the very first interaction with the sqlite: Coordinator.__init__()
If you run barkd on a terminal without detaching the process, this error does not happen and even if you run the daemon with the foreground option on, it doesn't happen either: I'm querying the database while barkd is running and no issues at sight.
Looks like this is strictly related with the daemon condition of Coordinator. I'm still investigating although to see if this has something to do with daemon, sqlite or backupark itself.

« Back to merge proposal