DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied

2008-09-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3701


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #4 from [EMAIL PROTECTED]  2008-09-24 20:15 CST ---
Did this make it into version 3?  I get, e.g.:

  rsync_xal_set:
lsetxattr("Volumes/Local/sw/src/fink.build/root-netpbm-9.25-15/sw/lib/libpbm.dylib","user.com.apple.FinderInfo")
failed: Operation not permitted (1)

with version:

  rsync  version 3.0.3  protocol version 30

and the command:

  /usr/local/bin/rsync3 -ax --archive --delete --relative --hard-links --sparse
--delete-excluded --numeric-ids --ignore-errors --acls --xattrs
--rsync-path='/usr/local/sbin/rsync_wrapper.sh' --rsh='/usr/bin/ssh -c blowfish
-i /home/backup/.ssh/id_rsa -x'
--link-dest=/mnt/backup/snapshots/mac/daily.1/laptop/
[EMAIL PROTECTED]:/Volumes/Local /mnt/backup/snapshots/mac/daily.0/laptop/


-- 
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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied

2006-11-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3701


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #3 from [EMAIL PROTECTED]  2006-11-10 21:39 MST ---
The latest patch also skips system.* xattrs, since they are set via non-xattr
calls.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied

2006-10-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3701





--- Comment #2 from [EMAIL PROTECTED]  2006-10-25 21:06 MST ---
If you have a chance, please test newest version from CVS (also available in
the latest "nightly" tar file on the download page of the website).  I have
made some bug fixes that fixed some memory problems.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied

2006-04-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3701





--- Comment #1 from [EMAIL PROTECTED]  2006-04-19 20:18 MST ---
The trouble is that rsync is trying to set a default ACL on a file, which
doesn't make sense.  (Why the ACL designers chose "Permission denied" as the
error message I can't say; I complained on their mailing list.)

Rsync's extended attribute support is known to be a little spotty (bug 2793). 
Probably rsync noticed a directory that had system.posix_acl_default and didn't
properly forget the attribute when it moved to the next file.  Perhaps someone
could read xattrs.c and find the specific problem.


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html