X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=By/cCu RIGJ30rvj9APgkD2Yi2X/k19OVp4rMVVYXzB6K/prYiut35NKhAbO10HkbmkvYat 6wGKwmQiQN5Sqzdl3csPoFY5BAgZIdxxnj0XYtSBG/XUzcrjK1FmFs1NlEzvIUqX 87YbKJu9/csy/9zSgf8bpQ1tr+Q41xL9h+b1k= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; s=default; bh=W7JaI6wvsMSc aJUaTHwVTMn5a64=; b=tJxaGf3YeUrpenbPWMdPJT0oqAvLWc8dsLjjXJyg8hCt n4VWvzHC5r2qKFtjgP0LT7g8nho6xqEVzqKKgIFDE9PIAWJK9mJCTE0uiODUS/Zq vsmpAp09NpEiO+jx0b6h6QuTTvpxVdHxYVZFeTSG6dv9tY/E2DvXeHVS2d0uD9Q= 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX autolearn=no version=3.3.1 spammy=cygdrive, HX-Languages-Length:1550, H*F:D*nl X-HELO: lb3-smtp-cloud7.xs4all.net Date: Sat, 16 Mar 2019 13:45:06 +0100 Message-ID: From: Houder Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: rsync failed after windows 10 update References: <1551873579581-0 DOT post AT n5 DOT nabble DOT com> <20190306121438 DOT GO3785 AT calimero DOT vinschen DOT de> <1551880465802-0 DOT post AT n5 DOT nabble DOT com> <1552053188219-0 DOT post AT n5 DOT nabble DOT com> <1552094225496-0 DOT post AT n5 DOT nabble DOT com> <1552122636414-0 DOT post AT n5 DOT nabble DOT com> <1552386193066-0 DOT post AT n5 DOT nabble DOT com> <1552725398537-0 DOT post AT n5 DOT nabble DOT com> <7103ba88f8a4ed85791eaff5e3d69e68 AT smtp-cloud9 DOT xs4all DOT net> <1552733367004-0 DOT post AT n5 DOT nabble DOT com> In-Reply-to: <1552733367004-0.post@n5.nabble.com> Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 On Sat, 16 Mar 2019 03:49:27, jwang wrote: > rsync /tmp/test.log /cygdrive/c/temp/ > rsync: pipe: Connection timed out (116) > rsync error: error in IPC code (code 14) at pipe.c(122) [sender=3.1.2] > > cygcheck.txt Based on the output of cygcheck -srv, - you are using W10 (while I am using W7 - rsync works at my place) Also: - Current System Time: Sat Mar 16 11:44:27 2019 - Windows 10 Home Ver 10.0 Build 17134 - you are using the 64-bits version of Cygwin (root = c:\cygwin64) - Cygwin DLL version info: DLL version: 3.0.2 - rsync: version: 3.1.2-1 - librsync2: 1.0.0-1 (resulting in bin/cygrsync-2.dll) (not installed at my place) Your PATH definition is exceptionally long ... - it contains e:\Cywin64\bin twice - it contains a multitude of "bins", irrelevant to Cygwin Finding the cause of your problem is an exercise in reducing your environment to the absolute minimum, required to execute rsync. I would suggest to (temporarily): - uninstall librsync2 (it should not interfere w/ rsync, but it is also not required) - limit your PATH definition to e:\cygwin64 - i.e. export PATH=/usr/bin, if you are using bash and run, rsync -vvv again, and show us the output. Do not use the arguments that you used previously; create a new file and a new directory to 'copy' to. Remember, finding the cause of a problem, is first and foremost about excluding any factor (you did not think of). Henri -- 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