On Wed, Jun 28, 2000 at 06:48:56AM +1000, Kevin O'Brien wrote:
> I compiled rsync 2.4.3 on a Solaris 2.5.1 machine and get the following
> error when trying to transfer files to it:
>
> transfer interrupted (code 10) at main.c
>
> Any ideas what this might be caused by? I apologize if it is an easy fix.
> The searchable archives are not available and I couldn't anything in
> newsgroups.
I hadn't tried the search mechanism before and I can't get it to work either.
You can check out the June2000 directory in the archives though and you'll
see that there's lots of problems with rsh and rsync 2.4.3, for example, from
http://rsync.samba.org/listproc/rsync/June2000/0116.html:
I suggest 2.4.1 for rsh or 2.3.2 if you want to be able to use ssh. If
you compiled 2.4.3 from source, you can probably get rsh to work by
adding set_blocking(STDOUT_FILENO); in util.c where it does
"set_blocking(STDIN_FILENO)" but that will make ssh hang.
- Dave Dykstra