DO NOT REPLY [Bug 5458] -a -X throws error when processing fifo, even if --no-D is specified

samba-bugs at samba.org samba-bugs at samba.org
Mon Jan 3 12:26:36 MST 2011


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


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Version|3.0.1                       |3.0.8




------- Comment #2 from wayned at samba.org  2011-01-03 13:26 CST -------
Note:  you can use the patch osx-xattr-nodev.diff to disable xattr calls on
devices and special files.

The reason that --no-D didn't help is that the rsync sender supplies a full
filelist to the receiving side (so that deletions work properly), even when the
generator is skipping some file types (such as devices).  However, it is
possible for rsync to optimize the file list generation to have it not bother
to (try to) supply xattr information for file types that are being skipped.

I'm checking in a patch that adds this optimization.  I'm also checking in a
change that makes OS X avoid accessing xattrs on device and special files.


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