https://bugzilla.samba.org/show_bug.cgi?id=7124
Summary: Error exit causes I/O error Product: rsync Version: 3.1.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: way...@samba.org ReportedBy: m...@mattmccutchen.net QAContact: rsync...@samba.org Error exits that happen early in the rsync run appear to cause an I/O error on the client. For example, passing an unknown option: $ rsync-dev -M--blop blort rsync: on remote machine: --blop: unknown option rsync error: syntax or usage error (code 1) at pipe.c(149) [Receiver=3.1.0dev] need to read 1024 bytes, iobuf.in.buf is only 0 bytes. rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(223) [sender=3.1.0dev] This would seem to indicate that the new code to report an error exit gracefully in 3.1.0 is not working properly. -- 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. -- 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