OpenJDK Community Code Review server rollout
Tim Bell
Tim.Bell at Sun.COM
Tue Feb 10 14:10:31 PST 2009
John Coomes wrote:
> FWIW, it fails the same way for me on solaris 10 (my build of rsync
> 3.0.5 from source) and on fedora 9 with the standard rpm
> (rsync-3.0.4-0.fc9.i386). On fedora 9:
>
> $ rsync --version
> rsync version 3.0.4 protocol version 30
> Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.
> Web site: http://rsync.samba.org/
> Capabilities:
> 64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
> socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
> append, ACLs, xattrs, iconv, symtimes
>
> Grasping at straws ... could it be an rsync version problem? What
> version do you have, and what is on cr.openjdk.java.net?
"version problem" - John nailed it...
Both my office machine and cr.o.j.n are running OpenSolaris 2008.11, which has:
% /usr/bin/rsync --version
rsync version 2.6.9 protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
inplace, no IPv6, 64-bit system inums, 64-bit internal inums
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
If your rsync is using a protocol version newer than 29, you need to add
"--protocol=29" to your command line.
I got on John's system and ran his build of rsync - it worked when I called for
protocol version 29:
> % /export/pub/SunOS-5-sparc/bin/rsync --protocol=29 -av 6797463 \
> tbell at cr.openjdk.java.net:6797463.01
> Enter passphrase for key '/home/tbell/.ssh/id_dsa':
> building file list ... done
> created directory 6797463.01
> 6797463/
> 6797463/webrev/
> 6797463/webrev/6797463.patch
> 6797463/webrev/TotalChangedLines
[...]
> sent 1572224 bytes received 1086 bytes 349624.44 bytes/sec
> total size is 1568560 speedup is 1.00
I will add this information to the example on http://cr.openjdk.java.net/
Tim
More information about the web-discuss
mailing list