OpenJDK Community Code Review server rollout
John Coomes
John.Coomes at sun.com
Tue Feb 10 13:05:00 PST 2009
Tim Bell (Tim.Bell at Sun.COM) wrote:
> John Coomes wrote:
>
> > scp and sftp work fine, but rsync does not:
> >
> > $ rsync -avv 4396719-fatstack jcoomes at cr.openjdk.java.net:
> > opening connection using: ssh cr.openjdk.java.net -l jcoomes rsync --server -vvlogDtpre.is .
> >
> > insecure -e option not allowed.
>
> <... snip ...>
>
> > I can live with scp, but rsync would be nice for partial transfers.
> > Has anyone else used rsync successfully?
>
> Yes, I can rsync to cr.openjdk.java.net with no problems:
>
> > % rsync -avv 6797463 tbell at cr.openjdk.java.net:
> > opening connection using ssh cr.openjdk.java.net -l tbell rsync --server -vvlogDtpr .
> > building file list ...
> [....]
> > total: matches=2258 hash_hits=2258 false_alarms=0 data=0
> >
> > sent 12400 bytes received 14634 bytes 18022.67 bytes/sec
> > total size is 1568560 speedup is 58.02
>
> This is from my office system using /usr/bin/rsync on OpenSolaris 2008.11.
>
>
> I wonder where your command line got the extra flags "e.is"
>
> Do you have an RSYNC_RSH environment variable set?
No, nothing with RSYNC in my environment:
$ env | egrep RSYNC
$
I also tried as a different user and after removing most of the
environment variables.
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?
-John
More information about the web-discuss
mailing list