search for: aozax

Displaying 1 result from an estimated 1 matches for "aozax".

Did you mean: ajax
2013 Jan 24
2
[Bug 9594] New: Error transferring user and non-user xattr using --fake-super under Linux
...attrs are transferred. Steps to reproduce: 1. sudo touch foo 2. sudo setfattr -n user.rsx -v "1" foo ## user.rsx sorts before user.rsync 3. sudo setfattr -n security.selinux -v "system_u:object_r:cachefiles_var_t:s0" foo ## non-user EA with a long string value 5. sudo rsync -i -aOzAX --numeric-ids --rsync-path="rsync --fake-super" foo user at remote:/tmp/ ## user does not have root access on host remote Actual Results: <f+++++++++ foo [receiver] could not find xattr #1 for foo rsync error: protocol incompatibility (code 2) at xattrs.c(620) [receiver=3.1.0dev...