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
tail.rb _sincedbwrite renames the newly written tmp sincedb over the previously existing one. This is failing with a "permission error" under Windows (7). I added code to (conditionally under windows only) delete the pre-existing sincedb file before the rename and the sincedb writes succeed. If the delete fails I log but leave both in place - the tmp sincedb file should be overwritten next time around.
-Joe Weitekamp
The text was updated successfully, but these errors were encountered:
I can confirm i get this error as well on windows. I see "_sincedb_write rename/sync failed" ... "Permission denied" in the logs every time it's attempted
tail.rb _sincedbwrite renames the newly written tmp sincedb over the previously existing one. This is failing with a "permission error" under Windows (7). I added code to (conditionally under windows only) delete the pre-existing sincedb file before the rename and the sincedb writes succeed. If the delete fails I log but leave both in place - the tmp sincedb file should be overwritten next time around.
-Joe Weitekamp
The text was updated successfully, but these errors were encountered: