RSync hangs up on file transfer

jw schultz jw at pegasys.ws
Thu Oct 9 04:45:08 EST 2003


On Wed, Oct 08, 2003 at 08:35:47PM +0200, Andre Alexander Bell wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Thx, for your answer.
> 
> On Monday 06 October 2003 20:40, jw schultz wrote:
> > On Fri, Aug 29, 2003 at 02:56:47PM +0200, Andre Alexander Bell wrote:
> > > select(8, [7], [4], NULL, {60, 0})     = 0 (Timeout)
> > > select(8, [7], [4], NULL, {60, 0})     = 0 (Timeout)
> > >
> > > I actually do have no idea what causes this Timeout.
> >
> > The timeout is caused by the fact that select was called
> > with a timeout argument.  That process is in a loop waiting
> > for data from the pipe. You need to look at the process on
> > the other end of the pipe.
> 
> Ok, but how do I do that? Isn't this the rsync process startet on the other
> host? Or am I wrong here? Any tip how to do that?

There are a few possiblities.  Do a push instead of a pull;
have the remote rsync process be launched under strace;
attach strace to the running process.

-- 
________________________________________________________________
	J.W. Schultz            Pegasystems Technologies
	email address:		jw at pegasys.ws

		Remember Cernan and Schmitt



More information about the rsync mailing list