https://bugs.winehq.org/show_bug.cgi?id=57764 Jeremy Newman <jnewman(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jnewman(a)codeweavers.com Resolution|--- |FIXED --- Comment #2 from Jeremy Newman <jnewman(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.