https://bugs.winehq.org/show_bug.cgi?id=57764
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jnewman@codeweavers.com Resolution|--- |FIXED
--- Comment #2 from Jeremy Newman jnewman@codeweavers.com --- This was a issue with permissions. The phpbb cron script was running under a winehq login account, but due to the website needing the files to be owned by www-data user/group this was causing an issue with the queue cache file not being removed. So it would resend every queue run. I've given the user the ability to sudo as www-data when running the cron script, so this will allow it to properly purge the queue and lock.