https://bugzilla.samba.org/show_bug.cgi?id=6590
--- Comment #8 from SATOH Fumiyasu <fumi...@osstech.co.jp> --- (In reply to SATOH Fumiyasu from comment #7) # rm -rf src dst # mkdir src dst # touch src/f # setfattr -n security.a -v 0sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA src/f # setfattr -n user.rsync -v 0sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA src/f # rsync "$@" --fake-super -X src/f dst [sender] could not find xattr #1 (2) for f cnt=1 rsync error: protocol incompatibility (code 2) at xattrs.c(622) [sender=3.1.2] Change "user.rsync" to "user.rsynd": # rm -rf src dst # mkdir src dst # touch src/f # setfattr -n security.a -v 0sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA src/f # setfattr -n user.rsynd -v 0sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA src/f # rsync "$@" --fake-super -X src/f dst (no output, thus no error) -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html