On Fri, Apr 14, 2017 at 10:22 AM, Boris Savelev via rsync <
rsync@lists.samba.org> wrote:

> #8  0x0000555555585ef6 in read_int (f=f@entry=1606) at io.c:1711
>
#9  0x00005555555876ed in setup_protocol (f_out=1605, f_in=1606) at
> compat.c:158
>

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'.

..wayne..
-- 
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

Reply via email to