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

Martin Buchholz martinrb at google.com
Tue Aug 18 16:52:02 PDT 2009


Suddenly, rsync to 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