https://bugzilla.samba.org/show_bug.cgi?id=7865
--- Comment #4 from Reinhard Lubos <reinhard.lu...@comlineag.de> 2011-06-20 13:04:15 UTC --- errno is 22 as you & we can see in different logfiles: rsync-patdb.log:2010/12/08 09:40:06 [21974] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123, ACL_TYPE_ACCESS): Invalid argument (22) rsync-patdb.log:2010/12/08 09:41:01 [23863] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123, ACL_TYPE_ACCESS): Invalid argument (22) rsync-patdb.log:2010/12/08 10:01:52 [11469] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123, ACL_TYPE_ACCESS): Invalid argument (22) rsync-patdb.log:2010/12/08 10:04:31 [17760] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123, ACL_TYPE_ACCESS): Invalid argument (22) rsync-patdb.log:2010/12/08 11:36:37 [15997] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123, ACL_TYPE_ACCESS): Invalid argument (22) it happens in the call using get_acl errno 22 translates to: bysas8:root:include#grep "22" sys/errno.h|grep -v "22[0-9]" #define EINVAL 22 /* Invalid argument */ as you can see in the above excerpts from logfile -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- 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