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 From: "Patrick J. LoPresti" To: cygwin AT cygwin DOT com Subject: Mostly reproducible rsync hangs Date: 20 Aug 2003 17:46:32 -0400 Message-ID: Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I am having a problem with Cygwin and rsync. I have reproduced this on multiple systems, all SMP boxes running Windows XP, and on multiple versions of Cygwin (including DLL 1.3.22 and DLL 1.5.2). To reproduce, I just configure sshd on a machine (call it "cygwin-host") and run the following command from any RH9 Linux system: rm -rf /tmp/usr rsync -av -e ssh cygwin-host:/usr /tmp Almost always, the transfer hangs after a few megabytes have been transferred. But it does not hang in exactly the same place. According to "ps", both the rsync and sshd process on cygwin-host are stuck in "O" state, and they stay there until they are killed. This happens for any large rsync from cygwin-host to the Linux machine, provided I initiate the transfer from the Linux machine. If I initiate an rsync from the Cygwin host (in either direction), or if I push a large tree from the Linux host to the Cygwin host, it always works, even for multi-gigabyte transfers. I will attempt to debug this myself, but I am curious whether others are able to reproduce it. Note that I am not sure whether Windows XP is relevant, but I am pretty sure that SMP is. Thanks! - Pat -- 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/