Can't rsync to cr.openjdk.java.net

Tim Bell Tim.Bell at Sun.COM
Tue Aug 18 17:25:04 PDT 2009


Max (Weijun) Wang wrote:

> I add --protocol=29 to rsync.

Correct!  Thank you, Max - you beat me to it.

cr.ojn is running OpenSolaris 2008.11, which has:

  % /usr/bin/rsync --version
  rsync  version 2.6.9  protocol version 29

If your rsync is using a protocol version newer than 29, you need to add
"--protocol=29" to your command line.

I will update the index.html on cr.ojn to refer to that error message.

The latest rsync was released under GPL v3 instead of v2, so we had
to go back and get additional legal review before using it.  That
approval is in my hand, so when I get a chance I will build a more
recent rsync executable, install it on cr.ojn, and get rssh to use
that instead.

Tim


More information about the jdk7-dev mailing list