Displaying 9 results from an estimated 9 matches for "rsync_xa".
Did you mean:
rsync_in
2008 Jul 02
1
Non-clean Rsync 3.0.3 exit on OSX
...server_sender starting pid=23973
[sender] make_file(index.html,*,0)
uid 10452(portman) maps to 10452
gid 2053(its) maps to 2053
[receiver] expand acl_duo to 16000 bytes, did move
[sender] expand rsync_acl to 12000 bytes, did move
[receiver] expand item_list to 1200 bytes, did move
[receiver] expand rsync_xa to 0 bytes, did move
recv_file_name(index.html)
[sender] expand item_list to 1200 bytes, did move
[sender] expand rsync_xa to 0 bytes, did move
received 1 names
[receiver] flist start=1, used=1, low=0, high=0
[receiver] i=1 1 index.html mode=0100644 len=5756 uid=10452 gid=2053 flags=0
recv_file_lis...
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...sync: 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, did move
[sender] make_file(testFile2,*,2)
rsync: get_xattr_data: lgetxattr("" ....
The com.apple.quarantine attribute is on testFile1 and so of course it is
"not found" on the second file. The first file was copied without any
extended attributes.
It appears that...
2013 Jan 24
2
[Bug 9594] New: Error transferring user and non-user xattr using --fake-super under Linux
https://bugzilla.samba.org/show_bug.cgi?id=9594
Summary: Error transferring user and non-user xattr using
--fake-super under Linux
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112
Bug ID: 13112
Summary: receive_xattr heap overread with non null terminated
name and xattr filter
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...quot;"./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, did move
> [sender] make_file(testFile2,*,2)
> rsync: get_xattr_data: lgetxattr("" ....
>
> The com.apple.quarantine attribute is on testFile1 and so of course it is
> "not found" on the second file. The first file was copied without any
> extended...
2006 Oct 25
1
Extended attributes in MacOS X
...not begin with 'user.' like they do on linux.
Therefore, I can't backup from a mac->linux machine. However, linux-
>mac->linux works fine since the Mac preserves the 'user.' namespace.
2. 2.6.9pre2 has some sort of bug where it zeros out the datum_len of
the last rsync_xa in a file. I suspect a buffer overrun somewhere,
but couldn't find it, so my patch doesn't work on 2.6.9pre2.
My question: is this useful? should I prefix all MacOS EAs with 'user.'?
2017 Feb 07
2
[Bug 12568] New: Integer overflow still affects xattrs.c
...nent: core
Assignee: wayned at samba.org
Reporter: shqking at gmail.com
QA Contact: rsync-qa at samba.org
A suspicious integer overflow is found in xattrs.c:692.
The code snippet is as follows.
684 for (num = 1; num <= count; num++) {
685 char *ptr, *name;
686 rsync_xa *rxa;
687 size_t name_len = read_varint(f);
688 size_t datum_len = read_varint(f);
689 size_t dget_len = datum_len > MAX_FULL_DATUM ? 1 + MAX_DIGEST_LEN :
datum_len;
690 size_t extra_len = MIGHT_NEED_RPRE ? RPRE_LEN : 0;
691 if ((dget_len + extra_len < dget_len)
692 || (dge...
2008 Sep 23
2
(not quite) reproducible segfaults in 3.0.3
In debian bug #498083 (http://bugs.debian.org/498083) someone is getting
segfaults reasonably consistently, however when using -vvvv it doesn't
happen...
Fortunately Sven was able to get a good backtrace. I can't quite see
what's causing the problem; it does seem to be related to xattrs.
Please see the bugs report at the url above for the details.
Any help much appreciated.
Paul
2011 Sep 22
3
[Bug 8475] New: memory leak around free_xattr() and rsync_xal_free(), with -aX, 200 bytes per file and per directory
https://bugzilla.samba.org/show_bug.cgi?id=8475
Summary: memory leak around free_xattr() and rsync_xal_free(),
with -aX, 200 bytes per file and per directory
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayn...