X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4B4010A7.2010609@rosi-kessel.org> Date: Sat, 02 Jan 2010 22:36:07 -0500 From: Adam Rosi-Kessel User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: rsync 1.7.1 stuck Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Another rsync problem since the 1.7.1 upgrade (from 1.5) -- an rsync job just gets stuck a few bytes into a file. ctrl-c doesn't work, but I can kill it with pskill. If I keep running the rsync it gets a little further each time. Here's the stranger part: if I jump a few directories in, it seems to work. For example, if I have directory /home/a/b/c/d/e/file.ext and I attempt to rsync /home/a, it gets stuck. If, instead, I rsync /home/a/b/c/d/e (to the appropriate target directory), it works fine on the same file it was getting stuck on. Also strange is that it doesn't happen on all files, but it does consistently happen on the same file. Every time I restart the rsync job, same file get stuck. If I use the trick above (or scp instead), it then gets by the "stuck" file and works fine. CPU usage seems high during the "stuck" time -- ssh.exe and rsync.exe being the top two processes. I've tried running rsync at maximum verbosity, and all I see is it gets up to a point of comparing the files and then no further output. Any troubleshooting suggestions? Not sure if this is related to the sshd rsync fork problem discussed recently on this list. -- 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