Displaying 8 results from an estimated 8 matches for "get_xattr_data".
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...#39;m using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This outputs errors such as:
rsync: get_xattr_data:
lgetxattr(""./mnt/testDir/./testFile2"","com.apple.quarantine",0) failed:
Attribute not found (93)
When I use a few -vvv this pattern is present:
[sender] pushing local filters for ./mnt/testDir/
[sender] make_file(testFile1,*,2)
[sender] expand rsync_xa to 40 bytes...
2007 Nov 05
3
problem restoring via rsync when using stored ACLs (--fake-super)
...hen attempting to
restore files using rsync 3.0.0pre4 (matt) with stored ACLs (via
--fake-super). The ACL information appears to be correctly stored as
xattrs on the backup server; however, when i attempt to restore while
preserving the ACL data, i get the following error:
ERROR: out of memory in get_xattr_data [sender]
Questions:
1. Is this a bug in rsync? The filesystem? Malloc?
2. If this is not how i'm supposed to restore the files with their ACLs
intact, how should i do it?
A complete run down, including commands, output, and other supporting
data, is located below.
Finally, i apologise if t...
2012 Jun 09
2
[patch] NFSv4/ZFS ACLs
...olaris represent NFSv4 ACLs differently and provide no API to
serialize them in a platform-independent format so this patch treats the
ACLs as
platform-dependent opaque data.
On Linux NFSv4 ACLs are implemented using xattrs so xattr support must be
compiled in. The implementation re-uses xattrs.c:get_xattr_data so the
static
directive is removed from this function.
All the NFSv4 ACL handling code is surrounded by
#ifdef SUPPORT_NFS4_ACLS
- the parts that handle sending and receiving the ACL type used in the
higher protocol version are
compiled in unconditionally
The remaining to-dos are:
* autoconf in...
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
.../testDir ./mnt/testDir/
>
> This works fine and all the extended attributes are copied and readable.
>
> I then try to use rsync to copy these files back with:
>
> rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
>
> This outputs errors such as:
>
> rsync: get_xattr_data:
> lgetxattr(""./mnt/testDir/./testFile2"","com.apple.quarantine",0) failed:
> Attribute not found (93)
>
> When I use a few -vvv this pattern is present:
>
> [sender] pushing local filters for ./mnt/testDir/
> [sender] make_file(testFile1,*,2)
>...
2008 Jun 22
3
Xattrs and Delete over AFP
...rs and being
good. I understand it's not the preferred method but the rsync we're using
for 10.3.9 is version 2.6.0 and the malloc errors are killing me. When I add
any of the --delete options (during, delay, or after) to the line it works for
a while and then starts getting this:
rsync: get_xattr_data:
lgetxattr("Path-to-the-file","com.apple.ResourceFork",0000) failed: Bad file
descriptor (9)
The 0000 is different for each file.
The rsync line I'm using is:
rsync -aHXh --stats --progress --fileflags --crtimes --delete
/Volumes/Source_Volume /Volumes/Local_Drive/Source_...
2014 Nov 07
4
[Bug 10925] New: non-atomic xattr replacement in btrfs => rsync --read-batch random errors
...ot;,
"user.cephos.phash.contents", 0x0, 0) = -1 ENODATA (No data available)
8: 27253 <... lsetxattr resumed> ) = 0
9: 27253 utimensat(AT_FDCWD, "osd/0.6ed_head/DIR_D/DIR_E/DIR_6", {UTIME_NOW,
{1407992261, 0}}, AT_SYMLINK_NOFOLLOW) = 0
a: 27251 write(2, "rsync: get_xattr_data: lgetxattr"..., 181) = 181
lines 0-2, 3-6 and 5-8, show concurrent access of both rsync processes to the
same directory. This wouldn't be a problem, not even for replaying batches,
for the lsetxattr would put the intended xattr value in there regardless of
whether the scanner saw the xat...
2007 Dec 02
3
creation date and OSX
Hi,
I've been using rsync (OSX Tiger now Leopard) to backup my home
folder daily using -a -H -A -X link-dest=dir to make incremental
backups. There was a problem though since many files especially
images, movies etc would be recopied each time instead of creating
hard links. I have been testing the pre5 release and found that it
seems to make hard links correctly for all files. I
2007 Mar 31
2
xattrs problems on Mac OSX with resource forks
...o
color blue
$ rsync -avvX /Users/alan/Desktop/folder1/ /Users/alan/Desktop/folder2/
sending incremental file list
created directory /Users/alan/Desktop/folder2
delta-transmission disabled for local transfer or --whole-file
./
.DS_Store
details.textClipping
file1
rsync: get_xattr_data: lgetxattr
("details.textClipping","com.apple.ResourceFork",0) failed: No such
file or directory (2)
Missing abbreviated xattr value, com.apple.ResourceFork, for "/Users/
alan/Desktop/folder2/.details.textClipping.SbLEk6"
total: matches=0 hash_hits=0 false_alarms...