[Bug 10372] rsync 3.10 error in protocol data stream while rsync 3.0.9 runs through

samba-bugs at samba.org samba-bugs at samba.org
Sat Mar 15 02:22:32 MDT 2014


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

--- Comment #7 from rudy.metzger at xs4all.nl 2014-03-15 08:22:31 UTC ---
(In reply to comment #5)
> Please check if the version you're testing links against zlib or includes the
> zlib that ships with rsync.  I'd imagine that it is trying to use the system's
> zlib, and the code that tries to use that in a compatible manner may not be
> working quite right.  I'm betting that the included zlib would work where the
> external zlib fails.

I do not know how I can test this, but the output of ldd shows this:

[root at myhost ~]# ldd /bin/rsync
    linux-vdso.so.1 =>  (0x00007ffffa9fe000)
    libacl.so.1 => /lib64/libacl.so.1 (0x0000003f50000000)
    libz.so.1 => /lib64/libz.so.1 (0x0000003f36600000)
    libpopt.so.0 => /lib64/libpopt.so.0 (0x0000003f4a000000)
    libc.so.6 => /lib64/libc.so.6 (0x0000003f35600000)
    libattr.so.1 => /lib64/libattr.so.1 (0x0000003f4a400000)
    /lib64/ld-linux-x86-64.so.2 (0x0000003f35200000)

As said, I am using the version provided by Fedora 20:
rsync-3.1.0-2.fc20.x86_64

The package can be found here:
http://mirror.i3d.net/pub/fedora/linux/updates/20/x86_64/rsync-3.1.0-2.fc20.x86_64.rpm

The source RPM is at:
http://mirror.1000mbps.com/fedora/linux/updates/20/SRPMS/rsync-3.1.0-2.fc20.src.rpm

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list