Many thanks to everybody for the support and helping to solve the issue !!
rsync not working anymore after upgrading to LE10
-
bg.lebowski -
September 20, 2021 at 7:19 PM -
Thread is Resolved
-
-
LE 10.0 ...
2021/09/22 09:38:32 [1019] rsyncd version 8.95.002-6436-g4b15caf9shouldn't that read ... rsyncd version 3.2.3 ?
and is this another bug/misconfiguration:
rsync: link_stat "/Synology3_1" (in Synology3_Backup) failed: No such file or directory (2)
-
Wow ... thats the solution ...
use chroot = no (in Module section) works !!!Great, glad that worked for you.
Technically this bug is with glibc-2.32 and could affect anything that uses a chroot without /proc mounted and tries to do lchmod on Linux, which is what rsync is doing. Doesn't look like the upstream glibc bug has made any movement.
Created an issue on your behalf in LE's GitHub:
-
and is this another bug/misconfiguration:
rsync: link_stat "/Synology3_1" (in Synology3_Backup) failed: No such file or directory (2)
no, this one is valid ... at that time the sync folder didn't exists and the process would create the directory in the next step ...
but failing because of access conditions ...
-
no, this one is valid ... at that time the sync folder didn't exists and the process would create the directory in the next step ...
but failing because of access conditions ...
okay, so both error messages have one cause I guess
-