I want to sync a configuration file from a->b. a is send only and b is receive only.
Folder is /etc/xxx on both systems. Syncthing fails with "open /etc/xxx/.Syncthing.blabla.tmp: read only filesystem.
I tried a lot and gave up by doing chmod -R 777 /etc/xxx But I still get this error. How is this even possible?
imsodin
(Simon)
2
It’s a read-only filesystem, not a file without read permission. Check how that filesystem is mounted.
calmh
(Jakob Borg)
3
Our systemd files have options to prevent writes to /etc and other system places by default.
2 Likes
That means that Syncthing is never writing to /etc**?
imsodin
(Simon)
5
Not usually, no. Depends on what the user does though. If you want it to, you need to change that option with systemctl edit syncthing@
and there add
[Service]
ProtectSystem=off
2 Likes
system
(system)
Closed
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.