X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=1 a=33is_gCBbgcA:10 a=kCKDY91tEBMc+hi4YtGk8Q==:17 a=wrfqou56fWJUUDBB0mwA:9 a=DlctLiV9NE_1R80WJWcA:7 a=eBY-ktIClNjYTBLsgPEXMsT0_xsA:4 Message-ID: <4AF5C2E1.6010701@monai.ca> Date: Sat, 07 Nov 2009 10:56:33 -0800 From: Steven Monai User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem with rsync 3.0.6-1 under 1.7.0-62 and 63 References: <4AF5A3B3 DOT 7010403 AT monai DOT ca> <4AF5AD99 DOT 2040305 AT cs DOT umass DOT edu> In-Reply-To: <4AF5AD99.2040305@cs.umass.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Eliot Moss wrote: >> Eliot Moss wrote: >>> I am getting this output when trying to rsync >>> to any of several systems. I have RSYNC_RSH set >>> to use ssh, and the ssh commands work just fine. >>> This smells like some kind of non-matching library >>> issue to me ... >>> >>> rsync: Failed to dup/close: Bad file descriptor (9) >>> rsync error: error in IPC code (code 14) at >>> /home/lapo/packaging/rsync-3.0.6-1/src/rsync-3.0.6/pipe.c(72) >>> [sender=3.0.6] >>> rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: >>> Connection reset by peer (104) >>> rsync error: error in IPC code (code 14) at >>> /home/lapo/packaging/rsync-3.0.6-1/src/rsync-3.0.6/io.c(1525) >>> [sender=3.0.6] ... > The command line is: > > rsync -avzuP UK-2009-11-richards-gist ${REMOTE_HOST}:talks/ I assume you ran the above command in Cygwin. (Note that I have replaced the remote hostname with ${REMOTE_HOST}.) Is the remote host also running Cygwin? If so, what version? If not, then what is the remote OS ? What output do you get when you run the following in Cygwin (after setting REMOTE_HOST appropriately, of course): ssh "${REMOTE_HOST}" /bin/true | od -tx1 -SM -- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple