add bug report, point forum posts about it there
This commit is contained in:
parent
654fa19f8c
commit
3b050a46ae
3 changed files with 24 additions and 0 deletions
10
doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn
Normal file
10
doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
rsync on windows has been broken by the upgrade to a newer version of
|
||||||
|
cygwin. `rsync user@host:file file` opens the ssh connection, but hangs
|
||||||
|
up with a protocol error. Apparently it doesn't get even the protocol
|
||||||
|
version message from the server.
|
||||||
|
|
||||||
|
This must be a missing file from cygwin, because if I run the same rsync
|
||||||
|
program from inside /cygwin/usr/bin, it works. strace found a missing
|
||||||
|
`charset.alias` file, but installing it didn't solve the problem.
|
||||||
|
|
||||||
|
Problem doesn't seem to affect the bundled ssh, just rsync. --[[Joey]]
|
|
@ -0,0 +1,7 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2015-05-07T18:14:43Z"
|
||||||
|
content="""
|
||||||
|
[[bugs/rsync_on_windows_broken_by_upgrade]]
|
||||||
|
"""]]
|
|
@ -0,0 +1,7 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2015-05-07T18:16:07Z"
|
||||||
|
content="""
|
||||||
|
[[bugs/rsync_on_windows_broken_by_upgrade]]
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue