On Sun, May 27, 2001 at 03:38:10PM -0400, Tuc wrote:
> Hi,
>
> We recently upgraded a machine from BSDI 4.0.1 to 4.2 . At the same
> time, we went from rsync 2.3.1 to 2.4.6 . This has proved problematic.
>
> I attempted to backdown the new 4.2 machine to 2.3.1 to match the
> receiving 4.0.1's system running 2.3.1 .
>
> Same problems.
>
> I upgraded both systems to 2.4.6. It seems to take ALOT LONGER to
> run, but seems to run and then freeze.
>
> On the receiving system, the "ktrace" of the primary pid is :
>
> 10435 rsync RET select 0
> 10435 rsync CALL select(0x2,0,0x804675c,0,0x8046734)
>
> On the receiving system, the ktrace of the secondary pid is :
>
> 10592 rsync RET select 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL gettimeofday(0x8047d8c,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL select(0,0,0,0,0x8047d7c)
> 10592 rsync RET select 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL select(0,0,0,0,0x8047d7c)
> 10592 rsync RET select 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL gettimeofday(0x8047d8c,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL select(0,0,0,0,0x8047d7c)
> 10592 rsync RET select 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL select(0,0,0,0,0x8047d7c)
> 10592 rsync RET select 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL gettimeofday(0x8047d8c,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL select(0,0,0,0,0x8047d7c)
> 10592 rsync RET select 0
> 10592 rsync CALL gettimeofday(0x8047d84,0)
> 10592 rsync RET gettimeofday 0
> 10592 rsync CALL select(0,0,0,0,0x8047d7c)
>
> and keeps going and going...
>
> I ran 2.4.6 with the "--blocking-io" and still no better.
>
> Any ideas/thoughts?
>
> Thanks, Tuc/TTSG Internet Services, Inc.
I don't have any experience with BSDI, but what's the full command line of
the rsync command you're trying to run? If you're transferring over SSH,
which version of SSH?
- Dave Dykstra