public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* rsync error | Couldn't compute FAST_CWD pointer.
@ 2018-04-20 12:47 Amod Raje
  2018-04-20 13:42 ` Marco Atzeri
  2018-04-21  5:49 ` steve shepard
  0 siblings, 2 replies; 3+ messages in thread
From: Amod Raje @ 2018-04-20 12:47 UTC (permalink / raw)
  To: cygwin

Hello,



I am trying to deploy DeltaCopy
<http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp> which uses rsync on
windows for backup.

I am facing below issue when client tries to connect to server.



Executing: rsync.exe  -v -rlt -z --chmod=a=rw,Da+x --delete
"/cygdrive/C/Testing/Defects_Report/All_Projects_Defect_Summary.xlsx"
"<serverHost>::0/Defects_Report/All_Projects_Defect_Summary.xlsx"

      0 [main] rsync 20156 find_fast_cwd: WARNING: Couldn't compute
FAST_CWD pointer.  Please report this problem to

the public mailing list cygwin@cygwin.com


If you could help in resolving this issue would be helpful.



Thanks,

Amod

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rsync error | Couldn't compute FAST_CWD pointer.
  2018-04-20 12:47 rsync error | Couldn't compute FAST_CWD pointer Amod Raje
@ 2018-04-20 13:42 ` Marco Atzeri
  2018-04-21  5:49 ` steve shepard
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2018-04-20 13:42 UTC (permalink / raw)
  To: cygwin, raje.amod

On 4/20/2018 2:44 PM, Amod Raje wrote:
> Hello, 
> I am trying to deploy DeltaCopy
> <http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp> which uses rsync on
> windows for backup.
> 
> I am facing below issue when client tries to connect to server.
> 
> Executing: rsync.exe  -v -rlt -z --chmod=a=rw,Da+x --delete
> "/cygdrive/C/Testing/Defects_Report/All_Projects_Defect_Summary.xlsx"
> "<serverHost>::0/Defects_Report/All_Projects_Defect_Summary.xlsx"
> 
>        0 [main] rsync 20156 find_fast_cwd: WARNING: Couldn't compute
> FAST_CWD pointer.  Please report this problem to
> 
> the public mailing list cygwin@cygwin.com
> 
> 
> If you could help in resolving this issue would be helpful.
> 
> 
> 
> Thanks,
> 
> Amod
> 

It is a warning not an error.

See FAQ
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

Please note that you should highlight the issue to DeltaCopy
as they are using an old version of the cygwin shared lib.

Regards
Marco



--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rsync error | Couldn't compute FAST_CWD pointer.
  2018-04-20 12:47 rsync error | Couldn't compute FAST_CWD pointer Amod Raje
  2018-04-20 13:42 ` Marco Atzeri
@ 2018-04-21  5:49 ` steve shepard
  1 sibling, 0 replies; 3+ messages in thread
From: steve shepard @ 2018-04-21  5:49 UTC (permalink / raw)
  To: Amod Raje, cygwin

For what it's worth, I ran into this problem with support on a FPGA project; the update info along with the link for the CygWin error:
http://terasic.yubacollegecompsci.com/
[http://yubacollegecompsci.com/images/Steve.jpg1zA]<http://terasic.yubacollegecompsci.com/>

Spring 2016 Terasic De1-soc<http://terasic.yubacollegecompsci.com/>
Supplemental Material for De1-Soc. Email contact: sshepard@yccd.edu Product Support WebSite. dc934a demo Support WebSite. DE1-SoC GPIO
terasic.yubacollegecompsci.com


Search for the section "CygWin" and see if that fixes the error. Good luck!
Steve
________________________________
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> on behalf of Amod Raje <raje.amod@gmail.com>
Sent: Friday, April 20, 2018 12:44 PM
To: cygwin@cygwin.com
Subject: rsync error | Couldn't compute FAST_CWD pointer.

Hello,



I am trying to deploy DeltaCopy
<http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp> which uses rsync on
windows for backup.

I am facing below issue when client tries to connect to server.



Executing: rsync.exe  -v -rlt -z --chmod=a=rw,Da+x --delete
"/cygdrive/C/Testing/Defects_Report/All_Projects_Defect_Summary.xlsx"
"<serverHost>::0/Defects_Report/All_Projects_Defect_Summary.xlsx"

      0 [main] rsync 20156 find_fast_cwd: WARNING: Couldn't compute
FAST_CWD pointer.  Please report this problem to

the public mailing list cygwin@cygwin.com


If you could help in resolving this issue would be helpful.



Thanks,

Amod

--
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


--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-21  5:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20 12:47 rsync error | Couldn't compute FAST_CWD pointer Amod Raje
2018-04-20 13:42 ` Marco Atzeri
2018-04-21  5:49 ` steve shepard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).