X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4AC8C9F7.4030207@gmail.com> Date: Sun, 04 Oct 2009 17:14:47 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rsync error References: <8d7f7110910040809r15bd5c0ak2671349d3d8cf706 AT mail DOT gmail DOT com> In-Reply-To: <8d7f7110910040809r15bd5c0ak2671349d3d8cf706@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 nwpu053821 AT gmail wrote: > $ rsync.exe -a one/ two/ > rsync: Failed to dup/close: Socket operation on non-socket (108) > rsync error: error in IPC code (code 14) at /home/lapo/packaging/rsync-3.0.6-1/s > rc/rsync-3.0.6/pipe.c(147) [receiver=3.0.6] Can't reproduce: > admin AT ubik ~ > $ cd /tmp > > admin AT ubik /tmp > $ mkdir one > > admin AT ubik /tmp > $ touch one/a one/b one/c > > admin AT ubik /tmp > $ rsync.exe -a one/ two/ > > admin AT ubik /tmp > $ echo $? > 0 > > admin AT ubik /tmp > $ ls two/ > a b c > > admin AT ubik /tmp > $ Also, you wrote: > the cpu usage of sshd up to 100% when a request come in. which is almost haiku :) but the point is, I wonder if you have some kind of networking-related BLODA. Either Ice-3.3.1 or the Microsoft Network Monitor may have installed some kind of hook or layered service provider or intermediate (filter) network device driver that could be causing interference with sshd. You should also make sure that you get "green software" out of the path, because it appears to be a cygwin-1.5 based 3PP installation, and if the 1.7 sshd were to end up invoking a 1.5 executable that happened to be first in the path, that might hang. So first (because easiest) make sure you get green software out of the PATH settings, reboot everything and try again; then if that doesn't help you may have to try temporarily uninstalling Ice and Network Monitor, one at a time, to see if they make a difference. cheers, DaveK -- 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