OpenJDK Community Code Review server rollout
Tim Bell
Tim.Bell at Sun.COM
Tue Feb 10 12:15:03 PST 2009
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 ...
> done
> delta-transmission enabled
> 6797463/
> 6797463/webrev/
> 6797463/webrev/6797463.patch
> 6797463/webrev/TotalChangedLines
[....]
> 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?
Tim
More information about the web-discuss
mailing list