[Bug 7865] files or dirs with more than 16 ACLs are not rsynced correctly

samba-bugs at samba.org samba-bugs at samba.org
Mon Jun 20 03:45:27 MDT 2011


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

--- Comment #3 from Reinhard Lubos <reinhard.lubos at comlineag.de> 2011-06-20 09:45:26 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.


More information about the rsync mailing list