add bug report, point forum posts about it there

This commit is contained in:
Joey Hess 2015-05-07 14:17:28 -04:00
parent 654fa19f8c
commit 3b050a46ae
3 changed files with 24 additions and 0 deletions

View 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]]

View file

@ -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]]
"""]]

View file

@ -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]]
"""]]