Re: rsync using ssh get stuck

2006-02-02 Thread Wayne Davison
On Tue, Jan 31, 2006 at 09:51:26AM +0200, Mark, Oren wrote: Usually it happens in the ssh stage while the ssh issues a select syscall on fd #4 while it is long gone. Your strace output shows that ssh is selecting on fd #3, not #4 (the 4 in the select() call is the maximum bit position, which

rsync using ssh get stuck

2006-01-31 Thread Mark, Oren
Hi, We started working with rsync to sync data between remote sites. We started seeing many stuck rsync processes. Usually it happens in the ssh stage while the ssh issues a select syscall on fd #4 while it is long gone. Here is an example: [EMAIL PROTECTED]:/root# ps -efwww