[Bug 14683] failed to set permissions on symlinks; need `--omit-link-permissions` option

samba-bugs at samba.org samba-bugs at samba.org
Wed Apr 7 19:00:58 UTC 2021


https://bugzilla.samba.org/show_bug.cgi?id=14683

--- Comment #2 from Ciprian Dorin Craciun <ciprian.craciun at gmail.com> ---
(In reply to Ciprian Dorin Craciun from comment #1)

Trying to `strace` what `rsync` does in my OpenAFS use-case I've found that the
only syscals invoked by `rysync` (and pertaining to the file in question) are:

* `readlink`;
* `newfstatat`;
* `openat`;
* `symlink`;

Furthermore, none of them actually fail, instead it seems that the "Operation
not supported (95)" is actually generated internally (although I couldn't
easily identify its origin).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the rsync mailing list