Re: Cygwin's ACL handling is NOT interoperable with Windows

2018-08-05 Thread Michael Wild
On Sun, Aug 5, 2018 at 5:35 PM Andrey Repin wrote: > Greetings, Stefan Kanthak! > > > Andrey Repin wrote: > > >> Greetings, Stefan Kanthak! > >> > >>> PS: > >>> too states bloody lies: > >> > >>> | The Windows subsystem onl

Re: segfault with iconv

2018-08-05 Thread Steven Penny
On Sun, 5 Aug 2018 23:04:54, cyg Simple wrote: I'm getting a segfault with iconv with the attached script. Do others have this problem? TIA for the information. Not sure what is breaking for you - but works fine here: $ echo böse bübchen > infile.txt $ LC_ALL=C iconv --byte-subst '<%X

segfault with iconv

2018-08-05 Thread cyg Simple
I'm getting a segfault with iconv with the attached script. Do others have this problem? TIA for the information. -- cyg Simple #!/bin/sh options_ascii='--unicode-subst= --byte-subst=<0x%02x> --widechar-subst=<%08x>' # Test of --byte-subst with an ASCII substitution. cat > tmp-in <<\EOF Bös

WARNING: Couldn't compute FAST_CWD pointer.

2018-08-05 Thread Anietie Essiet
Hello I tried to edit a code file on SIM to be able to run a new algorithm, however I am getting the above subject warning. How do I correct this please? Thank you Best regards Victor University of Leeds United Kingdom -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: wget does not recognize PKI?

2018-08-05 Thread Csaba Raduly
On Sun, Aug 5, 2018 at 7:36 PM, Marco Atzeri wrote: > Am 05.08.2018 um 19:12 schrieb Andrey Repin: >> >> Greetings, All! >> >> $ wget https://ca.rootdir.org/ca.crl >> --2018-08-05 20:05:28-- https://ca.rootdir.org/ca.crl >> Resolving ca.rootdir.org (ca.rootdir.org)... 192.168.1.6 >> Connecting to

Re: wget does not recognize PKI?

2018-08-05 Thread Marco Atzeri
Am 05.08.2018 um 19:12 schrieb Andrey Repin: Greetings, All! $ wget https://ca.rootdir.org/ca.crl --2018-08-05 20:05:28-- https://ca.rootdir.org/ca.crl Resolving ca.rootdir.org (ca.rootdir.org)... 192.168.1.6 Connecting to ca.rootdir.org (ca.rootdir.org)|192.168.1.6|:443... connected. ERROR: Th

wget does not recognize PKI?

2018-08-05 Thread Andrey Repin
Greetings, All! $ wget https://ca.rootdir.org/ca.crl --2018-08-05 20:05:28-- https://ca.rootdir.org/ca.crl Resolving ca.rootdir.org (ca.rootdir.org)... 192.168.1.6 Connecting to ca.rootdir.org (ca.rootdir.org)|192.168.1.6|:443... connected. ERROR: The certificate of ‘ca.rootdir.org’ is not truste

Re: Cygwin's ACL handling is NOT interoperable with Windows

2018-08-05 Thread Andrey Repin
Greetings, Stefan Kanthak! > Andrey Repin wrote: >> Greetings, Stefan Kanthak! >> >>> PS: >>> too states bloody lies: >> >>> | The Windows subsystem only supports CWD paths of up to 258 chars. > ~

Re: Strange git issue with a particular repo

2018-08-05 Thread Brian Inglis
On 2018-08-05 08:01, Ken Brown wrote: > On 8/5/2018 5:31 AM, James Darnley wrote: >> You can clone it successfully on Windows if you enable case sensitivity, >> which is probably not recommended but possible with a registry change. > I wouldn't say this is not recommended.  It's documented in the C

Re: Strange git issue with a particular repo

2018-08-05 Thread Andrey Repin
Greetings, Ken Brown! > On 8/5/2018 5:31 AM, James Darnley wrote: >> You can clone it successfully on Windows if you enable case sensitivity, >> which is probably not recommended but possible with a registry change. > I wouldn't say this is not recommended. It's documented in the Cygwin > User'

Re: Cygwin's ACL handling is NOT interoperable with Windows

2018-08-05 Thread Stefan Kanthak
Andrey Repin wrote: > Greetings, Stefan Kanthak! > >> PS: >> too states bloody lies: > >> | The Windows subsystem only supports CWD paths of up to 258 chars. ~~~ > > 260 includ

Re: Cygwin's ACL handling is NOT interoperable with Windows

2018-08-05 Thread Andrey Repin
Greetings, Stefan Kanthak! > PS: > too states bloody lies: > | The Windows subsystem only supports CWD paths of up to 258 chars. 260 including drive letter. > The Win32 API supports pathnames with up to 32767 (Unicode

Re: Strange git issue with a particular repo

2018-08-05 Thread Ken Brown
On 8/5/2018 5:31 AM, James Darnley wrote: You can clone it successfully on Windows if you enable case sensitivity, which is probably not recommended but possible with a registry change. I wouldn't say this is not recommended. It's documented in the Cygwin User's Guide: https://cygwin.com/cy

Re: Strange git issue with a particular repo

2018-08-05 Thread arnold
James Darnley wrote: > I don't think it is a rename in the history. I think it is because both > regdir/T.sub and regdir/t.sub exist in the dame directory, for example. > You can clone it successfully on Windows if you enable case sensitivity, > which is probably not recommended but possible wit

Re: Strange git issue with a particular repo

2018-08-05 Thread James Darnley
On 2018-08-05 10:21, arn...@skeeve.com wrote: > Hi. > > john doe wrote: > >> Linux is case sensitive and Windows is case preserving. >> That is probably the issue here, did the case of the files has been >> changed (rename 100%)? >> >> https://docs.microsoft.com/en-us/vsts/repos/git/case-sensit

Re: Strange git issue with a particular repo

2018-08-05 Thread arnold
Hi. john doe wrote: > Linux is case sensitive and Windows is case preserving. > That is probably the issue here, did the case of the files has been > changed (rename 100%)? > > https://docs.microsoft.com/en-us/vsts/repos/git/case-sensitivity?view=vsts > > In other words, on "Cygwin" git can not

Re: Strange git issue with a particular repo

2018-08-05 Thread john doe
On 8/5/2018 9:12 AM, arn...@skeeve.com wrote: Hi All. Please cc me on responses, as I don't subscribe to the list. I'm using a 64 bit install on Windows 10. I just now did an update and it did not help. The problem is with a particular repo only. (Or at least, I only see it with this particula

Strange git issue with a particular repo

2018-08-05 Thread arnold
Hi All. Please cc me on responses, as I don't subscribe to the list. I'm using a 64 bit install on Windows 10. I just now did an update and it did not help. The problem is with a particular repo only. (Or at least, I only see it with this particular repo.) On Linux, do: git clone git://