https://bugzilla.samba.org/show_bug.cgi?id=10332
Summary: sync won't talk to rsync-3.1.0 Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: way...@samba.org ReportedBy: m...@gromco.com QAContact: rsync...@samba.org I have a client copying server data for backup using rsync over ssh rsync --numeric-ids --partial -az --rsh=ssh --del --compress root@1.2.3.4:/home_server_path/ /path_to_local_backup/ the problem: if server rsync is compiled from rsync-3.0.9-12.fc19.src.rpm then any client rsync version works fine (rsync-3.0.9, rsync-3.1.0-2 , rsync-3.1pre1) If server rsync is compiled from rsync-3.1.0-2.fc21.src.rpm then no client rsync works to completion. Typically transfer starts, go for 1-2 hours, then fails with error message like this: --------- client 3.1.0pre1 errors---------- inflate returned -3 (0 bytes) rsync error: error in rsync protocol data stream (code 12) at token.c(557) [receiver=3.1.0pre1] rsync: connection unexpectedly closed (2454943 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [generator=3.1.0pre1] inflate returned -3 (0 bytes) rsync error: error in rsync protocol data stream (code 12) at token.c(557) [receiver=3.1.0pre1] rsync: [generator] write error: Broken pipe (32) rsync error: error in socket IO (code 10) at io.c(837) [generator=3.1.0pre1] ------------ client 3.0.9 errors ---------- inflate returned -3 (0 bytes) rsync error: error in rsync protocol data stream (code 12) at token.c(548) [receiver=3.0.9] rsync: connection unexpectedly closed (1575 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [generator=3.0.9] inflate returned -3 (0 bytes) rsync error: error in rsync protocol data stream (code 12) at token.c(548) [receiver=3.0.9] rsync: connection unexpectedly closed (1403 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [generator=3.0.9] -------------------- see https://bugzilla.redhat.com/show_bug.cgi?id=1043965 for original report -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- 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