From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116235 invoked by alias); 16 Mar 2019 12:45:37 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 116033 invoked by uid 89); 16 Mar 2019 12:45:27 -0000 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 Received: from lb3-smtp-cloud7.xs4all.net (HELO lb3-smtp-cloud7.xs4all.net) (194.109.24.31) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 16 Mar 2019 12:45:22 +0000 Received: from tmp.FNxRI9FD2K ([83.162.234.136]) by smtp-cloud7.xs4all.net with ESMTPSA id 58gTh8llDLMwI58gUhRFGz; Sat, 16 Mar 2019 13:45:06 +0100 Date: Sat, 16 Mar 2019 12:45:00 -0000 Message-ID: From: Houder Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: rsync failed after windows 10 update References: <1551873579581-0.post@n5.nabble.com> <20190306121438.GO3785@calimero.vinschen.de> <1551880465802-0.post@n5.nabble.com> <1552053188219-0.post@n5.nabble.com> <1552094225496-0.post@n5.nabble.com> <1552122636414-0.post@n5.nabble.com> <1552386193066-0.post@n5.nabble.com> <1552725398537-0.post@n5.nabble.com> <7103ba88f8a4ed85791eaff5e3d69e68@smtp-cloud9.xs4all.net> <1552733367004-0.post@n5.nabble.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 X-SW-Source: 2019-03/txt/msg00429.txt.bz2 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