[ NOTE:  Never saw this post appear on the group so resending -ed]

Another set of Stats on an interminable hang:

Transmission is via ssh on a local network. (ethernet)
rsync command line:

rsync -avvz -e ssh News satellite:~/

The above command ran about half way thru then hung.

> As I have mentioned before these sorts of reports are impossible to
> answer without basic information. The info needed is:
> 
> - versions of OS at both ends

Redhat linux 6.2        FreeBSD-4.0

> - versions of ssh at both ends

ssh-1.2.27-5i           SSH Version OpenSSH-2.1, protocol versions 1.5/2.0.
                        Compiled with SSL (0x00904100).

> - versions of rsync at both ends (2.4.6 from your mail)
Linux box:
rsync version 2.4.1  protocol version 24

FreeBSD box:
rsync version 2.4.3  protocol version 24

> - netstat output at both ends when frozen

Linux Box:
[209rt]~ # netstat -t
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 reader.local.lan:1019   satellite.local.lan:ssh ESTABLISHED 
tcp        0      0 localhost.localdoma:ssh localhost.localdom:1021 ESTABLISHED 
tcp        0     20 localhost.localdom:1021 localhost.localdoma:ssh ESTABLISHED 
tcp        0  45288 reader.local.lan:1020   satellite.local.lan:ssh ESTABLISHED 
tcp        0      0 reader.local.lan:1023   satellite.local.lan:ssh ESTABLISHED 
tcp        0      0 localhost.localdoma:ssh localhost.localdom:1022 ESTABLISHED 
tcp        0      0 localhost.localdom:1022 localhost.localdoma:ssh ESTABLISHED 
[209rt]~ # 

--- 

FreeBSD box:
bsd # netstat -t
Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4       0      0  satellite.ssh          reader.1019            ESTABLISHED
tcp4       0      0  satellite.ssh          reader.1020            ESTABLISHED
tcp4       0      0  satellite.ssh          reader.1023            ESTABLISHED
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
c75d7c40 stream      0      0 c77e6380        0        0        0 ssh-454-agent
c75d7e00 stream      0      0        0 c75d7dc0        0        0
c75d7dc0 stream      0      0        0 c75d7e00        0        0
c75d7d40 stream      0      0        0 c75d7cc0        0        0
c75d7cc0 stream      0      0        0 c75d7d40        0        0
c75d7d80 stream      0      0 c773a200        0        0        0 ssh-430-agent
c75d7e80 stream      0      0 c771ecc0        0        0        0 ssh-343-agent
c75d7c80 dgram       0      0        0 c75cdfc0        0 c75d7d00
c75d7d00 dgram       0      0        0 c75cdfc0        0 c75d7e40
c75d7e40 dgram       0      0        0 c75cdfc0        0 c75d7ec0
c75d7ec0 dgram       0      0        0 c75cdfc0        0 c75d7f00
c75d7f00 dgram       0      0        0 c75cdfc0        0 c75d7f40
c75d7f40 dgram       0      0        0 c75cdfc0        0 c75d7f80
c75d7f80 dgram       0      0        0 c75cdfc0        0 c75d7fc0
c75d7fc0 dgram       0      0        0 c75cdfc0        0        0
c75cdfc0 dgram       0      0 c75c7e40        0 c75d7c80        0 /var/run/log

NOTES:
Sending SIGINT to the rsync process and restarting allows the
transmission to complete successfully.  A readout of netstat -t on
the FreeBSD (recieving) machine during successfull completion:

bsd # netstat -t
Active Internet connections
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp4   17520      0  satellite.ssh          reader.1018            ESTABLISHED
tcp4       0      0  satellite.ssh          reader.1019            ESTABLISHED
tcp4       0      0  satellite.ssh          reader.1020            ESTABLISHED
tcp4       0      0  satellite.ssh          reader.1023            ESTABLISHED
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
c75d7ac0 stream      0      0        0 c75d7b00        0        0
c75d7b00 stream      0      0        0 c75d7ac0        0        0
c75d7b40 stream      0      0        0 c75d7b80        0        0
c75d7b80 stream      0      0        0 c75d7b40        0        0
c75d7bc0 stream      0      0 c77e5480        0        0        0 ssh-534-agent
c75d7c40 stream      0      0 c77e6380        0        0        0 ssh-454-agent
c75d7e00 stream      0      0        0 c75d7dc0        0        0
c75d7dc0 stream      0      0        0 c75d7e00        0        0
c75d7d40 stream      0      0        0 c75d7cc0        0        0
c75d7cc0 stream      0      0        0 c75d7d40        0        0
c75d7d80 stream      0      0 c773a200        0        0        0 ssh-430-agent
c75d7e80 stream      0      0 c771ecc0        0        0        0 ssh-343-agent
c75d7c00 dgram       0      0        0 c75cdfc0        0 c75d7c80
c75d7c80 dgram       0      0        0 c75cdfc0        0 c75d7d00
c75d7d00 dgram       0      0        0 c75cdfc0        0 c75d7e40
c75d7e40 dgram       0      0        0 c75cdfc0        0 c75d7ec0
c75d7ec0 dgram       0      0        0 c75cdfc0        0 c75d7f00
c75d7f00 dgram       0      0        0 c75cdfc0        0 c75d7f40
c75d7f40 dgram       0      0        0 c75cdfc0        0 c75d7f80
c75d7f80 dgram       0      0        0 c75cdfc0        0 c75d7fc0
c75d7fc0 dgram       0      0        0 c75cdfc0        0        0
c75cdfc0 dgram       0      0 c75c7e40        0 c75d7c00        0 /var/run/log

Reply via email to