On Fri, Jun 23, 2000 at 01:34:08AM +1000, Narkinsky John P AISC CONT wrote:
> I recently installed rsync 2.4.3 on Solaris 2.6. Each time I try to use it,
> I get the following messages:
>
> bash# ~narkinsk/rsync -r host01:/usr/local/stow /usr/local/stow
> overflow: flags=0x69 l1=108 l2=1668048174 lastname=stowelc
> ERROR: buffer overflow in receive_file_entry
>
> Suggestions? What am I doing wrong here?
>
> Patrick
rsync 2.4.3 has known problems when going over rsh. 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