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

Kelly O'Hair Kelly.Ohair at Sun.COM
Tue Aug 18 17:12:05 PDT 2009


When I use rsync I usually use
    rsync --rsh=ssh

Can you try that?

-kto

Martin Buchholz wrote:
> Suddenly, rsync to cr.openjdk.java.net <http://cr.openjdk.java.net> is 
> failing mysteriously.
> 
> $ rsync -av /home/martinrb/crhg/webrevs/openjdk7/juc-tests/ 
> cr:webrevs/openjdk7/juc-tests/
> 
> insecure -e option not allowed.
> This account is restricted by rssh.
> Allowed commands: scp sftp rsync
> 
> If you believe this is in error, please contact your system administrator.
> 
> rsync: connection unexpectedly closed (0 bytes received so far) [sender]
> rsync error: error in rsync protocol data stream (code 12) at io.c(632) 
> [sender=3.0.4]
> 
> ----
> 
> I see that I have a RSYNC_RSH=ssh environment variable, but unsetting it 
> has no effect.
> 
>  $ (unset RSYNC_RSH; /usr/bin/rsync -av 
> /home/martinrb/crhg/webrevs/openjdk7/juc-tests/ 
> martin at cr.openjdk.java.net:webrevs/openjdk7/juc-tests/)
> 
> insecure -e option not allowed.
> ...
> 
> ----
> 
> Martin


More information about the jdk7-dev mailing list