nerd stats
running Syncthing in a docker container (image ID 678b96126539
)
### syncthing --version
syncthing v1.19.2 "Fermium Flea" (go1.17.7 linux-arm64) \
docker@build.syncthing.net 2022-03-21 03:47:47 UTC [noupgrade]
### bind mount options
/dev/path on /var/syncthing type exfat \
(rw,noatime,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro)
### ls -ld /var/syncthing
drwxr-xr-x 8 root root 524288 Apr 15 09:56 /var/syncthing
###
NB: i’m running as root with PUID,GUID as 0; yes i know that’s dangerous. this is a LAN and i’m trying to eliminate user permission as the cause for error
the problem
files are always out of sync
the gui states
syncing: pull: generic error
in the logs i could find
error:0x400292c900
but not much else (it’s hard to identify error lines)
extra details on the problem
- set to untrusted; and encryption passwords match
- empty files sync without a problem
- files with content are never synced
- temp files
.syncthing.${FILENAME}.tmp
are created-
$ file ${TMPFILE}
output =>data
- hashes do not match
-
- the docker container is running in Linux, but the mounted storage device is
exfat
3 posts - 2 participants