You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Thanks for the patch, but I'm not applying that. First, lockf is a broken design, it interacts badly with fork (and Polipo uses fork, see local.c, forbidden.c) -- flock would be a better choice.
Second, I think it's overkill. If there's a stray lock file, something went wrong, so I'd expect the system administrator or the init script to do some checking.
Current pid file handling is not correct: it prevents daemon to start, if pid file exists, not checking whether daemon is actually running.
Here is a patch correcting this issue:
The text was updated successfully, but these errors were encountered: