samba-bugs@samba.org
2006-Apr-19 20:49 UTC
DO NOT REPLY [Bug 3701] New: rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
https://bugzilla.samba.org/show_bug.cgi?id=3701
Summary: rsync_xal_set: lsetxattr system.posix_acl_default
failed: Permission denied
Product: rsync
Version: 2.6.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: email@cs-ware.de
QAContact: rsync-qa@samba.org
[root@fileserver /home/lsoftware/someprog/Muster]# mount
...
/dev/hda4 on /home type ext3 (rw,nodev,acl,user_xattr,usrquota)
...
[root@fileserver /home/lsoftware/someprog/Muster]# getfattr -d HLPTEXT.TXT
[root@fileserver /home/lsoftware/someprog/Muster]# getfacl HLPTEXT.TXT
# file: HLPTEXT.TXT
# owner: root
# group: users
user::rwx
user:hush:rwx
group::---
group:praes:r-x
mask::rwx
other::---
[root@backup /]# /usr/bin/rsync -avzRX --acls --delete-after --rsh="ssh -l
bckup -i /root/backup.key" backup@fileserver::all/home/lsoftware
backup/>/dev/null
home/lsoftware/someprog/Muster/FLOSKEL.MST: rsync_xal_set: lsetxattr
system.posix_acl_default failed: Permission denied
home/lsoftware/someprog/Muster/HLPTEXT.TXT: rsync_xal_set: lsetxattr
system.posix_acl_default failed: Permission denied
home/lsoftware/someprog/Muster/LAYOUT.MST: rsync_xal_set: lsetxattr
system.posix_acl_default failed: Permission denied
home/lsoftware/someprog/Muster/MUSTER.MS1: rsync_xal_set: lsetxattr
system.posix_acl_default failed: Permission denied
...
[root@backup /]# mount
...
/dev/hda3 on /backup type ext3 (rw,acl,user_xattr)
...
If I run without "-X" I get no error-messages... - But then I
can't backup
extendet-attributes.
--
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.
samba-bugs@samba.org
2006-Apr-20 01:19 UTC
DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
https://bugzilla.samba.org/show_bug.cgi?id=3701 ------- Comment #1 from hashproduct@verizon.net 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.
samba-bugs@samba.org
2006-Oct-26 02:07 UTC
DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
https://bugzilla.samba.org/show_bug.cgi?id=3701 ------- Comment #2 from wayned@samba.org 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.
samba-bugs@samba.org
2006-Nov-11 03:40 UTC
DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
https://bugzilla.samba.org/show_bug.cgi?id=3701
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #3 from wayned@samba.org 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.
samba-bugs@samba.org
2008-Sep-25 01:14 UTC
DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
https://bugzilla.samba.org/show_bug.cgi?id=3701
bill+samba@bfccomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bill+samba@bfccomputing.com
------- Comment #4 from bill+samba@bfccomputing.com 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/
backup@laptop:/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.
Apparently Analagous Threads
- [Bug 14377] New: rsync rsync_xal_set lsetxattr failed invalid argument
- Rsync ACLs over NFSv4 to EXT4 - rsync_xal_set: lsetxattr - Operation not supported
- Rsync ACLs over NFSv4 to EXT4 - rsync_xal_set: lsetxattr - Operation not supported
- rsync_xal_set failed : Operation not supported
- lsetxattr() failed: Operation not permitted on symlinked locked directory