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