Mail Archives: cygwin/2004/09/09/09:36:27
Situation
----------
* Latest release of cygwin (1.5.11-1), rsync (2.6.2-2), openssh (3.9p1-1)
* Windows XP SP2, fully patched as of 9/9/2004
Problem
--------
Attempting to mirror linux file system to my Windows XP NTFS file system
using command:
C:\cygwin\bin\rsync.exe --delete --progress -rtvz -e ssh
root AT 192 DOT 168 DOT 1 DOT 1:/home/public/Data /cygdrive/c/data_mirror/iwcomputer1
This has worked for a year or more. Now...
Error:
Failed to dup/close : Socket operation on non-socket
rsync error: error in IPC code (code 14) at
/home/lapo/package/tmp/rsync-2.6.2/p
ipe.c(73)
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/package
/tmp/rsync-2.6.2/io.c(354)
I can reproduce this on two Windows XP boxes, both running SP2. Didn't
happen before SP2.
I tried eliminating ssh by connecting directly to rsync server:
C:\Documents and Settings\jryan>C:\cygwin\bin\rsync.exe --delete
--progress -rtvz 192.168.1.1:ftp:/home/public/Data
/cygdrive/c/data_mirror/iwcomputer1
Exact same error as with ssh
Tried stopping Windows Firewall service, adding rsync to list of
'exceptions', etc, no dice.
SSH works just fine.
Also tried using the latest snapshot of cygwin, same problems.
Tried totally reinstalling cygwin.
Any other ideas?
Thanks
-- Joel
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -