Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread Dave Dykstra
On Wed, Jan 24, 2001 at 11:59:18AM -0500, John Stoffel wrote: Hi all, This is a followup to bug report 2779 on the rsync bug tracking web site, I'm also seeing the hang in waitid() on the master process when trying to do an rsync on a single host. Basically, I've got a server with

Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread Eric Whiting
On Wed, Jan 24, 2001 at 11:59:18AM -0500, John Stoffel wrote: Hi all, This is a followup to bug report 2779 on the rsync bug tracking web site, I'm also seeing the hang in waitid() on the master process when trying to do an rsync on a single host. snip Thanks, John John Stoffel

Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread John Stoffel
Dave Other people have reported similar experiences but nobody has Dave pointed to a problem in rsync; the problem is more likely to be Dave in NFS on the NetApp or Solaris machines. I believe most NFS Dave traffic goes over UDP but do you happen to know if it using TCP? Dave We have seen many

Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread John Stoffel
Quick follow to my previous posting today. I'm now using the -W flag on 2.4.6 again and it just hung. Luckily a 'kill -HUP' to the process it's waiting on will do the trick in terms of killing rsync cleaning. But it also means I have to sit and watch the damm thing do it's work and wait

Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread Dave Dykstra
On Wed, Jan 24, 2001 at 03:48:06PM -0500, John Stoffel wrote: ... or it doesn't have a good heuristic that says: if I don't get *any* info after X seconds, just die where X would be something like 900 or 1200 seconds, which seems like a reasonable number. Have you tried --timeout? -