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