Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <41405C49.6090502@iwcenter.com> Date: Thu, 09 Sep 2004 09:36:09 -0400 From: Joel User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: rsync + xp sp2 failing X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/