Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Bill Stewart
On Wed, Apr 21, 2021 at 1:28 PM Corinna Vinschen wrote: This is not the right place to discuss this in detail, but to me, a > straightforward and sensible approach would have been to give the 64 > bit system dir another name right from the start: > > C:\Windows\System64 > That would not have

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
On Apr 21 11:57, Bill Stewart wrote: > On Wed, Apr 21, 2021 at 10:47 AM Corinna Vinschenwrote: > > > > A sane assumption is for instance, if you cd to foo, that your in foo. > > That's what the FSR breaks in a thorough way. I. e. on WOW64: > > > > $ cd /cygdrive/c/Windows > > $ ls -1d Sys*

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Bill Stewart
On Wed, Apr 21, 2021 at 10:47 AM Corinna Vinschenwrote: > A sane assumption is for instance, if you cd to foo, that your in foo. > That's what the FSR breaks in a thorough way. I. e. on WOW64: > > $ cd /cygdrive/c/Windows > $ ls -1d Sys* > SysWOW64 > System > System32 > SystemApps >

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
On Apr 21 09:49, Bill Stewart wrote: > On Wed, Apr 21, 2021 at 3:20 AM Corinna Vinschen wrote: > > The problem here is the File System Redirector, > > > > https://docs.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector > > > > This thing is really a problem because it break every,

Re: [PATCH] Use automake (v5)

2021-04-21 Thread Corinna Vinschen
On Apr 20 21:15, Jon Turney wrote: > On 20/04/2021 21:13, Jon Turney wrote: > > For ease of reviewing, this patch doesn't contain changes to generated > > files which would be made by running ./autogen.sh. > > Sorry about getting distracted from this. To summarize what I believe were > the

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Brian Inglis
On 2021-04-21 09:49, Corinna Vinschen via Cygwin wrote: Eventually, we should really start thinking about dropping 32 bit support, I guess. Only 17 years left until time_t overflow... ...and start working on port to ARM64 Windows? gd ;^> -- Take care. Thanks, Brian Inglis, Calgary, Alberta,

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Bill Stewart
On Wed, Apr 21, 2021 at 3:20 AM Corinna Vinschen wrote: The problem here is the File System Redirector, > > https://docs.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector > > This thing is really a problem because it break every, otherwise > sane assumption. Hmm, bummer. I need

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
On Apr 21 17:58, Andrey Repin wrote: > Greetings, Corinna Vinschen via Cygwin! > > > On Apr 21 12:04, Takashi Yano via Cygwin wrote: > >> Hi Corinna, > >> > >> I noticed the problem that /cygdrive/c/Windows/System32 directory > >> can be no longer accessed from 32 bit cygwin (WOW64) after the >

Re: [PATCH] Cygwin: pty: Additional race issue fix regarding pseudo console.

2021-04-21 Thread Corinna Vinschen
On Apr 21 12:06, Takashi Yano wrote: > - In commit bb93c6d7, the race issue was not completely fixed. In > the pseudo console inheritance, if the destination process to > which the ownership of pseudo console switches, is found but exits > before switching, the inheritance fails. Currently,

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Andrey Repin
Greetings, Corinna Vinschen via Cygwin! > On Apr 21 12:04, Takashi Yano via Cygwin wrote: >> Hi Corinna, >> >> I noticed the problem that /cygdrive/c/Windows/System32 directory >> can be no longer accessed from 32 bit cygwin (WOW64) after the >> commit: > The problem here is the File System

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Takashi Yano via Cygwin
On Wed, 21 Apr 2021 11:56:50 +0200 Marco Atzeri wrote: > On 21.04.2021 10:49, Andrey Repin wrote: > > Greetings, Takashi Yano! > > > >> I noticed the problem that /cygdrive/c/Windows/System32 directory > >> can be no longer accessed from 32 bit cygwin (WOW64) after the > >> commit: > > > >>

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Takashi Yano via Cygwin
On Wed, 21 Apr 2021 12:22:33 +0300 Andrey Repin wrote: > Greetings, Takashi Yano! > > > On Wed, 21 Apr 2021 11:49:00 +0300 > > Andrey Repin wrote: > >> Greetings, Takashi Yano! > >> > >> > I noticed the problem that /cygdrive/c/Windows/System32 directory > >> > can be no longer accessed from 32

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Marco Atzeri via Cygwin
On 21.04.2021 10:49, Andrey Repin wrote: Greetings, Takashi Yano! I noticed the problem that /cygdrive/c/Windows/System32 directory can be no longer accessed from 32 bit cygwin (WOW64) after the commit: Reverting this commit resolves the issue. 64 bit cygwin does not seem to be affected.

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Andrey Repin
Greetings, Takashi Yano! > On Wed, 21 Apr 2021 11:49:00 +0300 > Andrey Repin wrote: >> Greetings, Takashi Yano! >> >> > I noticed the problem that /cygdrive/c/Windows/System32 directory >> > can be no longer accessed from 32 bit cygwin (WOW64) after the >> > commit: >> >> > commit

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
Hi Takashi, On Apr 21 12:04, Takashi Yano via Cygwin wrote: > Hi Corinna, > > I noticed the problem that /cygdrive/c/Windows/System32 directory > can be no longer accessed from 32 bit cygwin (WOW64) after the > commit: The problem here is the File System Redirector,

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Takashi Yano via Cygwin
On Wed, 21 Apr 2021 11:49:00 +0300 Andrey Repin wrote: > Greetings, Takashi Yano! > > > I noticed the problem that /cygdrive/c/Windows/System32 directory > > can be no longer accessed from 32 bit cygwin (WOW64) after the > > commit: > > > commit 456c3a46386f38887407603b2c64b7f63a4871c5 > >

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Andrey Repin
Greetings, Takashi Yano! > I noticed the problem that /cygdrive/c/Windows/System32 directory > can be no longer accessed from 32 bit cygwin (WOW64) after the > commit: > commit 456c3a46386f38887407603b2c64b7f63a4871c5 > Author: Corinna Vinschen > Date: Mon Apr 19 14:49:14 2021 +0200 >