Rsync on Windows - Socket operation on non-socket

Posted by TLS on Stack Overflow See other posts from Stack Overflow or by TLS
Published on 2008-09-20T00:22:03Z Indexed on 2010/03/24 12:23 UTC
Read the original article Hit count: 719

Filed under:
|
|

I get the following error when trying to run the latest Cygwin version of rsync in Windows XP SP2. The error occurs for attempts at both local syncs (that is: source and destination on the local harddisk only) and remote syncs (using "-e ssh" from the openssh package). Any advice on how to fix/workaround it?

bash-3.2$ rsync -a dir1 dir2
rsync: Failed to dup/close: Socket operation on non-socket (108)
rsync error: error in IPC code (code 14) at /home/lapo/packaging/tmp/rsync-2.6.9/pipe.c(143) [receiver=2.6.9]
rsync: read error: Connection reset by peer (104)
rsync error: error in IPC code (code 14) at /home/lapo/packaging/tmp/rsync-2.6.9/io.c(604) [sender=2.6.9]

© Stack Overflow or respective owner

Related posts about cygwin

Related posts about rsync