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

samba-bugs at samba.org samba-bugs at samba.org
Wed Dec 25 11:18:42 MST 2013


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

--- Comment #7 from Wayne Davison <wayned at samba.org> 2013-12-25 18:18:40 UTC ---
While you didn't output errno after the failing acl() call, it appears that it
returns 22 (EINVAL), which means that your OS doesn't like the args to that
call.  I googled a bit and saw some gnu code that was passing NACLENTRIES to
the function instead of 0 (which looks like it is defined in sys/acl.h on some
systems).  I'm going to change that call to use NACLENTRIES and also define
that value if it is missing (I'll just define it as 0, since that seems to work
for other systems).

Fix committed.

-- 
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