Problem in synching a specific file from windows to linux

Hello! I’m on syncthing 2.0.3. I’m trying to sync a lot of files between windows and linux and a single specific file is failing. The file is mostly constitued by zeroes. it’s an empty cache file. I have no idea of what is going on. On windows no error while on linux I got this:

syncing: finishing: setting permissions: chmod /home/ubuntu/collection/.syncthing.BodyCache_rd.bin.tmp: no such file or directory

on windows the file is called BodyChache_rd.bin

Do you have something on Linux that automatically cleans out temp files maybe?

I really don’t know.. how can I check that?

I checked with inotifywait on the folder on linux but apparently no file gets created

I fixed disabling sparse files on linux

Maybe this Zero-filled files with "round" sizes are failing to synchronize · Issue #10331 · syncthing/syncthing · GitHub if the file was filled with zeroes and of a certain size

Fascinating to have the two of you run into this at approximately the same time when I believe this has been the case “forever”…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.