Displaying 1 result from an estimated 1 matches for "129a000".
Did you mean:
123a000
2020 Feb 06
0
[Bug 14267] New: rsync produces unhelpful errors on remote copy to OS with different ACL format
...ng? is my disk full?).
It doesn't help that by default logs or increasing sender-side verbose produces
no further hints; it's only by increasing receiver-side verbosity with -M-vvv
that I got to the bottom of it -- incompatible ACL systems:
recv_acl_access: "value out of range": 129a000
Once it became clear that it was an ACL issue, per the man page
'-M--fake-super' fixes the issue.
# Repro steps
rsync -aAX macos-timemachine-backups-folder user at linuxhost:/path/to/dst
# Actual Results
rsync produces a bogus error about protocol failure, when in reality the
protocol co...