<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 14, 2017 at 10:22 AM, Boris Savelev via rsync <span dir="ltr"><<a href="mailto:rsync@lists.samba.org" target="_blank">rsync@lists.samba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">#8  0x0000555555585ef6 in read_int (f=f@entry=1606) at io.c:1711<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
#9  0x00005555555876ed in setup_protocol (f_out=1605, f_in=1606) at compat.c:158<br></blockquote><div><br></div><div>Since rsync is just trying to setup the protocol, I'd imagine that your shell is outputting extraneous characters. You can try running something manually, such as "ssh host echo hello", which should output only "hello", and "ssh host rsync --server . ." (note the 2 trailing dot args) which should output nothing, and require a Ctrl-C to kill it.  You might be able to work around the issue with something like -e'ssh -q'.</div><div><br></div><div>..wayne..</div></div></div></div>