On Mon, Nov 05, 2007 at 02:12:42PM +0100, Daniel Maher wrote: > when i attempt to restore while preserving the ACL data, i get the > following error: > > ERROR: out of memory in get_xattr_data [sender]
Turns out the get_xattr_acl() routine needed to zero out the *len_p variable before calling get_xattr_data(). (My testing must have gotten lucky with a small value in the uninitialized memory.) The latest CVS version has this fixed. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html