Infolinia : Tel. 515768949

2018-04-20 Thread SwissBank

Dzien dobry


Zgodnie z nowa ustawa Banki w Polsce moga zabrac Twoje oszczednosci.
Wystarczy ze stwierdza ze znalazly sie w slabej kondycji.
Jest to tzw. Dyrektywa BRRD.
Skok Wolomin upadl, SK Bank upadl - na co czekasz ?
Zakladamy konta w Szwajcarii (nie nalezy do UE, srodki sa bezpieczne).


Zapraszamy.
tel.515768949


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


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



umask problem: wrong permissions for new files

2018-04-20 Thread Ulli Horlacher
cygwin umask does not work as expected:

/tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
Linux diaspora 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux
0022
-rw-r--r-- 1 framstag users 0 Apr 20 12:00 zz

/tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin
0022
-rw-rw+ 1 admin None 0 Apr 20 12:00 zz

Why do not have new files mode -rw-r--r-- on cygwin?



-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:<20180420100357.ga21...@rus.uni-stuttgart.de>

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



Re: "setup-x86 --quiet-mode" problems

2018-04-20 Thread Ulli Horlacher
On Thu 2018-04-19 (17:28), Brian Inglis wrote:

> cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID

Ahh... cygstart does the trick! :-)
I was not aware of this helper program. Good to know!

-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:

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



Issue displaying characters on interactive commands

2018-04-20 Thread Peter Dilov via cygwin
If i run 'aptitude' command when i try to exit the command i get this 
strange exit window like in the screenshot:


https://i.imgur.com/oxGntcr.png

I also have noticed this problem with other interactive commands like 
'ncdu'. I am using Cygwin on Windows 7 x64.


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



Re: Issue displaying characters on interactive commands

2018-04-20 Thread Thomas Wolff

Am 20.04.2018 um 13:24 schrieb Peter Dilov via cygwin:
If i run 'aptitude' command when i try to exit the command i get this 
strange exit window like in the screenshot:


https://i.imgur.com/oxGntcr.png

I also have noticed this problem with other interactive commands like 
'ncdu'. I am using Cygwin on Windows 7 x64.
aptitude is not a cygwin package. For a useful bug report, you should at 
least describe which software you actually run, and how you start it. 
Given the symptoms I doubt you even run from a cygwin environment. Maybe 
it's something bundled with the cygwin library in which case you should 
direct the bug report to the publisher of the software.


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



Re: Fails to launch batch script in some directories

2018-04-20 Thread David Macek

Whoa, an interesting bug.  I'm forwarding this to the Cygwin mailing list for 
reference.  I might take a deeper look over the weekend if no-one beats me to 
it.

It seems like running batch files (.bat, .cmd) inside a directory with an at 
sign and a space (such as '@ x' or 'x @') fails.

/w/temp/@ x$ ./hello.bat
'W:\temp\@' is not recognized as an internal or external command,
operable program or batch file.

--
David Macek



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Issue displaying characters on interactive commands

2018-04-20 Thread Brian Inglis
On 2018-04-20 05:24, Peter Dilov via cygwin wrote:
> If i run 'aptitude' command when i try to exit the command i get this strange
> exit window like in the screenshot:
> https://i.imgur.com/oxGntcr.png
> I also have noticed this problem with other interactive commands like 'ncdu'. 
> I
> am using Cygwin on Windows 7 x64.

As these are character terminal windows, you could just have copied (using mouse
drag-select then primary [normally left] mouse button) and pasted the *relevant*
displayed characters into your email, instead of snapping a full screen shot
image of a remote server and linking to it: you are not alone in this, as many
articles and ebooks are illustrated with full screen shots showing a couple of
lines of a tiny font lost in a mass of dark screen background colour.

You fail to mention this is using ssh to another system, where your issue is
that you are seeing other characters interspersed with box drawing characters,
probably because your remote system is using UTF-8, and your local Cygwin system
is using a (localized or default) Windows encoding.

Please ensure that your LANG/LC_ALL charset encoding settings are the same on
both systems e.g. "export LANG=en_US.UTF-8" (check by running "locale" on both
systems to see these settings), and respected by the remote system and package
you are using, or change your local setting to match your remote setting.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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



rsync error | Couldn't compute FAST_CWD pointer.

2018-04-20 Thread Amod Raje
Hello,



I am trying to deploy DeltaCopy
 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"
"::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



Re: umask problem: wrong permissions for new files

2018-04-20 Thread Houder
On Fri, 20 Apr 2018 12:03:57, Ulli Horlacher wrote:
> cygwin umask does not work as expected:
> 
> /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
> Linux diaspora 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 
> x86_64 x86_64 x86_64 GNU/Linux
> 0022
> -rw-r--r-- 1 framstag users 0 Apr 20 12:00 zz
> 
> /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
> CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin
> 0022
> -rw-rw+ 1 admin None 0 Apr 20 12:00 zz
> 
> Why do not have new files mode -rw-r--r-- on cygwin?

They do.

64-@@ umask
0022
64-@@ ls -l /tmp
total 0
-rw-r--r-- 1 Henri None 0 Apr 20 14:37 junk
64-@@ touch /tmp/junk
64-@@ ls -l /tmp
total 0
-rw-r--r-- 1 Henri None 0 Apr 20 14:39 junk
64-@@ getfacl /tmp
# file: /tmp
# owner: Henri
# group: None
# flags: --t
user::rwx
group::rwx
other:rwx
default:user::rwx
default:group::r-x
default:other:r-x

64-@@ icacls e:/Cygwin64/tmp
e:/Cygwin64/tmp Seven\Henri:(F)
Seven\None:(RX,W)
Everyone:(RX,W)
NULL SID:(RD)
CREATOR OWNER:(OI)(CI)(IO)(F)
CREATOR GROUP:(OI)(CI)(IO)(RX)
Everyone:(OI)(CI)(IO)(RX)

Successfully processed 1 files; Failed processing 0 files

Remember, it is Windows ... So you have to work a little harder :-)

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



Re: umask problem: wrong permissions for new files

2018-04-20 Thread Houder

On 2018-04-20 14:45, Houder wrote:


64-@@ umask
0022
64-@@ ls -l /tmp
total 0
-rw-r--r-- 1 Henri None 0 Apr 20 14:37 junk
64-@@ touch /tmp/junk
64-@@ ls -l /tmp
total 0
-rw-r--r-- 1 Henri None 0 Apr 20 14:39 junk


Sorry. Read the above as:

64-@@ umask
0022
64-@@ ls -l /tmp
64-@@ touch /tmp/junk
64-@@ ls -l /tmp
total 0
-rw-r--r-- 1 Henri None 0 Apr 20 14:39 junk

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



Re: umask problem: wrong permissions for new files

2018-04-20 Thread Corinna Vinschen
On Apr 20 12:03, Ulli Horlacher wrote:
> cygwin umask does not work as expected:
> 
> /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
> Linux diaspora 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 
> x86_64 x86_64 x86_64 GNU/Linux
> 0022
> -rw-r--r-- 1 framstag users 0 Apr 20 12:00 zz
> 
> /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
> CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin
> 0022
> -rw-rw+ 1 admin None 0 Apr 20 12:00 zz
> 
> Why do not have new files mode -rw-r--r-- on cygwin?

See the '+' at the end of the permissions.  That's `ls' way to
show that you have an ACL with additional permissions, in your
case inherited permissions from the parent dir.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat


signature.asc
Description: PGP signature


Re: Fails to launch batch script in some directories

2018-04-20 Thread Corinna Vinschen
On Apr 20 14:33, David Macek wrote:
> Whoa, an interesting bug.  I'm forwarding this to the Cygwin mailing list for 
> reference.  I might take a deeper look over the weekend if no-one beats me to 
> it.
> 
> It seems like running batch files (.bat, .cmd) inside a directory with an at 
> sign and a space (such as '@ x' or 'x @') fails.
> 
> /w/temp/@ x$ ./hello.bat
> 'W:\temp\@' is not recognized as an internal or external command,
> operable program or batch file.

Funny.  That's very likely a bug in the @file handling in function
insert_file() in dcrt0.cc.  This is basically stone-age old code
to pamper starting Cygwin tools with too long commandl ines from cmd.

I'm looking forward with what you're coming up with.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat


signature.asc
Description: PGP signature


Re: Fails to launch batch script in some directories

2018-04-20 Thread Brian Inglis
On 2018-04-20 06:33, David Macek wrote:
> Whoa, an interesting bug.  I'm forwarding this to the Cygwin mailing list for
> reference.  I might take a deeper look over the weekend if no-one beats me to 
> it.
> 
> It seems like running batch files (.bat, .cmd) inside a directory with an at
> sign and a space (such as '@ x' or 'x @') fails.
> 
> /w/temp/@ x$ ./hello.bat
> 'W:\temp\@' is not recognized as an internal or external command,
> operable program or batch file.

>From strace on cmd run from directory created with same name, looks like
child_info_spawn::worker may need to escape/double quote the name if it contains
spaces:

   65  119143 [main] bash 9384 spawnve: spawnve (./ntpstatus.cmd,
./ntpstatus.cmd, 0x60006F6B0)
   34  119177 [main] bash 9384 child_info_spawn::worker: mode = 3, prog_arg =
./ntpstatus.cmd
   36  119213 [main] bash 9384 perhaps_suffix: prog './ntpstatus.cmd'
   30  119243 [main] bash 9384 normalize_posix_path: src ./ntpstatus.cmd
   28  119271 [main] bash 9384 cwdstuff::get: posix /proc/cygdrive/c/.../@ x
   29  119300 [main] bash 9384 cwdstuff::get: (/proc/cygdrive/c/.../@ x) =
cwdstuff::get (0x60010, 32768, 1, 0), errno 108
   29  119329 [main] bash 9384 normalize_posix_path: /proc/cygdrive/c/.../@
x/ntpstatus.cmd = normalize_posix_path (./ntpstatus.cmd)
   30  119359 [main] bash 9384 mount_info::conv_to_win32_path:
conv_to_win32_path (/proc/cygdrive/c/.../@ x/ntpstatus.cmd)
   33  119392 [main] bash 9384 mount_info::cygdrive_win32_path: src
'/proc/cygdrive/c/.../@ x/ntpstatus.cmd', dst 'C:\...\@ x\ntpstatus.cmd'
   33  119425 [main] bash 9384 set_flags: flags: binary (0x2)
   28  119453 [main] bash 9384 mount_info::conv_to_win32_path: src_path
/proc/cygdrive/c/.../@ x/ntpstatus.cmd, dst C:\...\@ x\ntpstatus.cmd, flags
0x4022, rc 0
  153  119606 [main] bash 9384 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\...\@ x\ntpstatus.cmd)
   85  119691 [main] bash 9384 symlink_info::check: not a symlink
   79  119770 [main] bash 9384 symlink_info::check: 0 = symlink.check(C:\...\@
x\ntpstatus.cmd, 0xA850) (0x4022)
   55  119825 [main] bash 9384 path_conv::check: this->path(C:\...\@
x\ntpstatus.cmd), has_acls(1)
   35  119860 [main] bash 9384 perhaps_suffix: buf C:\...\@ x\ntpstatus.cmd,
suffix found ''
   90  119950 [main] bash 9384 child_info_spawn::worker: priority class 32
   95  120045 [main] bash 9384 fhandler_console::need_invisible: 
invisible_console 0
   39  120084 [main] bash 9384 build_env: envp 0x60006F6B0
   38  120122 [main] bash 9384 spenv::retrieve: no_envblock 0
   40  120162 [main] bash 9384 spenv::retrieve: duping existing value for
'USERDOMAIN='
   48  120210 [main] bash 9384 spenv::retrieve: no_envblock 0
   39  120249 [main] bash 9384 spenv::retrieve: duping existing value for
'USERNAME='
   29  120278 [main] bash 9384 spenv::retrieve: no_envblock 0
   28  120306 [main] bash 9384 spenv::retrieve: duping existing value for
'LOGONSERVER='
   35  120341 [main] bash 9384 spenv::retrieve: no_envblock 0
   32  120373 [main] bash 9384 spenv::retrieve: no_envblock 0
   27  120400 [main] bash 9384 spenv::retrieve: duping existing value for
'USERPROFILE='
   29  120429 [main] bash 9384 spenv::retrieve: no_envblock 0
   27  120456 [main] bash 9384 spenv::retrieve: duping existing value for
'SYSTEMROOT='
   43  120499 [main] bash 9384 spenv::retrieve: no_envblock 0
   31  120530 [main] bash 9384 spenv::retrieve: duping existing value for 
'WINDIR='
   37  120567 [main] bash 9384 spenv::retrieve: no_envblock 0
   30  120597 [main] bash 9384 spenv::retrieve: no_envblock 0
   27  120624 [main] bash 9384 spenv::retrieve: duping existing value for
'HOMEDRIVE='
   33  120657 [main] bash 9384 spenv::retrieve: no_envblock 0
   28  120685 [main] bash 9384 spenv::retrieve: duping existing value for
'HOMEPATH='
   34  120719 [main] bash 9384 build_env: env count 108, bytes 9407
  324  121043 [main] bash 9384 build_env: envp 0x180306DA8, envc 108
   34  121077 [main] bash 9384 child_info::child_info: subproc_ready 0x0
20253  141330 [main] bash 9384 child_info_spawn::worker: pid 9384, prog_arg
./ntpstatus.cmd, cmd line "C:\...\@ x\ntpstatus.cmd")
  102  141432 [main] bash 9384! child_info_spawn::worker: new process name
\\?\C:\...\@ x\ntpstatus.cmd
   56  141488 [main] bash 9384! fhandler_base::close_with_arch: line 1129:
/dev/pty0<0x1803054F0> usecount + -1 = 3
   31  141519 [main] bash 9384! fhandler_base::close_with_arch: not closing
archetype
   67  141586 [main] bash 9384! fhandler_base::close_with_arch: line 1129:
/dev/pty0<0x1803054F0> usecount + -1 = 2
   33  141619 [main] bash 9384! fhandler_base::close_with_arch: not closing
archetype
   34  141653 [main] bash 9384! fhandler_base::close_with_arch: line 1129:
/dev/pty0<0x1803054F0> usecount + -1 = 1
   35  141688 [main] bash 9384! fhandler_base::close_with_arch: not closing
archetype
   38  141726 [main] bash 9384! child_info_spawn::worker: spawned windows pid 
9260
   52  141778 [main] bash 9384! proc_subproc: args: 1, -

Re: umask problem: wrong permissions for new files

2018-04-20 Thread Brian Inglis
On 2018-04-20 04:03, Ulli Horlacher wrote:
> cygwin umask does not work as expected:
> /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
> Linux diaspora 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 
> x86_64 x86_64 x86_64 GNU/Linux
> 0022
> -rw-r--r-- 1 framstag users 0 Apr 20 12:00 zz
> /tmp: uname -a; umask; rm -f zz; touch zz; ls -l zz
> CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin
> 0022
> -rw-rw+ 1 admin None 0 Apr 20 12:00 zz
> Why do not have new files mode -rw-r--r-- on cygwin?

Cygwin supports Windows ACLs as POSIX ACLs, which are also supported by Linux.
Use setfacl to set similar default ACLs (DACLs) on a Linux directory, rerun your
test there, and you should see similar results.

*Never* remove DACLs from any Windows directory which will *ever* be used with
any non-Cygwin Windows program: /undefined behaviour/ will result.
Mostly neither Cygwin nor Windows programs will be able to do anything with
those files until you fix the permissions problems using elevated commands ;^>

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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



Re: rsync error | Couldn't compute FAST_CWD pointer.

2018-04-20 Thread Marco Atzeri

On 4/20/2018 2:44 PM, Amod Raje wrote:
Hello, 
I am trying to deploy DeltaCopy

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



[ANNOUNCEMENT] Updated: gnupg2-2.2.6-1

2018-04-20 Thread Marco Atzeri

Version  2.2.6-1  of

gnupg2

is available in the Cygwin distribution:

CHANGES
Latest upstream version.
https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000421.html

DESCRIPTION
The GNU Privacy Guard

GnuPG is a command line tool without any graphical user interface.
It is an universal crypto engine which can be used directly from
a command line prompt, from shell scripts, or from other programs.
Therefore GnuPG is often used as the actual crypto backend of other
applications.


Full OpenPGP implementation (see RFC4880 at RFC Editor).
Full CMS/X.509 (S/MIME) implementation.
Ssh-agent implementation
Runs on all Unix platforms, Windows and macOS.
A full replacement of PGP; written from scratch.
Does not use any patented algorithms.
Freely available under the GPL;
Can be used as a filter program.
Better functionality than PGP with state of the art security features.
Decrypts and verifies PGP 5, 6 and 7 messages.
Supports RSA, ECDH, ECDSA, EdDSA, Elgamal, DSA, AES, Camellia, 
3DES, Twofish, SHA2, and many more algorithms.

Language support for a load of languages.
Online help system.
Optional anonymous message receivers.
Integrated support for HKP keyservers (sks-keyservers.net).
and many more things….


HOMEPAGE
http://www.gnupg.org/


Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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



[ANNOUNCEMENT] Updated: mutt-1.9.5-1

2018-04-20 Thread Marco Atzeri

New versions 1.9.5-1 of

  mutt

is available in the Cygwin distribution:

CHANGES
Last upstream bugfix release.

Full details on:
https://gitlab.com/muttmua/mutt/raw/master/UPDATING

DESCRIPTION
The Mutt E-Mail Client
"All mail clients suck. This one just sucks less."

Mutt is a small but very powerful text-based mail client
for Unix operating systems.

HOMEPAGE
http://www.mutt.org/

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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



Re: rsync error | Couldn't compute FAST_CWD pointer.

2018-04-20 Thread steve shepard
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]

Spring 2016 Terasic De1-soc
Supplemental Material for De1-Soc. Email contact: sshep...@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-ow...@cygwin.com  on behalf of Amod Raje 

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