DO NOT REPLY [Bug 7865] New: files or dirs with more than 16 ACLs are not rsynced correctly

samba-bugs at samba.org samba-bugs at samba.org
Tue Dec 14 04:30:20 MST 2010


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

           Summary: files or dirs with more than 16 ACLs are not rsynced
                    correctly
           Product: rsync
           Version: 3.0.7
          Platform: IA64
        OS/Version: HP-UX
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: reinhard.lubos at comlineag.de
         QAContact: rsync-qa at samba.org
                CC: reinhard.lubos at comlineag.de


Platform: HP-UX 11iv3 (11.31) on ia64 with vxfs/JFS and ACLs
when trying to rsync files or dirs with more than 16 ACLs we get errors in the
rsync-server logfile (used flags: -axA)
2010/12/08 09:40:06 [21974] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123,
ACL_TYPE_ACCESS): Invalid argument (22)
2010/12/08 09:41:00 [23863] rsync on patdb/rsynctest from xy123 (10.190.81.189)

After changing INITIAL_ACL_SIZE to 128 (in both lines) in lib/sysacls.c the
binary is able to rsync our ACL-topscorer with 115 ACLs.

Maybe, someone can get the dynamic things using ACL_GET after ACL_CNT work
correctly, after the initial ACL_GET using 16 as INITIAL_ACL_SIZE is not
successfull.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list