Re: rsync 2.6.2 doesn't work with GNU inetutils rsh

2004-06-04 Thread Anthony Heading
On Fri, Jun 04, 2004 at 10:35:24AM -0600, Tim Conway wrote: > A few weeks ago, I corrected a guys commandline, wherein a flag came after > a directory specification, and was informed that new libraries rearrange > ARGV. I was somewhat abashed, not having known that, but also thought > that was

rsync 2.6.2 doesn't work with GNU inetutils rsh

2004-06-03 Thread Anthony Heading
Hi, Not sure when this stopped working, because I'm sure it used to. This is the cygwin build of rsync, with the standard cygwin rsh (which is a fairly old GNU inetutils 1.3.2). ~=> rsync --rsh=rsh -vv bibble: opening connection using rsh bibble rsync --server --sender -vvr . rsh: unknown opt

Re: PATCH/RFC: Another stab at the Cygwin hang problem

2003-07-12 Thread Anthony Heading
On Sat, Jul 12, 2003 at 03:52:59AM -0700, jw schultz wrote: > There is a huge window between the write() and the return of > waitpid() that depending on scheduling and signal delivery > allows the child pid to be reaped by SIGCHILD handler. That > results in this waitpid() returning -1 with errno

Re: PATCH/RFC: Another stab at the Cygwin hang problem

2003-06-30 Thread Anthony Heading
On Mon, Jun 30, 2003 at 04:54:22AM -0700, jw schultz wrote: > Could you regenerate the patch with diff -u please? Okay, sure. This one against current CVS. Anthony --- cleanup.c.Orig 2003-06-30 22:42:16.0 +0900 +++ cleanup.c 2003-06-30 22:42:47.0 +0900 @@ -96,7 +96,6 @@

PATCH/RFC: Another stab at the Cygwin hang problem

2003-06-27 Thread Anthony Heading
tic RETSIGTYPE sigchld_handler(int UNUSED(val)) { #ifdef WNOHANG int cnt, status; --- 885,890 *** *** 964,970 orig_argv = argv; signal(SIGUSR1, sigusr1_handler); - signal(SIGUSR2, sigusr2_handler); signal(SIGCHLD, sigchld_handler); #ifdef MAINTAINER_MODE

Re: 2.5.5-1 rsync hangs

2002-09-24 Thread Anthony Heading
On Mon, Sep 23, 2002 at 01:06:22PM -0700, Sudheer Tumuluru wrote: > > I am having the same problem with rsync 2.5.5-1. I am > trying to rsync a couple of short text files between a linux server and > Win2k Professional boxes with cygwin. About 20% of the time, rsync freezes > at the end of th