samba-bugs@samba.org
2004-Sep-18 17:22 UTC
[Bug 1633] error in rsync protocol data stream (code 12) at io.c(359)
https://bugzilla.samba.org/show_bug.cgi?id=1633 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From wayned@samba.org 2004-09-18 10:11 ------- Rsync doesn't use any ssh protocol itself -- it just calls ssh and lets it do whatever you've configured ssh to do. You can affect this by either setting per-host config items in your ssh config file, or by setting ssh options using the --rsh (-e) option, like this: --rsh="ssh -2" You can also specify 2 -v options to see what command rsync is running to talk to the remote host and you can try running that outside of rsync to see what it does (you can substitite a different remote command than rsync too, such as "uptime"). -- 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.
Apparently Analagous Threads
- [Bug 1633] New: error in rsync protocol data stream (code 12) at io.c(359)
- error in rsync protocol data stream (code 12) at io.c(298)
- [Bug 1477] error in rsync protocol data stream (code 12) at io.c(836)
- [Bug 1477] error in rsync protocol data stream (code 12) at io.c(836)
- rsync error: error in rsync protocol data stream (code 12) at io.c(140)