X-Recipient: archive-cygwin@delorie.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:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:in-reply-to
	:references:message-id; q=dns; s=default; b=tLLLIq8WhX334nG2X2Xs
	BcVG+PsjoPrW3kKU0ZKdb+glSr9sMEP0kONzdUfig6fX9TQA9+CsKkdeQ5nB7iFj
	Ry62LI2Q3OckxDbybJaojLaFTIX0Es8H+PCAC1COatvZeOLwi3iLKfU6lJJTKGec
	ggNtRMcN4mF8A/cvlbN41iU=
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:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:in-reply-to
	:references:message-id; s=default; bh=tJ4rIhh765aHNFhtmRAMqo8tSG
	c=; b=LMUy3Sat8SdeA8i/Ctz7DBHwCPH0iPr6c1yGsR1pjGH9m8W3DbHL0H0KDZ
	7nWGhmCr97C0RmIGV12j4sKB7F2F1ORPReJ/8pRvAEhNWAACUcXL1lJ5HUW9g5eQ
	teRqbAxEchyKYVyt04HI05ILRk7EYHQ/bioKu0GpNmKzKlC4Y=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX autolearn=no version=3.3.1 spammy=H*r:205, H*r:109, H*r:194, H*UA:Webmail
X-HELO: lb1-smtp-cloud8.xs4all.net
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Date: Sat, 16 Mar 2019 14:31:42 +0100
From: Houder <houder@xs4all.nl>
To: cygwin@cygwin.com
Subject: Re: rsync failed after windows 10 update
In-Reply-To: <b2d674f947e902064166f6522c081f00@smtp-cloud7.xs4all.net>
References: <1551873579581-0.post@n5.nabble.com> <20190306121438.GO3785@calimero.vinschen.de> <1551880465802-0.post@n5.nabble.com> <1552053188219-0.post@n5.nabble.com> <d4e4d78e-99da-bf59-ec9e-06e2562c1333@yahoo.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> <b2d674f947e902064166f6522c081f00@smtp-cloud7.xs4all.net>
Message-ID: <f216e65043ddf6f0154399cccabc3202@xs4all.nl>
X-Sender: houder@xs4all.nl
User-Agent: XS4ALL Webmail

On 2019-03-16 13:45, Houder wrote:
> 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 
>> <http://cygwin.1069669.n5.nabble.com/file/t11507/cygcheck.txt>
[snip]

> 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

Sorry, that should be:

export PATH=/usr/bin:/cygdrive/c/Windows/System32

(cygdrive, or whatever your prefix is)

as rsync is also dependent on .dll's from the Windows bin ...

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

