Rsync access to cr.openjdk.java.net ?
David Holmes
david.holmes at oracle.com
Wed May 30 18:21:28 PDT 2012
Hi Tim,
On 31/05/2012 3:19 AM, Tim Bell wrote:
> Hi David:
>> It's possible my local rsync version has changed but does anyone know
>> why I would get this error?
>
> cr.ojn is still running an old version of rsync:
>
> % /usr/bin/rsync --version
> rsync version 2.6.9 protocol version 29
>
> If your rsync is using a protocol version newer than 29, you need to add
> "--protocol=29" to your command line. Give this a try and let me know if
> it does not work for you.
I'm using that already I'm afraid. I ran into the protocol issue some
take back.
But you gave me the clue I needed :) Turns out rsync is using the local
path to the rsync binary as the remote path for the rsync binary. In my
case the local path is now /pkg/local/bin/rsync but I need
/usr/bin/rsync remotely. Setting the --rsync-path option fixed it.
Thanks,
David
>
> I'll investigate updating the rsync used on the CR server, as Mark
> suggested long ago.
>
> Tim
>
>
More information about the web-discuss
mailing list