public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Unable to start Cygwin64 terminal after password change
@ 2021-08-01 16:57 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-01 17:23 ` René Berber
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-01 16:57 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

> $ head /proc/version

It seems to be not much different from the 'uname -a' output I showed earlier, but here it goes:

$ head /proc/version
CYGWIN_NT-10.0-18363 version 3.2.0-340.x86_64 (corinna@calimero) (gcc version 9.3.0 20200312 (Fedora Cygwin 9.3.0-1) (GCC) ) 2021-03-29 08:42 UTC

> getent passwd $USER

NCBI_NT+User(1606)@NCBIPC9135 /cygdrive/c/WINDOWS/system32
$ getent passwd lavr
lavr:*:1050182:1049089:U-NCBI_NT\lavr,S-1-5-21-2137354491-1741569864-122644288-1606:/home/lavr:/bin/bash

There's no stray /etc/passwd that might have gotten in the way, either:

$ cat /etc/passwd
cat: /etc/passwd: No such file or directory

BTW, $USER is not defined in the bash environment (not sure if it should be)

> net user $USER

$ net user lavr
The user name could not be found.

I don't have local users on this PC except for two maintenance accounts ('net user' shows them,
but they are not mine, and they are for our systems team, who administrates the machine).

My account is a domain account here.  And everything worked before I had to change my password.

TIA,

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-01 16:57 Unable to start Cygwin64 terminal after password change Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-01 17:23 ` René Berber
  0 siblings, 0 replies; 29+ messages in thread
From: René Berber @ 2021-08-01 17:23 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

On 8/1/2021 11:57 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:

[snip]
> BTW, $USER is not defined in the bash environment (not sure if it
> should be)

Quoting man bash:

"When bash is invoked as an interactive login shell, or as a
non-interactive shell with the --login option, it first reads
and executes commands from the file  /etc/profile,  if  that
file  exists."

and /etc/profile has a line with:

USER="$(/usr/bin/id -un)"

then...

export ... USER ...

Unless of course you execute bash with -noprofile.

> My account is a domain account here.  And everything worked before I
> had to change my password.

Maybe `id -un` does change in this case.
-- 
R. Berber

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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-03 17:24                       ` Brian Inglis
  2021-08-03 18:12                         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-04 10:03                         ` Andrey Repin
  1 sibling, 0 replies; 29+ messages in thread
From: Andrey Repin @ 2021-08-04 10:03 UTC (permalink / raw)
  To: Brian Inglis, cygwin

Greetings, Brian Inglis!

> On 2021-08-03 09:50, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
>>> You were "upgrading" your domain account AD data cached by cygserver.
>> 
>> I restarted my PC at some point with "shutdown /r"  -- I have no idea how
>> cygserver can preserve its caching across this.  It's not a "fast restart".

> If Fast Startup is enabled, system data could be retained, such as 
> domain and/or account data, depending on the system components and 
> drivers involved; it's not well documented:

> https://docs.microsoft.com/en-us/windows-hardware/test/weg/delivering-a-great-startup-and-shutdown-experience


> "during user-initiated shutdowns, the kernel, drivers, and services are 
> preserved and restored, not just restarted."

Note: This only relevant for shutdown, not restart.


-- 
With best regards,
Andrey Repin
Wednesday, August 4, 2021 13:00:14

Sorry for my terrible english...


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-03 18:12                         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-03 18:20                           ` john doe
  0 siblings, 0 replies; 29+ messages in thread
From: john doe @ 2021-08-03 18:20 UTC (permalink / raw)
  To: cygwin

On 8/3/2021 8:12 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
>> "during user-initiated shutdowns, the kernel, drivers, and services are
>> preserved and restored, not just restarted."
>
> Which was why I specifically used "shutdown /r", which is:
>
>      /r         Full shutdown and restart the computer.
>
> We've been advised by our admins that this command does a true and
> full restart of the system, including all the kernel parts of it.
>

If I'm not mistaking, this command has nothing to do with "fastboot".

>> You may want to check with your AD server admins about this possibility.
>
> I decided to restart my computer on Saturday, while the password had been changed
> Thursday afternoon.  Meanwhile I was perfectly able to actually _use_ my new password
> to unlock that very same Windows host, and login to different hosts (as soon as the
> new password was set, and before as well as after the reboot of my work PC).
> So the caching theory is not quite substantiated, IMO.
>
>> You may want to check with your AD server admins about this possibility.
>
> I did!  And they said: "no new policies were added and no current policies were changed".
>
> I repeat it again:  my new password was working everywhere I needed to enter

Might be better to reword than to repeat again.

--
John Doe

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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-03 17:24                       ` Brian Inglis
@ 2021-08-03 18:12                         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-03 18:20                           ` john doe
  2021-08-04 10:03                         ` Andrey Repin
  1 sibling, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-03 18:12 UTC (permalink / raw)
  To: cygwin

> "during user-initiated shutdowns, the kernel, drivers, and services are
> preserved and restored, not just restarted."

Which was why I specifically used "shutdown /r", which is:

    /r         Full shutdown and restart the computer.

We've been advised by our admins that this command does a true and
full restart of the system, including all the kernel parts of it.

> You may want to check with your AD server admins about this possibility.

I decided to restart my computer on Saturday, while the password had been changed
Thursday afternoon.  Meanwhile I was perfectly able to actually _use_ my new password
to unlock that very same Windows host, and login to different hosts (as soon as the
new password was set, and before as well as after the reboot of my work PC).
So the caching theory is not quite substantiated, IMO.

> You may want to check with your AD server admins about this possibility.

I did!  And they said: "no new policies were added and no current policies were changed".

I repeat it again:  my new password was working everywhere I needed to enter
it to gain access to a system, including this very PC, whose Cygwin Terminal
stopped working all of a sudden.

If cygserver does cache the AD information, especially kind of information that is
known to be volatile, that cache should have a reasonable refresh time, and to be
invalidated as stale after the expiration, so it can be re-fetched from the source.
Consider DNS as one such working examples.

> I would have to make any assumptions that could be spurious

Your asking about Cygwin Setup, specifically, appeared to be quite spurious to me,
in the light of this issue here.

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-03 15:50                     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-03 17:24                       ` Brian Inglis
  2021-08-03 18:12                         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-04 10:03                         ` Andrey Repin
  0 siblings, 2 replies; 29+ messages in thread
From: Brian Inglis @ 2021-08-03 17:24 UTC (permalink / raw)
  To: cygwin

On 2021-08-03 09:50, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
>> You were "upgrading" your domain account AD data cached by cygserver.
> 
> I restarted my PC at some point with "shutdown /r"  -- I have no idea how
> cygserver can preserve its caching across this.  It's not a "fast restart".

If Fast Startup is enabled, system data could be retained, such as 
domain and/or account data, depending on the system components and 
drivers involved; it's not well documented:

https://docs.microsoft.com/en-us/windows-hardware/test/weg/delivering-a-great-startup-and-shutdown-experience 


"during user-initiated shutdowns, the kernel, drivers, and services are 
preserved and restored, not just restarted."

> The system restart did not help.

It is also possible then that there could be a problem with AD domain 
account information propagation delays, or retention of registry 
information, such that cygserver was reloaded with the same outdated 
data it had on shutdown, if your updated account information had not yet 
had sufficient time to be persisted to the ADC and propagated back.
You may want to check with your AD server admins about this possibility.

> I'd really appreciate if you could _read_ my messages before replying.
> It creates a lot of noise on the list for no reason, and it's not being
> helpful either to me or others.  Thank you for being considerate!

Your assumption is incorrect, as I carefully reread any message before 
deciding if a reply could be helpful, and I would have to make any 
assumptions that could be spurious, recheck the thread contents while 
replying to avoid making any assumptions, and cross-check what I want to 
say with information sources.
Please consider that we each have different experience that colours how 
we approach and address issues, which is why diverse project teams are 
advantageous for best and sometimes quickest responses.

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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-03 15:23                   ` Brian Inglis
@ 2021-08-03 15:50                     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-03 17:24                       ` Brian Inglis
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-03 15:50 UTC (permalink / raw)
  To: cygwin

> You were "upgrading" your domain account AD data cached by cygserver.

I restarted my PC at some point with "shutdown /r"  -- I have no idea how
cygserver can preserve its caching across this.  It's not a "fast restart".

The system restart did not help.

I'd really appreciate if you could _read_ my messages before replying.
It creates a lot of noise on the list for no reason, and it's not being
helpful either to me or others.  Thank you for being considerate!

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-03  1:47                 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-03 15:23                   ` Brian Inglis
  2021-08-03 15:50                     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 1 reply; 29+ messages in thread
From: Brian Inglis @ 2021-08-03 15:23 UTC (permalink / raw)
  To: cygwin

On 2021-08-02 19:47, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
>> How do you install and upgrade Cygwin and Packages?
> 
> Why? I wasn't upgrading anything this time. But when I need to 
> upgrade, I create a ticket for admins to stop cygserver, then I
> update all the files, and then I create a ticket to restart the
> service. (BTW, Setup won't be able to complete and update cygwin1.dll
> if anything of Cygwin is still running -- so it's hard to miss.)

You were "upgrading" your domain account AD data cached by cygserver.

If access to make changes to executables live fails, Cygwin Setup will 
arrange for the changes to be made when the system next restarts.

> Everything worked prior to my password change (and that was the
> _only_ thing that I was changing, not packages). After that
> I was unable to start Cygwin Terminal (it blinked "This account is 
> currently not available" at me, and closed immediately).
> I rebooted the machine, to no avail.

As Corinna suggested, your system may be set up for "Fast Restart" or 
whatever it is now labelled, which may play "fast and loose" with the 
idea of terminating and restarting system, service, and user processes.

> "cygcheck" was showing broken output for one of my secondary group 
> name. "id" was showing numeric user / group (nothing broken, though).
> "strace" for "id" showed it consulted cygserver. >
> When admin stopped cygserver, right away I was able to start the 
> terminal again (without even any need to re-login, let alone to
> reboot). >
> It was all described previously in my emails to this list.
> 
> The thing is that I _need_ cygserver because I use shared memory.
> So I will have to ask admin to restart, eventually.

Cygserver also caches Cygwin process and user account data, including 
local SAM and *domain* account data (speeds up all AD data accesses), so 
it is possible that could mess you up.

You might want to make your admins aware of possible issues, and any 
time you or they are going to change any domain data including accounts, 
passwords, or structure, that could affect or that matter to Cygwin 
processes on that system, tell each other, so you can stop Cygwin 
processes and they can stop cygserver, before any changes, and restart 
cygserver after.

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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-03 11:24           ` Corinna Vinschen
@ 2021-08-03 15:07             ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 0 replies; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-03 15:07 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

> Apart from changing your password, is it possible that your admins changed some sort of
> domain security settings?  Apparently some OS calls fail for cygserver running under the SYSTEM account.
> You should really check with your admins here first.

I am sure nothing was changed at the domain level -- it's a rather big org here, so doing so
would have stirred a lot of confusion.  People change their passwords all the time, and
last Thursday's afternoon was my turn.  That's all.  But I'll double check with them, to make sure.

> Hopefully this gives us some hint as to the cause of your problem.

Thanks!  I'll follow your instructions, but I guess for that I have to have elevated privs
to strace cygserver.  I see what I can do here on my work PC about this matter.

Meanwhile, I noticed some discrepancies with my user IDs that were reported while
I was locked out of my Cygwin terminal (and cygserver running), with that they are
reported now, when everything appears to work correctly (and cygserver is stopped).

Cygcheck.exe:  with cygserver running (note missing closing parentheses for numeric +User and +Group,
and some garbage "mote Desktop Users)"):

Output from C:\cygwin64\bin\id.exe
UID: 1050182(NCBI_NT+User(1606)
GID: 1050182 groups=1050182,1049089(NCBI_NT+Group(513)
mote Desktop Users)
555(Remote Desktop Users)
545(Users)
...

Cygcheck.exe:  after cygserver was stopped:

Output from C:\Cygwin64\bin\id.exe
UID: 1050182(lavr)
GID: 1049089(Domain Users)
1049089(Domain Users)
555(Remote Desktop Users)
545(Users)
...


NOTE that my primary GID was wrong -- as it was actually my UID, numerically!


Standalone id.exe confirms that.

With cygserver running the output was:
uid=1050182(NCBI_NT+User(1606)) gid=1050182 groups=1050182,1049089(NCBI_NT+Group(513)),555(Remote Desktop Users),...

After it was stopped:
uid=1050182(lavr) gid=1049089(Domain Users) groups=1049089(Domain Users),555(Remote Desktop Users),...


IDK but it seems like cygserver was doing something very wrong to stuff my UID into my GID
(cygcheck was also somehow confused to mess the output in that case).

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-02 18:31         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 20:58           ` Brian Inglis
@ 2021-08-03 11:24           ` Corinna Vinschen
  2021-08-03 15:07             ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  1 sibling, 1 reply; 29+ messages in thread
From: Corinna Vinschen @ 2021-08-03 11:24 UTC (permalink / raw)
  To: cygwin

On Aug  2 18:31, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
> > I'll follow up once I have the output you've requested.
> 
> Well, my Systems people stopped cygserver for me, and I was able to open the "Cygwin64 terminal" without problems...  The machine wasn't rebooted, re-login'ed, nothing.
> 
> So cygserver was the culprit?

Looks like it.  Hard to say what problem it has.  Apart from changing
your password, is it possible that your admins changed some sort of
domain security settings?  Apparently some OS calls fail for cygserver
running under the SYSTEM account.  You should really check with your
admins here first.

If that doesn't give a lead, you'll have to debug cygserver.  Debugging
cygserver to see an error message from the OS calls is a bit tricky.
Start the cygserver service, then start an elevated CMD shell and from
inside the CMD shell:

  tasklist /fi "imagename eq cygserver*"

You the PID in a call to strace:

  strace -p <PID> -o cygserver.out

Next, open a another CMD window, start Cygwin's `id' tool once and then
perform a taskkill on strace.

Hopefully this gives us some hint as to the cause of your problem.


Corinna

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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-03  0:38               ` Brian Inglis
@ 2021-08-03  1:47                 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-03 15:23                   ` Brian Inglis
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-03  1:47 UTC (permalink / raw)
  To: cygwin

> How do you install and upgrade Cygwin and Packages?

Why?  I wasn't upgrading anything this time.  But when I need to upgrade, I create a ticket for admins to stop cygserver,
then I update all the files, and then I create a ticket to restart the service.  (BTW, Setup won't be able to complete
and update cygwin1.dll if anything of Cygwin is still running -- so it's hard to miss.)

Everything worked prior to my password change (and that was the _only_ thing that I was changing, not packages).  After that
I was unable to start Cygwin Terminal (it blinked "This account is currently not available" at me, and closed immediately).
I rebooted the machine, to no avail.

"cygcheck" was showing broken output for one of my secondary group name.  "id" was showing numeric user / group (nothing broken,
though).  "strace" for "id" showed it consulted cygserver.

When admin stopped cygserver, right away I was able to start the terminal again (without even any need to re-login,
let alone to reboot).

It was all described previously in my emails to this list.

The thing is that I _need_ cygserver because I use shared memory.  So I will have to ask admin to restart, eventually.

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-02 21:38             ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-03  0:38               ` Brian Inglis
  2021-08-03  1:47                 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 1 reply; 29+ messages in thread
From: Brian Inglis @ 2021-08-03  0:38 UTC (permalink / raw)
  To: cygwin

On 2021-08-02 15:38, Anton Lavrentiev wrote:
>> All Cygwin services need to be shut down prior to running Cygwin Setup

> Huh? Where Cygwin Setup is coming from? I don't understand what you are talking about.

How do you install and upgrade Cygwin and Packages?

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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02 21:21       ` Andrey Repin
@ 2021-08-02 21:39         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 0 replies; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 21:39 UTC (permalink / raw)
  To: cygwin

> I asked this in case something like cygserver was running, or that your user
> SID had changed in the meantime (f.e. due to domain migration).
> That would actually require a proper reboot.

No domain migration, just a password change.  It was properly rebooted, nonetheless.

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02 20:58           ` Brian Inglis
@ 2021-08-02 21:38             ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-03  0:38               ` Brian Inglis
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 21:38 UTC (permalink / raw)
  To: cygwin

> All Cygwin services need to be shut down prior to running Cygwin Setup

Huh?  Where Cygwin Setup is coming from?  I don't understand what you are talking about.

Anton Lavrentiev
Contractor NIH/NLM/NCBI

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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-02 15:20     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-02 21:21       ` Andrey Repin
  2021-08-02 21:39         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 1 reply; 29+ messages in thread
From: Andrey Repin @ 2021-08-02 21:21 UTC (permalink / raw)
  To: Lavrentiev, Anton (NIH/NLM/NCBI) [C], cygwin

Greetings, Lavrentiev, Anton (NIH/NLM/NCBI) [C]!

>> > Did you reboot your system since password change? I mean proper reboot, not
>> 
>> It was properly rebooted with "shutdown /r"
>>

> But TBH, I did this out of lack of anything else:  I don't think a reboot should be necessary when a password
> is changing.  Nothing else on the machine was required to reboot it:

That's generally true, as at most you'd have to re-login to make network cache
update.
I asked this in case something like cygserver was running, or that your user
SID had changed in the meantime (f.e. due to domain migration).
That would actually require a proper reboot.

> Outlook just re-asked for the new password
> after some time, but everything else kept working except for "Cygwin64 terminal"...


-- 
With best regards,
Andrey Repin
Tuesday, August 3, 2021 0:19:18

Sorry for my terrible english...


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-02 18:31         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-02 20:58           ` Brian Inglis
  2021-08-02 21:38             ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-03 11:24           ` Corinna Vinschen
  1 sibling, 1 reply; 29+ messages in thread
From: Brian Inglis @ 2021-08-02 20:58 UTC (permalink / raw)
  To: cygwin

On 2021-08-02 12:31, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
>> I'll follow up once I have the output you've requested.
> 
> Well, my Systems people stopped cygserver for me, and I was able to open the "Cygwin64 terminal" without problems...  The machine wasn't rebooted, re-login'ed, nothing.
> 
> So cygserver was the culprit?
> 
> When I run id now, I get it all correctly, from both that very terminal:
> 
> $ id
> uid=1050182(lavr) gid=1049089(Domain Users) groups=1049089(Domain Users),555(Remote Desktop Users),545(Users),559(Performance Log Users),14(REMOTE INTERACTIVE LOGON),4(INTERACTIVE)....
> 
> and also from "bash" that I used to start from "cmd.exe" (when the terminal wouldn't open up):
> 
> C:\Windows\System32>cd \cygwin64\bin
> 
> C:\Cygwin64\bin>bash
> 
> lavr@NCBIPC9135 /usr/bin
> $ id
> uid=1050182(lavr) gid=1049089(Domain Users) groups=1049089(Domain Users),555(Remote Desktop Users),545(Users),559(Performance Log Users),14(REMOTE INTERACTIVE LOGON),4(INTERACTIVE),11(Authenticated Users),15(This Organization),4095(CurrentSession)...
> 
> Also note that my prompt is not showing anything numeric anymore...
> 
> Any clues?

All Cygwin services need to be shut down prior to running Cygwin Setup 
and they need to be restarted after Cygwin Setup completes successfully.

If Cygwin services are running while Cygwin Setup is running, Cygwin 
components in use can not be updated, and you should get a Restart to 
update prompt.

If you can not control the services, you should not run Setup: it should 
all be packaged into a script run elevated by those who have control.

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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02 16:49       ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-02 18:31         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 20:58           ` Brian Inglis
  2021-08-03 11:24           ` Corinna Vinschen
  0 siblings, 2 replies; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 18:31 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

> I'll follow up once I have the output you've requested.

Well, my Systems people stopped cygserver for me, and I was able to open the "Cygwin64 terminal" without problems...  The machine wasn't rebooted, re-login'ed, nothing.

So cygserver was the culprit?

When I run id now, I get it all correctly, from both that very terminal:

$ id
uid=1050182(lavr) gid=1049089(Domain Users) groups=1049089(Domain Users),555(Remote Desktop Users),545(Users),559(Performance Log Users),14(REMOTE INTERACTIVE LOGON),4(INTERACTIVE)....

and also from "bash" that I used to start from "cmd.exe" (when the terminal wouldn't open up):

C:\Windows\System32>cd \cygwin64\bin

C:\Cygwin64\bin>bash

lavr@NCBIPC9135 /usr/bin
$ id
uid=1050182(lavr) gid=1049089(Domain Users) groups=1049089(Domain Users),555(Remote Desktop Users),545(Users),559(Performance Log Users),14(REMOTE INTERACTIVE LOGON),4(INTERACTIVE),11(Authenticated Users),15(This Organization),4095(CurrentSession)...

Also note that my prompt is not showing anything numeric anymore...

Any clues?

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02 16:30     ` Corinna Vinschen
@ 2021-08-02 16:49       ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 18:31         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 16:49 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

> Oops.  Running cygserver is counter-productive in this case.  The actual
> fetching of user and group data will then occur inside cygserver and
> nothing of import will show up in the trace output.

Hmmm..  I'll see what I can do (because it's run with admin privs, which I don't have -- have to
create a trouble ticket to have it stopped).  Nothing else of Cygwin is running on this machine, BTW.

I'll follow up once I have the output you've requested.

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-02 15:12   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-02 16:30     ` Corinna Vinschen
  2021-08-02 16:49       ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 1 reply; 29+ messages in thread
From: Corinna Vinschen @ 2021-08-02 16:30 UTC (permalink / raw)
  To: cygwin

On Aug  2 15:12, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
> id output, unlike when it posted broken in cygcheck's output as noted
> previously, seems unbroken, still with numeric user id:
> 
> uid=1050182(NCBI_NT+User(1606)) gid=1050182
> groups=1050182,1049089(NCBI_NT+Group(513)),555(Remote Desktop
> XYZ14),545(XYZ14),559(Performance Log XYZ14),14(REMOTE INTERACTIVE
> LOGON),4(INTERACTIVE),11(Authenticated XYZ14),15(This
> Organization),4095(CurrentSession),66048(LOCAL),1055696(XYZ0),1055814(XYZ1),1059871(XYZ2),1075845(XYZ3),1055694(XYZ4),1058328(XYZ5),1076430(XYZ6),1049837(XYZ7),1054487(XYZ8),1058337(XYZ9),1079855(XYZ10),1073550(XYZ11),1054490(XYZ12),1085362(XYZ13
> XYZ14),1055672(XYZ15),1055702(XYZ16),1053394(XYZ17),1055703(XYZ18),70145(XYZ19
> XYZ20 XYZ21 XYZ22),1083944(XYZ23),401408(XYZ24 XYZ25 XYZ26)
> 
> The corresponding id.strace file (the command was
> "C:\Cygwin64\bin>strace -m all -n -o id.strace id > id.out") is below.
> 
> Note that the automated sanitizing replaced "Users" with XYZ14 in
> there (as it did in the id output itself), but I could not find any
> numeric->group conversions in the strace output.  Noticed also that it
> was seemingly trying to connect to cygserver, not sure if that was
> successful, but cygserver is up and running:
> 
> C:\Cygwin64\bin>cygrunsrv -L
> cygserver
> 
> Like I also noted before, I rebooted my machine, so cygserver (if
> anything caching) had been restarted afresh after my password change.

Oops.  Running cygserver is counter-productive in this case.  The actual
fetching of user and group data will then occur inside cygserver and
nothing of import will show up in the trace output.

Can you please stop all Cygwin processes, including cygserver, then
open a Windows Command Prompt, and run

  cd C:\cygwin64\bin
  strace -o id.out id

again?


Thanks,
Corinna

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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02 15:14   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-02 15:20     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 21:21       ` Andrey Repin
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 15:20 UTC (permalink / raw)
  To: cygwin

> > Did you reboot your system since password change? I mean proper reboot, not
> 
> It was properly rebooted with "shutdown /r"
>

But TBH, I did this out of lack of anything else:  I don't think a reboot should be necessary when a password
is changing.  Nothing else on the machine was required to reboot it:  Outlook just re-asked for the new password
after some time, but everything else kept working except for "Cygwin64 terminal"...

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02  8:06 ` Corinna Vinschen
  2021-08-02 15:12   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-02 15:16   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  1 sibling, 0 replies; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 15:16 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

> Is NCBI_NT the primary domain of the machine as well?  I. e., is the machine in the same domain as your user account?

Yes, AFAIK.  Is it the both the primary domain of the host and my account.

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02 14:59 ` Andrey Repin
@ 2021-08-02 15:14   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 15:20     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 15:14 UTC (permalink / raw)
  To: cygwin

> Did you reboot your system since password change? I mean proper reboot, not

It was properly rebooted with "shutdown /r"

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* RE: Unable to start Cygwin64 terminal after password change
  2021-08-02  8:06 ` Corinna Vinschen
@ 2021-08-02 15:12   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 16:30     ` Corinna Vinschen
  2021-08-02 15:16   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  1 sibling, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-02 15:12 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

id output, unlike when it posted broken in cygcheck's output as noted previously, seems unbroken,
still with numeric user id:

uid=1050182(NCBI_NT+User(1606)) gid=1050182 groups=1050182,1049089(NCBI_NT+Group(513)),555(Remote Desktop XYZ14),545(XYZ14),559(Performance Log XYZ14),14(REMOTE INTERACTIVE LOGON),4(INTERACTIVE),11(Authenticated XYZ14),15(This Organization),4095(CurrentSession),66048(LOCAL),1055696(XYZ0),1055814(XYZ1),1059871(XYZ2),1075845(XYZ3),1055694(XYZ4),1058328(XYZ5),1076430(XYZ6),1049837(XYZ7),1054487(XYZ8),1058337(XYZ9),1079855(XYZ10),1073550(XYZ11),1054490(XYZ12),1085362(XYZ13 XYZ14),1055672(XYZ15),1055702(XYZ16),1053394(XYZ17),1055703(XYZ18),70145(XYZ19 XYZ20 XYZ21 XYZ22),1083944(XYZ23),401408(XYZ24 XYZ25 XYZ26)

The corresponding id.strace file (the command was "C:\Cygwin64\bin>strace -m all -n -o id.strace id > id.out") is below.

Note that the automated sanitizing replaced "Users" with XYZ14 in there (as it did in the id output itself), but I could not find any numeric->group
conversions in the strace output.  Noticed also that it was seemingly trying to connect to cygserver, not sure if that was successful, but cygserver
is up and running:

C:\Cygwin64\bin>cygrunsrv -L
cygserver

Like I also noted before, I rebooted my machine, so cygserver (if anything caching) had been restarted afresh after my password change.

Strace of id:

--- Process 18708 created
--- Process 18708 loaded C:\Windows\System32\ntdll.dll at 00007ffcdf9a0000
--- Process 18708 loaded C:\Windows\System32\kernel32.dll at 00007ffcde320000
--- Process 18708 loaded C:\Windows\System32\KernelBase.dll at 00007ffcdca20000
--- Process 18708 thread 4840 created
--- Process 18708 thread 6440 created
--- Process 18708 loaded C:\Cygwin64\bin\cygintl-8.dll at 00000003ebb00000
--- Process 18708 loaded C:\Cygwin64\bin\cygwin1.dll at 0000000180040000
--- Process 18708 thread 9408 created
--- Process 18708 loaded C:\Cygwin64\bin\cygiconv-2.dll at 00000003ebdc0000
    0       0 [main] id (18708) **********************************************
  201     201 [main] id (18708) Program name: C:\Cygwin64\bin\id.exe (windows pid 18708)
 1532    1733 [main] id (18708) OS version:   Windows NT-10.0
   93    1826 [main] id (18708) **********************************************
--- Process 18708 loaded C:\Windows\System32\advapi32.dll at 00007ffcdf110000
--- Process 18708 loaded C:\Windows\System32\msvcrt.dll at 00007ffcde4c0000
--- Process 18708 loaded C:\Windows\System32\sechost.dll at 00007ffcde280000
--- Process 18708 loaded C:\Windows\System32\rpcrt4.dll at 00007ffcdde90000
--- Process 18708 loaded C:\Windows\System32\cryptbase.dll at 00007ffcdc260000
--- Process 18708 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffcdd9c0000
 4542    6368 [main] id (18708) sigprocmask: 0 = sigprocmask (0, 0x0, 0x180333190)
  913    7281 [main] id (18708) open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x104, *m 6
  108    7389 [main] id (18708) user_heap_info::init: heap base 0x800000000, heap top 0x800000000, heap size 0x20000000 (536870912)
  139    7528 [main] id (18708) open_shared: name S-1-5-21-2137354491-1741569864-122644288-1606.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0x100, *m 6
   89    7617 [main] id (18708) user_info::create: opening user shared for 'S-1-5-21-2137354491-1741569864-122644288-1606' at 0x180020000
   91    7708 [main] id (18708) user_info::create: user shared version 0
  141    7849 [main] id (18708) fhandler_pipe::create: name \\.\pipe\cygwin-e022582115c10879-18708-sigwait, size 11440, mode PIPE_TYPE_MESSAGE
   79    7928 [main] id (18708) fhandler_pipe::create: pipe read handle 0x11C
   79    8007 [main] id (18708) fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-e022582115c10879-18708-sigwait
   97    8104 [main] id (18708) fhandler_pipe::create: pipe write handle 0x120
   89    8193 [main] id (18708) dll_crt0_0: finished dll_crt0_0 initialization
--- Process 18708 thread 9824 created
  544    8737 [sig] id (18708) wait_sig: entering ReadFile loop, my_readsig 0x11C, my_sendsig 0x120
  235    8972 [main] id (18708) time: 1627916384 = time(0x0)
  157    9129 [main] id (18708) normalize_win32_path: C:\Cygwin64 = normalize_win32_path (\??\C:\Cygwin64)
   38    9167 [main] id (18708) normalize_posix_path: src /
   33    9200 [main] id (18708) normalize_posix_path: / = normalize_posix_path (/)
   34    9234 [main] id (18708) mount_info::add_item: \??\C:\Cygwin64[C:\Cygwin64], /[/], 0x30008
   43    9277 [main] id (18708) mount_info::from_fstab: Try to read mounts from \??\C:\Cygwin64\etc\fstab
  184    9461 [main] id (18708) normalize_win32_path: C:\Cygwin64\bin = normalize_win32_path (C:\Cygwin64\bin)
   34    9495 [main] id (18708) normalize_posix_path: src /usr/bin
   36    9531 [main] id (18708) normalize_posix_path: /usr/bin = normalize_posix_path (/usr/bin)
   33    9564 [main] id (18708) mount_info::add_item: C:\Cygwin64\bin[C:\Cygwin64\bin], /usr/bin[/usr/bin], 0x20008
   35    9599 [main] id (18708) normalize_win32_path: C:\Cygwin64\lib = normalize_win32_path (C:\Cygwin64\lib)
   35    9634 [main] id (18708) normalize_posix_path: src /usr/lib
   41    9675 [main] id (18708) normalize_posix_path: /usr/lib = normalize_posix_path (/usr/lib)
   41    9716 [main] id (18708) mount_info::add_item: C:\Cygwin64\lib[C:\Cygwin64\lib], /usr/lib[/usr/lib], 0x20008
  214    9930 [main] id (18708) transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  299   10229 [main] id (18708) transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  221   10450 [main] id (18708) mount_info::from_fstab: Try to read mounts from \??\C:\Cygwin64\etc\fstab.d\NCBI_NT+User(1606)
  365   10815 [main] id (18708) mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin64\bin, 0x0, no-add-slash)
   60   10875 [main] id (18708) normalize_win32_path: C:\Cygwin64\bin = normalize_win32_path (C:\Cygwin64\bin)
   86   10961 [main] id (18708) mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\Cygwin64\bin)
  110   11071 [main] id (18708) sigprocmask: 0 = sigprocmask (0, 0x0, 0x800018130)
  169   11240 [main] id (18708) _cygwin_istext_for_stdio: fd 0: not open
   37   11277 [main] id (18708) _cygwin_istext_for_stdio: fd 1: not open
   35   11312 [main] id (18708) _cygwin_istext_for_stdio: fd 2: not open
  120   11432 [main] id (18708) open_shared: name cygpid.853, n 853, shared 0x180010000 (wanted 0x180010000), h 0x14C, *m 2
   39   11471 [main] id (18708) time: 1627916384 = time(0x0)
   53   11524 [main] id 853 pinfo::thisproc: myself dwProcessId 18708
   55   11579 [main] id 853 environ_init: GetEnvironmentStrings returned 0xF5F40
  116   11695 [main] id 853 win32env_to_cygenv: 0x8000284F0: !::=::\
   61   11756 [main] id 853 win32env_to_cygenv: 0x800028510: !C:=C:\Cygwin64\bin
   59   11815 [main] id 853 win32env_to_cygenv: 0x800028530: !ExitCode=00000000
   66   11881 [main] id 853 win32env_to_cygenv: 0x800028550: ADVISOR_2018_DIR=C:\Program Files (x86)\IntelSWTools\Advisor 2018\
   61   11942 [main] id 853 win32env_to_cygenv: 0x8000285A0: ADVISOR_2019_DIR=C:\Program Files (x86)\IntelSWTools\Advisor 2019\
   61   12003 [main] id 853 win32env_to_cygenv: 0x8000285F0: ALLUSERSPROFILE=C:\ProgramData
   59   12062 [main] id 853 win32env_to_cygenv: 0x800028620: APPDATA=C:\XYZ14\lavr\AppData\Roaming
   58   12120 [main] id 853 win32env_to_cygenv: 0x800028650: BLASTDB=\\snowman\blast\db\blast
   60   12180 [main] id 853 win32env_to_cygenv: 0x800028680: CLIENTNAME=ANTON
   59   12239 [main] id 853 win32env_to_cygenv: 0x8000286A0: COMMONPROGRAMFILES=C:\Program Files\Common Files
   60   12299 [main] id 853 win32env_to_cygenv: 0x8000286E0: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
   59   12358 [main] id 853 win32env_to_cygenv: 0x800028730: CommonProgramW6432=C:\Program Files\Common Files
   59   12417 [main] id 853 win32env_to_cygenv: 0x800028770: COMPUTERNAME=NCBIPC9135
   60   12477 [main] id 853 win32env_to_cygenv: 0x800028790: COMSPEC=C:\WINDOWS\system32\cmd.exe
   59   12536 [main] id 853 win32env_to_cygenv: 0x8000287C0: CV_Instance001=C:\Program Files\CommVault\Simpana\Base
   66   12602 [main] id 853 parse_options: glob (called func)
   63   12665 [main] id 853 parse_options: returning
   34   12699 [main] id 853 win32env_to_cygenv: 0x800028800: CYGWIN=noglob nodosfilewarning 
   60   12759 [main] id 853 win32env_to_cygenv: 0x800028850: DriverData=C:\Windows\System32\Drivers\DriverData
   60   12819 [main] id 853 win32env_to_cygenv: 0x800028890: HOMEDRIVE=U:
   66   12885 [main] id 853 win32env_to_cygenv: 0x8000288B0: HOMEPATH=\
   61   12946 [main] id 853 win32env_to_cygenv: 0x8000288D0: HOMESHARE=\\snowman\lavr
   60   13006 [main] id 853 win32env_to_cygenv: 0x800028900: ICPP_COMPILER18=C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018.1.156\windows\
   60   13066 [main] id 853 win32env_to_cygenv: 0x800028970: ICPP_COMPILER19=C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.1.144\windows\
   58   13124 [main] id 853 win32env_to_cygenv: 0x8000289E0: INSPECTOR_2018_DIR=C:\Program Files (x86)\IntelSWTools\Inspector 2018\
   60   13184 [main] id 853 win32env_to_cygenv: 0x800028A30: INSPECTOR_2019_DIR=C:\Program Files (x86)\IntelSWTools\Inspector 2019\
   59   13243 [main] id 853 win32env_to_cygenv: 0x800028A80: INTELGTDEBUGGERROOT=C:\Program Files (x86)\IntelSWTools\debugger_2018\gdb\intel64_igfx\
   59   13302 [main] id 853 win32env_to_cygenv: 0x800028AE0: INTEL_DEV_REDIST=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\
  111   13413 [main] id 853 win32env_to_cygenv: 0x800028B40: INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses
   60   13473 [main] id 853 win32env_to_cygenv: 0x800028B90: LOCALAPPDATA=C:\XYZ14\lavr\AppData\Local
   56   13529 [main] id 853 win32env_to_cygenv: 0x800028BD0: LOGONSERVER=\\NCBIDC32
   57   13586 [main] id 853 win32env_to_cygenv: 0x800028BF0: MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\compiler\lib\intel64_win_mic
   57   13643 [main] id 853 win32env_to_cygenv: 0x800028C70: MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin\
   56   13699 [main] id 853 win32env_to_cygenv: 0x800028CB0: NCBI=\\snowman\win-coremake
   56   13755 [main] id 853 win32env_to_cygenv: 0x800028CE0: NUMBER_OF_PROCESSORS=8
   57   13812 [main] id 853 win32env_to_cygenv: 0x800028D00: OneDrive=C:\XYZ14\lavr\OneDrive
   68   13880 [main] id 853 win32env_to_cygenv: 0x800028D30: OS=Windows_NT
   86   13966 [main] id 853 getwinenv: can't set native for PATH= since no environ yet
   72   14038 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\VanDyke Software\Clients, 0x10000100, no-add-slash)
   34   14072 [main] id 853 normalize_win32_path: C:\Program Files\VanDyke Software\Clients = normalize_win32_path (C:\Program Files\VanDyke Software\Clients)
   35   14107 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/VanDyke Software/Clients = conv_to_posix_path (C:\Program Files\VanDyke Software\Clients)
   37   14144 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt, 0x10000100, no-add-slash)
   44   14188 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt = normalize_win32_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt)
   36   14224 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt = conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt)
   41   14265 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt, 0x10000100, no-add-slash)
   35   14300 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt = normalize_win32_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt)
   35   14335 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt = conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt)
   34   14369 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler, 0x10000100, no-add-slash)
   34   14403 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler = normalize_win32_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler)
   35   14438 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler = conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler)
   34   14472 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler, 0x10000100, no-add-slash)
   35   14507 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler = normalize_win32_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler)
   37   14544 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler = conv_to_posix_path (C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler)
   36   14580 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\CollabNet\Subversion Client, 0x10000100, no-add-slash)
   34   14614 [main] id 853 normalize_win32_path: C:\Program Files (x86)\CollabNet\Subversion Client = normalize_win32_path (C:\Program Files (x86)\CollabNet\Subversion Client)
   40   14654 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/CollabNet/Subversion Client = conv_to_posix_path (C:\Program Files (x86)\CollabNet\Subversion Client)
   37   14691 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Common Files\Oracle\Java\javapath, 0x10000100, no-add-slash)
   34   14725 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Common Files\Oracle\Java\javapath = normalize_win32_path (C:\Program Files (x86)\Common Files\Oracle\Java\javapath)
   34   14759 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath = conv_to_posix_path (C:\Program Files (x86)\Common Files\Oracle\Java\javapath)
   34   14793 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\CVSNT, 0x10000100, no-add-slash)
   34   14827 [main] id 853 normalize_win32_path: C:\Program Files (x86)\CVSNT = normalize_win32_path (C:\Program Files (x86)\CVSNT)
   46   14873 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/CVSNT = conv_to_posix_path (C:\Program Files (x86)\CVSNT)
   37   14910 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Microsoft MPI\Bin, 0x10000100, no-add-slash)
   35   14945 [main] id 853 normalize_win32_path: C:\Program Files\Microsoft MPI\Bin = normalize_win32_path (C:\Program Files\Microsoft MPI\Bin)
   35   14980 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft MPI/Bin = conv_to_posix_path (C:\Program Files\Microsoft MPI\Bin)
   37   15017 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Perl64\site\bin, 0x10000100, no-add-slash)
   35   15052 [main] id 853 normalize_win32_path: C:\Program Files\Perl64\site\bin = normalize_win32_path (C:\Program Files\Perl64\site\bin)
   34   15086 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Perl64/site/bin = conv_to_posix_path (C:\Program Files\Perl64\site\bin)
   35   15121 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Perl64\bin, 0x10000100, no-add-slash)
   33   15154 [main] id 853 normalize_win32_path: C:\Program Files\Perl64\bin = normalize_win32_path (C:\Program Files\Perl64\bin)
   35   15189 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Perl64/bin = conv_to_posix_path (C:\Program Files\Perl64\bin)
   34   15223 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn, 0x10000100, no-add-slash)
   34   15257 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn = normalize_win32_path (C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn)
   35   15292 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn = conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn)
   35   15327 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn, 0x10000100, no-add-slash)
   34   15361 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn = normalize_win32_path (C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn)
   79   15440 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn = conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn)
   36   15476 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn, 0x10000100, no-add-slash)
   34   15510 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn = normalize_win32_path (C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn)
   35   15545 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn = conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn)
   34   15579 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio, 0x10000100, no-add-slash)
   34   15613 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio = normalize_win32_path (C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio)
   35   15648 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio = conv_to_posix_path (C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio)
   35   15683 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\WebEx\Productivity Tools, 0x10000100, no-add-slash)
   34   15717 [main] id 853 normalize_win32_path: C:\Program Files (x86)\WebEx\Productivity Tools = normalize_win32_path (C:\Program Files (x86)\WebEx\Productivity Tools)
   35   15752 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/WebEx/Productivity Tools = conv_to_posix_path (C:\Program Files (x86)\WebEx\Productivity Tools)
   35   15787 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit, 0x10000100, no-add-slash)
   34   15821 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit = normalize_win32_path (C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit)
   40   15861 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit = conv_to_posix_path (C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit)
   42   15903 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Git\cmd, 0x10000100, no-add-slash)
   35   15938 [main] id 853 normalize_win32_path: C:\Program Files\Git\cmd = normalize_win32_path (C:\Program Files\Git\cmd)
   35   15973 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Git/cmd = conv_to_posix_path (C:\Program Files\Git\cmd)
   34   16007 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\dotnet, 0x10000100, no-add-slash)
   34   16041 [main] id 853 normalize_win32_path: C:\Program Files\dotnet = normalize_win32_path (C:\Program Files\dotnet)
   34   16075 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/dotnet = conv_to_posix_path (C:\Program Files\dotnet)
   34   16109 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Microsoft DNX\Dnvm, 0x10000100, no-add-slash)
   34   16143 [main] id 853 normalize_win32_path: C:\Program Files\Microsoft DNX\Dnvm = normalize_win32_path (C:\Program Files\Microsoft DNX\Dnvm)
   34   16177 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft DNX/Dnvm = conv_to_posix_path (C:\Program Files\Microsoft DNX\Dnvm)
   34   16211 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\system32, 0x10000100, no-add-slash)
   34   16245 [main] id 853 normalize_win32_path: C:\WINDOWS\system32 = normalize_win32_path (C:\WINDOWS\system32)
   33   16278 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
   37   16315 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS, 0x10000100, no-add-slash)
   34   16349 [main] id 853 normalize_win32_path: C:\WINDOWS = normalize_win32_path (C:\WINDOWS)
   34   16383 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS = conv_to_posix_path (C:\WINDOWS)
   34   16417 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\Wbem, 0x10000100, no-add-slash)
   34   16451 [main] id 853 normalize_win32_path: C:\WINDOWS\System32\Wbem = normalize_win32_path (C:\WINDOWS\System32\Wbem)
   34   16485 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)
   34   16519 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0x10000100, no-add-slash)
   34   16553 [main] id 853 normalize_win32_path: C:\WINDOWS\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   34   16587 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   34   16621 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\WINDOWS\System32\OpenSSH, 0x10000100, no-add-slash)
   34   16655 [main] id 853 normalize_win32_path: C:\WINDOWS\System32\OpenSSH = normalize_win32_path (C:\WINDOWS\System32\OpenSSH)
   34   16689 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/WINDOWS/System32/OpenSSH = conv_to_posix_path (C:\WINDOWS\System32\OpenSSH)
   34   16723 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseSVN\bin, 0x10000100, no-add-slash)
   43   16766 [main] id 853 normalize_win32_path: C:\Program Files\TortoiseSVN\bin = normalize_win32_path (C:\Program Files\TortoiseSVN\bin)
   36   16802 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/TortoiseSVN/bin = conv_to_posix_path (C:\Program Files\TortoiseSVN\bin)
   37   16839 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Webex\Plugins, 0x10000100, no-add-slash)
   42   16881 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Webex\Plugins = normalize_win32_path (C:\Program Files (x86)\Webex\Plugins)
   48   16929 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Webex/Plugins = conv_to_posix_path (C:\Program Files (x86)\Webex\Plugins)
   36   16965 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\HID Global\ActivClient, 0x10000100, no-add-slash)
   39   17004 [main] id 853 normalize_win32_path: C:\Program Files (x86)\HID Global\ActivClient = normalize_win32_path (C:\Program Files (x86)\HID Global\ActivClient)
   36   17040 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/HID Global/ActivClient = conv_to_posix_path (C:\Program Files (x86)\HID Global\ActivClient)
   38   17078 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\HID Global\ActivClient, 0x10000100, no-add-slash)
   47   17125 [main] id 853 normalize_win32_path: C:\Program Files\HID Global\ActivClient = normalize_win32_path (C:\Program Files\HID Global\ActivClient)
   35   17160 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/HID Global/ActivClient = conv_to_posix_path (C:\Program Files\HID Global\ActivClient)
   37   17197 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\TortoiseGit\bin, 0x10000100, no-add-slash)
   36   17233 [main] id 853 normalize_win32_path: C:\Program Files\TortoiseGit\bin = normalize_win32_path (C:\Program Files\TortoiseGit\bin)
   35   17268 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/TortoiseGit/bin = conv_to_posix_path (C:\Program Files\TortoiseGit\bin)
   36   17304 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
   38   17342 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   37   17379 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   36   17415 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0x10000100, no-add-slash)
   35   17450 [main] id 853 normalize_win32_path: C:\Program Files\Intel\Intel(R) Management Engine Components\DAL = normalize_win32_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
   36   17486 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL = conv_to_posix_path (C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
   36   17522 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Incredibuild, 0x10000100, no-add-slash)
   36   17558 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Incredibuild = normalize_win32_path (C:\Program Files (x86)\Incredibuild)
   35   17593 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Incredibuild = conv_to_posix_path (C:\Program Files (x86)\Incredibuild)
   36   17629 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin64\bin, 0x10000100, no-add-slash)
   35   17664 [main] id 853 normalize_win32_path: C:\cygwin64\bin = normalize_win32_path (C:\cygwin64\bin)
   36   17700 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/cygwin64/bin = conv_to_posix_path (C:\cygwin64\bin)
   35   17735 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Apps\User_Installs\SYSINTERNALS, 0x10000100, no-add-slash)
   36   17771 [main] id 853 normalize_win32_path: C:\Apps\User_Installs\SYSINTERNALS = normalize_win32_path (C:\Apps\User_Installs\SYSINTERNALS)
   35   17806 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Apps/User_Installs/SYSINTERNALS = conv_to_posix_path (C:\Apps\User_Installs\SYSINTERNALS)
   38   17844 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps, 0x10000100, no-add-slash)
   36   17880 [main] id 853 normalize_win32_path: C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps = normalize_win32_path (C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps)
   35   17915 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps = conv_to_posix_path (C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps)
   37   17952 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (\\SNOWMAN\Win-coremake\scripts\bin, 0x10000100, no-add-slash)
   35   17987 [main] id 853 normalize_win32_path: \\SNOWMAN\Win-coremake\scripts\bin = normalize_win32_path (\\SNOWMAN\Win-coremake\scripts\bin)
   36   18023 [main] id 853 mount_info::conv_to_posix_path: //SNOWMAN/Win-coremake/scripts/bin = conv_to_posix_path (\\SNOWMAN\Win-coremake\scripts\bin)
   35   18058 [main] id 853 __set_errno: ssize_t env_PATH_to_posix(const void*, void*, size_t):4075 setting errno 36
  102   18160 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/VanDyke Software/Clients
   35   18195 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/VanDyke Software/Clients = normalize_posix_path (/cygdrive/c/Program Files/VanDyke Software/Clients)
   35   18230 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/VanDyke Software/Clients)
   42   18272 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/VanDyke Software/Clients', dst 'C:\Program Files\VanDyke Software\Clients'
   35   18307 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/VanDyke Software/Clients, dst C:\Program Files\VanDyke Software\Clients, flags 0x4020, rc 0
  132   18439 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\VanDyke Software\Clients)
   58   18497 [main] id 853 symlink_info::check: not a symlink
   64   18561 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\VanDyke Software\Clients, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   18598 [main] id 853 path_conv::check: this->path(C:\Program Files\VanDyke Software\Clients), has_acls(1)
   38   18636 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt
   35   18671 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt = normalize_posix_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt)
   36   18707 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt)
   36   18743 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt', dst 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt'
   35   18778 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt, dst C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt, flags 0x4020, rc 0
   77   18855 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt)
   47   18902 [main] id 853 symlink_info::check: not a symlink
   59   18961 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   18998 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt), has_acls(1)
   38   19036 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt
   36   19072 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt = normalize_posix_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt)
   35   19107 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt)
   36   19143 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt', dst 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt'
   35   19178 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt, dst C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt, flags 0x4020, rc 0
   70   19248 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt)
   47   19295 [main] id 853 symlink_info::check: not a symlink
   56   19351 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   19388 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt), has_acls(1)
   38   19426 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler
   35   19461 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler = normalize_posix_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler)
   68   19529 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler)
   37   19566 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler', dst 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler'
   36   19602 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler, dst C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler, flags 0x4020, rc 0
   68   19670 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler)
   46   19716 [main] id 853 symlink_info::check: not a symlink
   57   19773 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   19810 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler), has_acls(1)
   44   19854 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler
   33   19887 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler = normalize_posix_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler)
   35   19922 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler)
   37   19959 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler', dst 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler'
   35   19994 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler, dst C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler, flags 0x4020, rc 0
   67   20061 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler)
   49   20110 [main] id 853 symlink_info::check: not a symlink
   56   20166 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   20202 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler), has_acls(1)
   38   20240 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/CollabNet/Subversion Client
   35   20275 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/CollabNet/Subversion Client = normalize_posix_path (/cygdrive/c/Program Files (x86)/CollabNet/Subversion Client)
   35   20310 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/CollabNet/Subversion Client)
   36   20346 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/CollabNet/Subversion Client', dst 'C:\Program Files (x86)\CollabNet\Subversion Client'
   35   20381 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/CollabNet/Subversion Client, dst C:\Program Files (x86)\CollabNet\Subversion Client, flags 0x4020, rc 0
   68   20449 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\CollabNet\Subversion Client)
   47   20496 [main] id 853 symlink_info::check: not a symlink
   58   20554 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\CollabNet\Subversion Client, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   20591 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\CollabNet\Subversion Client), has_acls(1)
   37   20628 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath
   36   20664 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath = normalize_posix_path (/cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath)
   35   20699 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath)
   36   20735 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath', dst 'C:\Program Files (x86)\Common Files\Oracle\Java\javapath'
   35   20770 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath, dst C:\Program Files (x86)\Common Files\Oracle\Java\javapath, flags 0x4020, rc 0
   70   20840 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Common Files\Oracle\Java\javapath)
   91   20931 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Common Files\Oracle\Java\javapath_target_239937, 0x0, no-add-slash)
   65   20996 [main] id 853 normalize_win32_path: C:\Program Files (x86)\Common Files\Oracle\Java\javapath_target_239937 = normalize_win32_path (C:\Program Files (x86)\Common Files\Oracle\Java\javapath_target_239937)
   35   21031 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath_target_239937 = conv_to_posix_path (C:\Program Files (x86)\Common Files\Oracle\Java\javapath_target_239937)
   57   21088 [main] id 853 symlink_info::check: 79 = symlink.check(C:\Program Files (x86)\Common Files\Oracle\Java\javapath, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x18)
   36   21124 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Common Files\Oracle\Java\javapath), has_acls(1)
   37   21161 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/CVSNT
   35   21196 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/CVSNT = normalize_posix_path (/cygdrive/c/Program Files (x86)/CVSNT)
   35   21231 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/CVSNT)
   36   21267 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/CVSNT', dst 'C:\Program Files (x86)\CVSNT'
   35   21302 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/CVSNT, dst C:\Program Files (x86)\CVSNT, flags 0x4020, rc 0
   67   21369 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\CVSNT)
   46   21415 [main] id 853 symlink_info::check: not a symlink
   56   21471 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\CVSNT, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   21507 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\CVSNT), has_acls(1)
   37   21544 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/Microsoft MPI/Bin
   35   21579 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/Microsoft MPI/Bin = normalize_posix_path (/cygdrive/c/Program Files/Microsoft MPI/Bin)
   35   21614 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/Microsoft MPI/Bin)
   35   21649 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/Microsoft MPI/Bin', dst 'C:\Program Files\Microsoft MPI\Bin'
   35   21684 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/Microsoft MPI/Bin, dst C:\Program Files\Microsoft MPI\Bin, flags 0x4020, rc 0
   69   21753 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Microsoft MPI\Bin)
   48   21801 [main] id 853 symlink_info::check: not a symlink
   60   21861 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\Microsoft MPI\Bin, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   21897 [main] id 853 path_conv::check: this->path(C:\Program Files\Microsoft MPI\Bin), has_acls(1)
   37   21934 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/Perl64/site/bin
   35   21969 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/Perl64/site/bin = normalize_posix_path (/cygdrive/c/Program Files/Perl64/site/bin)
   36   22005 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/Perl64/site/bin)
   35   22040 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/Perl64/site/bin', dst 'C:\Program Files\Perl64\site\bin'
   35   22075 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/Perl64/site/bin, dst C:\Program Files\Perl64\site\bin, flags 0x4020, rc 0
   67   22142 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Perl64\site\bin)
   46   22188 [main] id 853 symlink_info::check: not a symlink
   56   22244 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\Perl64\site\bin, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   22280 [main] id 853 path_conv::check: this->path(C:\Program Files\Perl64\site\bin), has_acls(1)
   37   22317 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/Perl64/bin
   35   22352 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/Perl64/bin = normalize_posix_path (/cygdrive/c/Program Files/Perl64/bin)
   35   22387 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/Perl64/bin)
   36   22423 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/Perl64/bin', dst 'C:\Program Files\Perl64\bin'
   35   22458 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/Perl64/bin, dst C:\Program Files\Perl64\bin, flags 0x4020, rc 0
   67   22525 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Perl64\bin)
   46   22571 [main] id 853 symlink_info::check: not a symlink
   57   22628 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\Perl64\bin, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   22664 [main] id 853 path_conv::check: this->path(C:\Program Files\Perl64\bin), has_acls(1)
   37   22701 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn
   35   22736 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn = normalize_posix_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn)
   36   22772 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn)
   35   22807 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn', dst 'C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn'
   37   22844 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn, dst C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn, flags 0x4020, rc 0
   68   22912 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn)
   47   22959 [main] id 853 symlink_info::check: not a symlink
   56   23015 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   38   23053 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn), has_acls(1)
   39   23092 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn
   35   23127 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn = normalize_posix_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn)
   35   23162 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn)
   36   23198 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn', dst 'C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn'
   35   23233 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn, dst C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn, flags 0x4020, rc 0
   67   23300 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn)
   46   23346 [main] id 853 symlink_info::check: not a symlink
   55   23401 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   23438 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn), has_acls(1)
   37   23475 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn
   35   23510 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn = normalize_posix_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn)
   35   23545 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn)
   36   23581 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn', dst 'C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn'
   35   23616 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn, dst C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn, flags 0x4020, rc 0
   67   23683 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn)
   45   23728 [main] id 853 symlink_info::check: not a symlink
   56   23784 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   38   23822 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn), has_acls(1)
   38   23860 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio
   36   23896 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio = normalize_posix_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio)
   35   23931 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio)
   36   23967 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio', dst 'C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio'
   36   24003 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio, dst C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio, flags 0x4020, rc 0
   67   24070 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio)
   48   24118 [main] id 853 symlink_info::check: not a symlink
   57   24175 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   24212 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio), has_acls(1)
   37   24249 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/WebEx/Productivity Tools
   35   24284 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/WebEx/Productivity Tools = normalize_posix_path (/cygdrive/c/Program Files (x86)/WebEx/Productivity Tools)
   36   24320 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/WebEx/Productivity Tools)
   35   24355 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/WebEx/Productivity Tools', dst 'C:\Program Files (x86)\WebEx\Productivity Tools'
   35   24390 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/WebEx/Productivity Tools, dst C:\Program Files (x86)\WebEx\Productivity Tools, flags 0x4020, rc 0
   66   24456 [main] id 853 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools)
   36   24492 [main] id 853 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools)
   62   24554 [main] id 853 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools.exe)
   36   24590 [main] id 853 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools.exe)
   62   24652 [main] id 853 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools.lnk)
   36   24688 [main] id 853 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools.lnk)
   62   24750 [main] id 853 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools.exe.lnk)
   36   24786 [main] id 853 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Program Files (x86)\WebEx\Productivity Tools.exe.lnk)
   38   24824 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\WebEx\Productivity Tools, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   44   24868 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/WebEx)
   36   24904 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/WebEx', dst 'C:\Program Files (x86)\WebEx'
   35   24939 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/WebEx, dst C:\Program Files (x86)\WebEx, flags 0x4020, rc 0
   66   25005 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\WebEx)
   45   25050 [main] id 853 symlink_info::check: not a symlink
   56   25106 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\WebEx, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   25142 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\WebEx\Productivity Tools), has_acls(1)
   37   25179 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit
   36   25215 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit = normalize_posix_path (/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit)
   35   25250 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit)
   36   25286 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit', dst 'C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit'
   36   25322 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit, dst C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit, flags 0x4020, rc 0
   69   25391 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit)
   45   25436 [main] id 853 symlink_info::check: not a symlink
   57   25493 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   25529 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit), has_acls(1)
   38   25567 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/Git/cmd
   35   25602 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/Git/cmd = normalize_posix_path (/cygdrive/c/Program Files/Git/cmd)
   35   25637 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/Git/cmd)
   35   25672 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/Git/cmd', dst 'C:\Program Files\Git\cmd'
   35   25707 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/Git/cmd, dst C:\Program Files\Git\cmd, flags 0x4020, rc 0
   67   25774 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Git\cmd)
   47   25821 [main] id 853 symlink_info::check: not a symlink
   58   25879 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\Git\cmd, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   25916 [main] id 853 path_conv::check: this->path(C:\Program Files\Git\cmd), has_acls(1)
   36   25952 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/dotnet
   36   25988 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/dotnet = normalize_posix_path (/cygdrive/c/Program Files/dotnet)
   35   26023 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/dotnet)
   35   26058 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/dotnet', dst 'C:\Program Files\dotnet'
   35   26093 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/dotnet, dst C:\Program Files\dotnet, flags 0x4020, rc 0
   66   26159 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\dotnet)
   46   26205 [main] id 853 symlink_info::check: not a symlink
   56   26261 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\dotnet, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   26297 [main] id 853 path_conv::check: this->path(C:\Program Files\dotnet), has_acls(1)
   37   26334 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/Microsoft DNX/Dnvm
   35   26369 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/Microsoft DNX/Dnvm = normalize_posix_path (/cygdrive/c/Program Files/Microsoft DNX/Dnvm)
   35   26404 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/Microsoft DNX/Dnvm)
   36   26440 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/Microsoft DNX/Dnvm', dst 'C:\Program Files\Microsoft DNX\Dnvm'
   35   26475 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/Microsoft DNX/Dnvm, dst C:\Program Files\Microsoft DNX\Dnvm, flags 0x4020, rc 0
   65   26540 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Microsoft DNX\Dnvm)
   47   26587 [main] id 853 symlink_info::check: not a symlink
   55   26642 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\Microsoft DNX\Dnvm, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   26679 [main] id 853 path_conv::check: this->path(C:\Program Files\Microsoft DNX\Dnvm), has_acls(1)
   37   26716 [main] id 853 normalize_posix_path: src /cygdrive/c/WINDOWS/system32
   37   26753 [main] id 853 normalize_posix_path: /cygdrive/c/WINDOWS/system32 = normalize_posix_path (/cygdrive/c/WINDOWS/system32)
   35   26788 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/WINDOWS/system32)
   38   26826 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/WINDOWS/system32', dst 'C:\WINDOWS\system32'
   36   26862 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/WINDOWS/system32, dst C:\WINDOWS\system32, flags 0x4020, rc 0
   67   26929 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\system32)
   45   26974 [main] id 853 symlink_info::check: not a symlink
   56   27030 [main] id 853 symlink_info::check: 0 = symlink.check(C:\WINDOWS\system32, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   27067 [main] id 853 path_conv::check: this->path(C:\WINDOWS\system32), has_acls(1)
   36   27103 [main] id 853 normalize_posix_path: src /cygdrive/c/WINDOWS
   35   27138 [main] id 853 normalize_posix_path: /cygdrive/c/WINDOWS = normalize_posix_path (/cygdrive/c/WINDOWS)
   35   27173 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/WINDOWS)
   35   27208 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/WINDOWS', dst 'C:\WINDOWS'
   35   27243 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/WINDOWS, dst C:\WINDOWS, flags 0x4020, rc 0
   67   27310 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS)
   45   27355 [main] id 853 symlink_info::check: not a symlink
   56   27411 [main] id 853 symlink_info::check: 0 = symlink.check(C:\WINDOWS, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   27448 [main] id 853 path_conv::check: this->path(C:\WINDOWS), has_acls(1)
   36   27484 [main] id 853 normalize_posix_path: src /cygdrive/c/WINDOWS/System32/Wbem
   35   27519 [main] id 853 normalize_posix_path: /cygdrive/c/WINDOWS/System32/Wbem = normalize_posix_path (/cygdrive/c/WINDOWS/System32/Wbem)
   35   27554 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/WINDOWS/System32/Wbem)
   36   27590 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/WINDOWS/System32/Wbem', dst 'C:\WINDOWS\System32\Wbem'
   35   27625 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/WINDOWS/System32/Wbem, dst C:\WINDOWS\System32\Wbem, flags 0x4020, rc 0
   65   27690 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\Wbem)
   45   27735 [main] id 853 symlink_info::check: not a symlink
   56   27791 [main] id 853 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\Wbem, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   40   27831 [main] id 853 path_conv::check: this->path(C:\WINDOWS\System32\Wbem), has_acls(1)
   37   27868 [main] id 853 normalize_posix_path: src /cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0
   35   27903 [main] id 853 normalize_posix_path: /cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0 = normalize_posix_path (/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0)
   35   27938 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0)
   36   27974 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0', dst 'C:\WINDOWS\System32\WindowsPowerShell\v1.0'
   35   28009 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0, dst C:\WINDOWS\System32\WindowsPowerShell\v1.0, flags 0x4020, rc 0
   66   28075 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\WindowsPowerShell\v1.0)
   60   28135 [main] id 853 symlink_info::check: not a symlink
   55   28190 [main] id 853 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\WindowsPowerShell\v1.0, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   28226 [main] id 853 path_conv::check: this->path(C:\WINDOWS\System32\WindowsPowerShell\v1.0), has_acls(1)
   37   28263 [main] id 853 normalize_posix_path: src /cygdrive/c/WINDOWS/System32/OpenSSH
   37   28300 [main] id 853 normalize_posix_path: /cygdrive/c/WINDOWS/System32/OpenSSH = normalize_posix_path (/cygdrive/c/WINDOWS/System32/OpenSSH)
   36   28336 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/WINDOWS/System32/OpenSSH)
   35   28371 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/WINDOWS/System32/OpenSSH', dst 'C:\WINDOWS\System32\OpenSSH'
   35   28406 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/WINDOWS/System32/OpenSSH, dst C:\WINDOWS\System32\OpenSSH, flags 0x4020, rc 0
   65   28471 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\WINDOWS\System32\OpenSSH)
   46   28517 [main] id 853 symlink_info::check: not a symlink
   56   28573 [main] id 853 symlink_info::check: 0 = symlink.check(C:\WINDOWS\System32\OpenSSH, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   28609 [main] id 853 path_conv::check: this->path(C:\WINDOWS\System32\OpenSSH), has_acls(1)
   37   28646 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/TortoiseSVN/bin
   35   28681 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/TortoiseSVN/bin = normalize_posix_path (/cygdrive/c/Program Files/TortoiseSVN/bin)
   35   28716 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/TortoiseSVN/bin)
   36   28752 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/TortoiseSVN/bin', dst 'C:\Program Files\TortoiseSVN\bin'
   35   28787 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/TortoiseSVN/bin, dst C:\Program Files\TortoiseSVN\bin, flags 0x4020, rc 0
   66   28853 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\TortoiseSVN\bin)
   45   28898 [main] id 853 symlink_info::check: not a symlink
   55   28953 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\TortoiseSVN\bin, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   28989 [main] id 853 path_conv::check: this->path(C:\Program Files\TortoiseSVN\bin), has_acls(1)
   37   29026 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Webex/Plugins
   35   29061 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Webex/Plugins = normalize_posix_path (/cygdrive/c/Program Files (x86)/Webex/Plugins)
   36   29097 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Webex/Plugins)
   35   29132 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Webex/Plugins', dst 'C:\Program Files (x86)\Webex\Plugins'
   35   29167 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Webex/Plugins, dst C:\Program Files (x86)\Webex\Plugins, flags 0x4020, rc 0
   66   29233 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Webex\Plugins)
   46   29279 [main] id 853 symlink_info::check: not a symlink
   55   29334 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Webex\Plugins, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   29370 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Webex\Plugins), has_acls(1)
   37   29407 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/HID Global/ActivClient
   35   29442 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/HID Global/ActivClient = normalize_posix_path (/cygdrive/c/Program Files (x86)/HID Global/ActivClient)
   36   29478 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/HID Global/ActivClient)
   35   29513 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/HID Global/ActivClient', dst 'C:\Program Files (x86)\HID Global\ActivClient'
   35   29548 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/HID Global/ActivClient, dst C:\Program Files (x86)\HID Global\ActivClient, flags 0x4020, rc 0
   93   29641 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\HID Global\ActivClient)
   46   29687 [main] id 853 symlink_info::check: not a symlink
   56   29743 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\HID Global\ActivClient, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   29779 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\HID Global\ActivClient), has_acls(1)
   43   29822 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/HID Global/ActivClient
   33   29855 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/HID Global/ActivClient = normalize_posix_path (/cygdrive/c/Program Files/HID Global/ActivClient)
   34   29889 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/HID Global/ActivClient)
   36   29925 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/HID Global/ActivClient', dst 'C:\Program Files\HID Global\ActivClient'
   36   29961 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/HID Global/ActivClient, dst C:\Program Files\HID Global\ActivClient, flags 0x4020, rc 0
   67   30028 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\HID Global\ActivClient)
   45   30073 [main] id 853 symlink_info::check: not a symlink
   56   30129 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\HID Global\ActivClient, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   30165 [main] id 853 path_conv::check: this->path(C:\Program Files\HID Global\ActivClient), has_acls(1)
   37   30202 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/TortoiseGit/bin
   35   30237 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/TortoiseGit/bin = normalize_posix_path (/cygdrive/c/Program Files/TortoiseGit/bin)
   35   30272 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/TortoiseGit/bin)
   35   30307 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/TortoiseGit/bin', dst 'C:\Program Files\TortoiseGit\bin'
   35   30342 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/TortoiseGit/bin, dst C:\Program Files\TortoiseGit\bin, flags 0x4020, rc 0
   66   30408 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\TortoiseGit\bin)
   44   30452 [main] id 853 symlink_info::check: not a symlink
   55   30507 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\TortoiseGit\bin, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   30543 [main] id 853 path_conv::check: this->path(C:\Program Files\TortoiseGit\bin), has_acls(1)
   37   30580 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL
   36   30616 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
   35   30651 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL)
   36   30687 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL'
   35   30722 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, flags 0x4020, rc 0
   69   30791 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL)
   48   30839 [main] id 853 symlink_info::check: not a symlink
   55   30894 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   38   30932 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
   38   30970 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL
   36   31006 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL = normalize_posix_path (/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
   35   31041 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL)
   36   31077 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL', dst 'C:\Program Files\Intel\Intel(R) Management Engine Components\DAL'
   35   31112 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL, dst C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, flags 0x4020, rc 0
   66   31178 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files\Intel\Intel(R) Management Engine Components\DAL)
   46   31224 [main] id 853 symlink_info::check: not a symlink
   56   31280 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   31316 [main] id 853 path_conv::check: this->path(C:\Program Files\Intel\Intel(R) Management Engine Components\DAL), has_acls(1)
   38   31354 [main] id 853 normalize_posix_path: src /cygdrive/c/Program Files (x86)/Incredibuild
   35   31389 [main] id 853 normalize_posix_path: /cygdrive/c/Program Files (x86)/Incredibuild = normalize_posix_path (/cygdrive/c/Program Files (x86)/Incredibuild)
   35   31424 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Program Files (x86)/Incredibuild)
   35   31459 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Program Files (x86)/Incredibuild', dst 'C:\Program Files (x86)\Incredibuild'
   36   31495 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Program Files (x86)/Incredibuild, dst C:\Program Files (x86)\Incredibuild, flags 0x4020, rc 0
   66   31561 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Program Files (x86)\Incredibuild)
   45   31606 [main] id 853 symlink_info::check: not a symlink
   56   31662 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Program Files (x86)\Incredibuild, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   37   31699 [main] id 853 path_conv::check: this->path(C:\Program Files (x86)\Incredibuild), has_acls(1)
   37   31736 [main] id 853 normalize_posix_path: src /cygdrive/c/cygwin64/bin
   35   31771 [main] id 853 normalize_posix_path: /cygdrive/c/cygwin64/bin = normalize_posix_path (/cygdrive/c/cygwin64/bin)
   39   31810 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/cygwin64/bin)
   37   31847 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/cygwin64/bin', dst 'C:\cygwin64\bin'
   35   31882 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/cygwin64/bin, dst C:\cygwin64\bin, flags 0x4020, rc 0
   66   31948 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\cygwin64\bin)
   45   31993 [main] id 853 symlink_info::check: not a symlink
   55   32048 [main] id 853 symlink_info::check: 0 = symlink.check(C:\cygwin64\bin, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   32084 [main] id 853 path_conv::check: this->path(C:\cygwin64\bin), has_acls(1)
   37   32121 [main] id 853 normalize_posix_path: src /cygdrive/c/Apps/User_Installs/SYSINTERNALS
   35   32156 [main] id 853 normalize_posix_path: /cygdrive/c/Apps/User_Installs/SYSINTERNALS = normalize_posix_path (/cygdrive/c/Apps/User_Installs/SYSINTERNALS)
   35   32191 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/Apps/User_Installs/SYSINTERNALS)
   37   32228 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/Apps/User_Installs/SYSINTERNALS', dst 'C:\Apps\User_Installs\SYSINTERNALS'
   36   32264 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/Apps/User_Installs/SYSINTERNALS, dst C:\Apps\User_Installs\SYSINTERNALS, flags 0x4020, rc 0
   67   32331 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Apps\User_Installs\SYSINTERNALS)
   45   32376 [main] id 853 symlink_info::check: not a symlink
   56   32432 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Apps\User_Installs\SYSINTERNALS, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   32468 [main] id 853 path_conv::check: this->path(C:\Apps\User_Installs\SYSINTERNALS), has_acls(1)
   37   32505 [main] id 853 normalize_posix_path: src /cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps
   35   32540 [main] id 853 normalize_posix_path: /cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps = normalize_posix_path (/cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps)
   35   32575 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps)
   36   32611 [main] id 853 mount_info::cygdrive_win32_path: src '/cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps', dst 'C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps'
   35   32646 [main] id 853 mount_info::conv_to_win32_path: src_path /cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps, dst C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps, flags 0x4020, rc 0
   66   32712 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps)
   45   32757 [main] id 853 symlink_info::check: not a symlink
   56   32813 [main] id 853 symlink_info::check: 0 = symlink.check(C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   32849 [main] id 853 path_conv::check: this->path(C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps), has_acls(1)
   38   32887 [main] id 853 normalize_posix_path: src //SNOWMAN/Win-coremake/scripts/bin
   35   32922 [main] id 853 normalize_posix_path: //SNOWMAN/Win-coremake/scripts/bin = normalize_posix_path (//SNOWMAN/Win-coremake/scripts/bin)
   35   32957 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (//SNOWMAN/Win-coremake/scripts/bin)
   35   32992 [main] id 853 mount_info::conv_to_win32_path: src_path //SNOWMAN/Win-coremake/scripts/bin, dst \\SNOWMAN\Win-coremake\scripts\bin, flags 0x4020, rc 0
  884   33876 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\UNC\SNOWMAN\Win-coremake\scripts\bin)
  982   34858 [main] id 853 symlink_info::check: not a symlink
  678   35536 [main] id 853 symlink_info::check: 0 = symlink.check(\\SNOWMAN\Win-coremake\scripts\bin, 0xFFFFB690) (mount_flags 0x4020, path_flags 0x0)
   36   35572 [main] id 853 path_conv::check: this->path(\\SNOWMAN\Win-coremake\scripts\bin), has_acls(1)
   91   35663 [main] id 853 win_env::add_cache: posix /cygdrive/c/Program Files/VanDyke Software/Clients:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler:/cygdrive/c/Program Files (x86)/CollabNet/Subversion Client:/cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/cygdrive/c/Program Files (x86)/CVSNT:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files/Perl64/site/bin:/cygdrive/c/Program Files/Perl64/bin:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio:/cygdrive/c/Program Files (x86)/WebEx/Productivity Tools:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files/Microsoft DNX/Dnvm:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/cygdrive/c/WINDOWS/System32/OpenSSH:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files (x86)/Webex/Plugins:/cygdrive/c/Program Files (x86)/HID Global/ActivClient:/cygdrive/c/Program Files/HID Global/ActivClient:/cygdrive/c/Program Files/TortoiseGit/bin:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Incredibuild:/cygdrive/c/cygwin64/bin:/cygdrive/c/Apps/User_Installs/SYSINTERNALS:/cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps://SNOWMAN/Win-coremake/scripts/bin
   45   35708 [main] id 853 win_env::add_cache: native PATH=C:\Program Files\VanDyke Software\Clients;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\mpirt;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32_win\compiler;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\CVSNT;C:\Program Files\Microsoft MPI\Bin;C:\Program Files\Perl64\site\bin;C:\Program Files\Perl64\bin;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio;C:\Program Files (x86)\WebEx\Productivity Tools;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\Git\cmd;C:\Program Files\dotnet;C:\Program Files\Microsoft DNX\Dnvm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Webex\Plugins;C:\Program Files (x86)\HID Global\ActivClient;C:\Program Files\HID Global\ActivClient;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Incredibuild;C:\cygwin64\bin;C:\Apps\User_Installs\SYSINTERNALS;C:\XYZ14\lavr\AppData\Local\Microsoft\WindowsApps;\\SNOWMAN\Win-coremake\scripts\bin
   44   35752 [main] id 853 posify_maybe: env var converted to PATH=/cygdrive/c/Program Files/VanDyke Software/Clients:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler:/cygdrive/c/Program Files (x86)/CollabNet/Subversion Client:/cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/cygdrive/c/Program Files (x86)/CVSNT:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files/Perl64/site/bin:/cygdrive/c/Program Files/Perl64/bin:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio:/cygdrive/c/Program Files (x86)/WebEx/Productivity Tools:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files/Microsoft DNX/Dnvm:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/cygdrive/c/WINDOWS/System32/OpenSSH:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files (x86)/Webex/Plugins:/cygdrive/c/Program Files (x86)/HID Global/ActivClient:/cygdrive/c/Program Files/HID Global/ActivClient:/cygdrive/c/Program Files/TortoiseGit/bin:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Incredibuild:/cygdrive/c/cygwin64/bin:/cygdrive/c/Apps/User_Installs/SYSINTERNALS:/cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps://SNOWMAN/Win-coremake/scripts/bin
   95   35847 [main] id 853 win32env_to_cygenv: 0x800072340: PATH=/cygdrive/c/Program Files/VanDyke Software/Clients:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/mpirt:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/mpirt:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64_win/compiler:/cygdrive/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/ia32_win/compiler:/cygdrive/c/Program Files (x86)/CollabNet/Subversion Client:/cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/cygdrive/c/Program Files (x86)/CVSNT:/cygdrive/c/Program Files/Microsoft MPI/Bin:/cygdrive/c/Program Files/Perl64/site/bin:/cygdrive/c/Program Files/Perl64/bin:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/DTS/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/140/Tools/Binn/ManagementStudio:/cygdrive/c/Program Files (x86)/WebEx/Productivity Tools:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Program Files/Microsoft DNX/Dnvm:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/cygdrive/c/WINDOWS/System32/OpenSSH:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files (x86)/Webex/Plugins:/cygdrive/c/Program Files (x86)/HID Global/ActivClient:/cygdrive/c/Program Files/HID Global/ActivClient:/cygdrive/c/Program Files/TortoiseGit/bin:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Incredibuild:/cygdrive/c/cygwin64/bin:/cygdrive/c/Apps/User_Installs/SYSINTERNALS:/cygdrive/c/XYZ14/lavr/AppData/Local/Microsoft/WindowsApps://SNOWMAN/Win-coremake/scripts/bin
   70   35917 [main] id 853 win32env_to_cygenv: 0x800028D50: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
   67   35984 [main] id 853 win32env_to_cygenv: 0x800028DA0: PROCESSOR_ARCHITECTURE=AMD64
   59   36043 [main] id 853 win32env_to_cygenv: 0x800028DD0: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
   59   36102 [main] id 853 win32env_to_cygenv: 0x800028E30: PROCESSOR_LEVEL=6
   59   36161 [main] id 853 win32env_to_cygenv: 0x800028E50: PROCESSOR_REVISION=9e09
   59   36220 [main] id 853 win32env_to_cygenv: 0x800028E70: ProgramData=C:\ProgramData
   59   36279 [main] id 853 win32env_to_cygenv: 0x800028EA0: PROGRAMFILES=C:\Program Files
   59   36338 [main] id 853 win32env_to_cygenv: 0x800028ED0: ProgramFiles(x86)=C:\Program Files (x86)
   59   36397 [main] id 853 win32env_to_cygenv: 0x800028F10: ProgramW6432=C:\Program Files
   58   36455 [main] id 853 win32env_to_cygenv: 0x800028F40: PROMPT=$P$G
   59   36514 [main] id 853 win32env_to_cygenv: 0x800028F60: PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
   60   36574 [main] id 853 win32env_to_cygenv: 0x800028FE0: PUBLIC=C:\XYZ14\Public
   59   36633 [main] id 853 win32env_to_cygenv: 0x800029000: RANDFILE=C:\Program Files (x86)\NTP\etc\.rnd
   59   36692 [main] id 853 win32env_to_cygenv: 0x800029040: SESSIONNAME=RDP-Tcp#79
   59   36751 [main] id 853 win32env_to_cygenv: 0x800029060: SYSTEMDRIVE=C:
   59   36810 [main] id 853 win32env_to_cygenv: 0x800029080: SYSTEMROOT=C:\WINDOWS
   58   36868 [main] id 853 getwinenv: can't set native for TEMP= since no environ yet
   36   36904 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\XYZ14\lavr\AppData\Local\Temp\2, 0x10000000, no-add-slash)
   35   36939 [main] id 853 normalize_win32_path: C:\XYZ14\lavr\AppData\Local\Temp\2 = normalize_win32_path (C:\XYZ14\lavr\AppData\Local\Temp\2)
   36   36975 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2 = conv_to_posix_path (C:\XYZ14\lavr\AppData\Local\Temp\2)
   82   37057 [main] id 853 win_env::add_cache: posix /cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2
   35   37092 [main] id 853 win_env::add_cache: native TEMP=C:\XYZ14\lavr\AppData\Local\Temp\2
   35   37127 [main] id 853 posify_maybe: env var converted to TEMP=/cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2
   82   37209 [main] id 853 win32env_to_cygenv: 0x800029140: TEMP=/cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2
   59   37268 [main] id 853 getwinenv: can't set native for TMP= since no environ yet
   34   37302 [main] id 853 mount_info::conv_to_posix_path: conv_to_posix_path (C:\XYZ14\lavr\AppData\Local\Temp\2, 0x10000000, no-add-slash)
   36   37338 [main] id 853 normalize_win32_path: C:\XYZ14\lavr\AppData\Local\Temp\2 = normalize_win32_path (C:\XYZ14\lavr\AppData\Local\Temp\2)
   35   37373 [main] id 853 mount_info::conv_to_posix_path: /cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2 = conv_to_posix_path (C:\XYZ14\lavr\AppData\Local\Temp\2)
   82   37455 [main] id 853 win_env::add_cache: posix /cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2
   35   37490 [main] id 853 win_env::add_cache: native TMP=C:\XYZ14\lavr\AppData\Local\Temp\2
   34   37524 [main] id 853 posify_maybe: env var converted to TMP=/cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2
   82   37606 [main] id 853 win32env_to_cygenv: 0x8000291F0: TMP=/cygdrive/c/XYZ14/lavr/AppData/Local/Temp/2
   59   37665 [main] id 853 win32env_to_cygenv: 0x800029230: UATDATA=C:\WINDOWS\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77
   58   37723 [main] id 853 win32env_to_cygenv: 0x8000290A0: USERDNSDOMAIN=NCBI.NLM.NIH.GOV
   59   37782 [main] id 853 win32env_to_cygenv: 0x800029280: USERDOMAIN=NCBI_NT
   60   37842 [main] id 853 win32env_to_cygenv: 0x8000292A0: USERDOMAIN_ROAMINGPROFILE=NCBI_NT
   59   37901 [main] id 853 win32env_to_cygenv: 0x8000292D0: USERNAME=lavr
   58   37959 [main] id 853 win32env_to_cygenv: 0x8000292F0: USERPROFILE=C:\XYZ14\lavr
   58   38017 [main] id 853 win32env_to_cygenv: 0x800029320: VDB_CONFIG=//snowman/trace_software/vdb/config://snowman/trace_software/vdb/win/config
   59   38076 [main] id 853 win32env_to_cygenv: 0x800029380: VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
   59   38135 [main] id 853 win32env_to_cygenv: 0x800072B40: VS2017INSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional
   58   38193 [main] id 853 win32env_to_cygenv: 0x800072BA0: VTUNE_AMPLIFIER_2018_DIR=C:\Program Files (x86)\IntelSWTools\VTune Amplifier 2018\
   59   38252 [main] id 853 win32env_to_cygenv: 0x800072C00: VTUNE_AMPLIFIER_2019_DIR=C:\Program Files (x86)\IntelSWTools\VTune Amplifier 2019\
   59   38311 [main] id 853 win32env_to_cygenv: 0x8000293E0: WINDIR=C:\WINDOWS
   63   38374 [main] id 853 pinfo_init: Set nice to 0
   35   38409 [main] id 853 pinfo_init: pid 853, pgid 853, process_state 0x41
   35   38444 [main] id 853 App version:  2007.0, api: 0.306
   35   38479 [main] id 853 DLL version:  3002.0, api: 0.340
   34   38513 [main] id 853 DLL build:    2021-03-29 08:42
   36   38549 [main] id 853 dtable::extend: size 32, fds 0x18035ECA0
   72   38621 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  141   38762 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
--- Process 18708 (pid: 853) loaded C:\Windows\System32\netapi32.dll at 00007ffcd6c40000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\logoncli.dll at 00007ffcdbec0000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\ucrtbase.dll at 00007ffcdce70000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\netutils.dll at 00007ffcdbeb0000
--- Process 18708 (pid: 853) thread 18676 created
 5542   44304 [ldap_init] id 853 cygthread::stub: thread 'ldap_init', id 0x48F4, stack_ptr 0x5FCCB0
--- Process 18708 (pid: 853) loaded C:\Windows\System32\Wldap32.dll at 00007ffcddfb0000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\ws2_32.dll at 00007ffcde560000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\mswsock.dll at 00007ffcdc090000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\sspicli.dll at 00007ffcdc740000
--- Process 18708 (pid: 853) thread 10712 created
--- Process 18708 (pid: 853) loaded C:\Windows\System32\dsparse.dll at 00007ffcd5620000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\kerberos.dll at 00007ffcdc150000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\msasn1.dll at 00007ffcdc8a0000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\msvcp_win.dll at 00007ffcdd8d0000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\cryptdll.dll at 00007ffcdc100000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\bcrypt.dll at 00007ffcdd0d0000
21799   66103 [main] id 853 cyg_ldap::fetch_posix_offset_for_domain: No entry for (&(objectClass=trustedDomain)(name=DHHSSECURITY.LOCAL)) in def_context DC=ncbi,DC=nlm,DC=nih,DC=gov
  868   66971 [main] id 853 cyg_ldap::fetch_posix_offset_for_domain: No entry for (&(objectClass=trustedDomain)(name=hrsa.gov)) in def_context DC=ncbi,DC=nlm,DC=nih,DC=gov
  705   67676 [main] id 853 cyg_ldap::fetch_posix_offset_for_domain: No entry for (&(objectClass=trustedDomain)(name=nih.gov)) in def_context DC=ncbi,DC=nlm,DC=nih,DC=gov
  809   68485 [main] id 853 cyg_ldap::fetch_posix_offset_for_domain: No entry for (&(objectClass=trustedDomain)(name=niaid.nih.gov)) in def_context DC=ncbi,DC=nlm,DC=nih,DC=gov
--- Process 18708 (pid: 853) loaded C:\Windows\System32\samcli.dll at 00007ffcd6c60000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\samlib.dll at 00007ffcd8280000
 3403   71888 [main] id 853 internal_getlogin: group not found in group DB
   98   71986 [main] id 853 cygheap_user::ontherange: what 2, pw 0x18035E0D0
   48   72034 [main] id 853 cygheap_user::ontherange: Set HOME (from account db) to /
  272   72306 [main] id 853 normalize_posix_path: src /
   39   72345 [main] id 853 normalize_posix_path: / = normalize_posix_path (/)
   72   72417 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/)
   43   72460 [main] id 853 mount_info::conv_to_win32_path: src_path /, dst C:\Cygwin64, flags 0x30008, rc 0
   87   72547 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin64)
   57   72604 [main] id 853 symlink_info::check: not a symlink
   66   72670 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Cygwin64, 0xFFFFAD70) (mount_flags 0x30008, path_flags 0x0)
   48   72718 [main] id 853 path_conv::check: this->path(C:\Cygwin64), has_acls(1)
   70   72788 [main] id 853 win_env::add_cache: posix /
   35   72823 [main] id 853 win_env::add_cache: native HOME=C:\Cygwin64
   58   72881 [main] id 853 normalize_posix_path: src /
   34   72915 [main] id 853 normalize_posix_path: / = normalize_posix_path (/)
   47   72962 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/)
   74   73036 [main] id 853 mount_info::conv_to_win32_path: src_path /, dst C:\Cygwin64, flags 0x30008, rc 0
  104   73140 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin64)
   84   73224 [main] id 853 symlink_info::check: not a symlink
  106   73330 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Cygwin64, 0xFFFFADF0) (mount_flags 0x30008, path_flags 0x0)
   76   73406 [main] id 853 path_conv::check: this->path(C:\Cygwin64), has_acls(1)
   99   73505 [main] id 853 win_env::add_cache: posix /
   34   73539 [main] id 853 win_env::add_cache: native HOME=C:\Cygwin64
  103   73642 [main] id 853 build_argv: argv[0] = 'id'
   33   73675 [main] id 853 build_argv: argc 1
  140   73815 [main] id 853 open_shared: name e022582115c10879-cons0x2206D0.0, n 0, shared 0x180000000 (wanted 0x180000000), h 0x44, *m 3
--- Process 18708 (pid: 853) loaded C:\Windows\System32\user32.dll at 00007ffcddcf0000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\win32u.dll at 00007ffcdd100000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\gdi32.dll at 00007ffcdda50000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\gdi32full.dll at 00007ffcdccd0000
--- Process 18708 (pid: 853) loaded C:\Windows\System32\imm32.dll at 00007ffcde190000
 3889   77704 [main] id 853 build_fh_pc: created an archetype (0x18035FDE0) for /dev/cons0(3/0)
   57   77761 [main] id 853 build_fh_pc: fh 0x18035FA60, dev 00030000
 2975   80736 [main] id 853 fhandler_console::open: opened conin$ 0x258, conout$ 0x25C
  341   81077 [main] id 853 fhandler_base::open_with_arch: line 459:  /dev/cons0<0x18035FDE0> usecount + 1 = 1
   91   81168 [main] id 853 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
  121   81289 [main] id 853 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65   81354 [main] id 853 fhandler_base::set_flags: filemode set to binary
   69   81423 [main] id 853 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   57   81480 [main] id 853 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x18035FDE0
   91   81571 [main] id 853 _pinfo::set_ctty: ctty was NULL
   35   81606 [main] id 853 _pinfo::set_ctty: line 541:  /dev/cons0<0x18035FDE0> usecount + 1 = 2
   38   81644 [main] id 853 _pinfo::set_ctty: /dev/cons0 ctty, usecount 2
   43   81687 [main] id 853 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 853, pid 853, pgid 853, tty->pgid 853, tty->sid 0
   38   81725 [main] id 853 _pinfo::set_ctty: cygheap->ctty now 0x18035FDE0, archetype 0x18035FDE0
   39   81764 [main] id 853 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   34   81798 [main] id 853 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   34   81832 [main] id 853 fhandler_base::set_flags: filemode set to binary
   34   81866 [main] id 853 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   36   81902 [main] id 853 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 853, pid 853, pgid 853, tty->pgid 853, tty->sid 853
   35   81937 [main] id 853 _pinfo::set_ctty: cygheap->ctty now 0x18035FDE0, archetype 0x18035FDE0
   85   82022 [main] id 853 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x258
   36   82058 [main] id 853 build_fh_pc: fh 0x1803601C0, dev 00030000
   35   82093 [main] id 853 fhandler_base::open_with_arch: line 479:  /dev/cons0<0x18035FDE0> usecount + 1 = 3
   34   82127 [main] id 853 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   34   82161 [main] id 853 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   34   82195 [main] id 853 fhandler_base::set_flags: filemode set to binary
   35   82230 [main] id 853 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   35   82265 [main] id 853 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 853, pid 853, pgid 853, tty->pgid 853, tty->sid 853
  129   82394 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x268, *m 6
  243   82637 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x288, *m 6
  228   82865 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x268, *m 6
  193   83058 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x288, *m 6
  123   83181 [main] id 853 _pinfo::set_ctty: cygheap->ctty now 0x18035FDE0, archetype 0x18035FDE0
   38   83219 [main] id 853 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   35   83254 [main] id 853 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   34   83288 [main] id 853 fhandler_base::set_flags: filemode set to binary
   34   83322 [main] id 853 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   36   83358 [main] id 853 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 853, pid 853, pgid 853, tty->pgid 853, tty->sid 853
  112   83470 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x268, *m 6
  169   83639 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x288, *m 6
  193   83832 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x268, *m 6
  165   83997 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x288, *m 6
  118   84115 [main] id 853 _pinfo::set_ctty: cygheap->ctty now 0x18035FDE0, archetype 0x18035FDE0
   86   84201 [main] id 853 build_fh_pc: found an archetype for (null)(3/0) io_handle 0x258
   36   84237 [main] id 853 build_fh_pc: fh 0x180360540, dev 00030000
   35   84272 [main] id 853 fhandler_base::open_with_arch: line 479:  /dev/cons0<0x18035FDE0> usecount + 1 = 4
   34   84306 [main] id 853 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   34   84340 [main] id 853 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   34   84374 [main] id 853 fhandler_base::set_flags: filemode set to binary
   34   84408 [main] id 853 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   36   84444 [main] id 853 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 853, pid 853, pgid 853, tty->pgid 853, tty->sid 853
  111   84555 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x268, *m 6
  180   84735 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x290, *m 6
  199   84934 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x28C, *m 6
  168   85102 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x290, *m 6
  119   85221 [main] id 853 _pinfo::set_ctty: cygheap->ctty now 0x18035FDE0, archetype 0x18035FDE0
   36   85257 [main] id 853 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   33   85290 [main] id 853 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   34   85324 [main] id 853 fhandler_base::set_flags: filemode set to binary
   34   85358 [main] id 853 _pinfo::set_ctty: old ctty /dev/cons0, ctty device number 0x30000, tc.ntty device number 0x30000 flags & O_NOCTTY 0x0
   36   85394 [main] id 853 _pinfo::set_ctty: attaching ctty /dev/cons0 sid 853, pid 853, pgid 853, tty->pgid 853, tty->sid 853
  111   85505 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x28C, *m 6
  166   85671 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x290, *m 6
  191   85862 [main] id 853 open_shared: name cygpid.682, n 682, shared 0x90000 (wanted 0x0), h 0x28C, *m 6
  164   86026 [main] id 853 open_shared: name cygpid.683, n 683, shared 0x90000 (wanted 0x0), h 0x290, *m 6
  119   86145 [main] id 853 _pinfo::set_ctty: cygheap->ctty now 0x18035FDE0, archetype 0x18035FDE0
  330   86475 [main] id 853 __set_errno: void dll_crt0_1(void*):989 setting errno 0
 1176   87651 [main] id 853 time: 1627916384 = time(0x0)
   46   87697 [main] id 853 stat64: entering
   37   87734 [main] id 853 normalize_posix_path: src /dev
   35   87769 [main] id 853 normalize_posix_path: /dev = normalize_posix_path (/dev)
   34   87803 [main] id 853 mount_info::conv_to_win32_path: conv_to_win32_path (/dev)
   35   87838 [main] id 853 mount_info::conv_to_win32_path: src_path /dev, dst C:\Cygwin64\dev, flags 0x30008, rc 0
   92   87930 [main] id 853 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Cygwin64\dev)
   51   87981 [main] id 853 symlink_info::check: not a symlink
   35   88016 [main] id 853 symlink_info::check: 0 = symlink.check(C:\Cygwin64\dev, 0xFFFFB360) (mount_flags 0x30008, path_flags 0x0)
   46   88062 [main] id 853 build_fh_pc: fh 0x1803609D0, dev 000000C1
   34   88096 [main] id 853 stat_worker: (\??\C:\Cygwin64\dev, 0x180333000, 0x1803609D0), file_attributes 16
  107   88203 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  141   88344 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  128   88472 [main] id 853 fhandler_base::fstat_helper: 0 = fstat (\??\C:\Cygwin64\dev, 0x180333000) st_size=0, st_mode=040775, st_ino=281474978099101st_atim=597252B5.21621FD0 st_ctim=6035278F.2F9E5EC4 st_mtim=597252B5.21621FD0 st_birthtim=597251AB.27521594
   41   88513 [main] id 853 stat_worker: 0 = (\??\C:\Cygwin64\dev,0x180333000)
   67   88580 [main] id 853 fstat64: 0 = fstat(1, 0xFFFFC6B0)
   60   88640 [main] id 853 isatty: 1 = isatty(1)
  609   89249 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
 5972   95221 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  225   95446 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  279   95725 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  274   95999 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  175   96174 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  122   96296 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  117   96413 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  122   96535 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  255   96790 [main] id 853 pwdgrp::fetch_account_from_windows: line: <CurrentSession:S-1-5-5-0-1222917:4095:>
   58   96848 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  124   96972 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  122   97094 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  114   97208 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  122   97330 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  117   97447 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  117   97564 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  123   97687 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  122   97809 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  114   97923 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  118   98041 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  120   98161 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  118   98279 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  115   98394 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  118   98512 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  130   98642 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  122   98764 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  118   98882 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  117   98999 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  116   99115 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  118   99233 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  119   99352 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
  457   99809 [main] id 853 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-e022582115c10879-lpc
 4622  104431 [main] id 853 fhandler_console::write: 0x800073120, 709
  185  104616 [main] id 853 fhandler_console::write: 709 = fhandler_console::write(...)
   48  104664 [main] id 853 write: 709 = write(1, 0x800073120, 709)
  174  104838 [main] id 853 close: close(1)
   35  104873 [main] id 853 fhandler_base::close_with_arch: line 1179:  /dev/cons0<0x18035FDE0> usecount + -1 = 3
   36  104909 [main] id 853 fhandler_base::close_with_arch: not closing archetype
   36  104945 [main] id 853 close: 0 = close(1)
  364  105309 [main] id 853 close: close(2)
   34  105343 [main] id 853 fhandler_base::close_with_arch: line 1179:  /dev/cons0<0x18035FDE0> usecount + -1 = 2
   34  105377 [main] id 853 fhandler_base::close_with_arch: not closing archetype
   35  105412 [main] id 853 close: 0 = close(2)
  251  105663 [main] id 853 do_exit: do_exit (0), exit_state 1
   36  105699 [main] id 853 void: 0x0 = signal (20, 0x1)
   34  105733 [main] id 853 void: 0x0 = signal (1, 0x1)
   35  105768 [main] id 853 void: 0x0 = signal (2, 0x1)
   34  105802 [main] id 853 void: 0x0 = signal (3, 0x1)
   37  105839 [main] id 853 fhandler_base::close_with_arch: line 1179:  /dev/cons0<0x18035FDE0> usecount + -1 = 1
   34  105873 [main] id 853 fhandler_base::close_with_arch: not closing archetype
   35  105908 [main] id 853 init_cygheap::close_ctty: closing cygheap->ctty 0x18035FDE0
   34  105942 [main] id 853 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   38  105980 [main] id 853 fhandler_console::close: closing: 0x258, 0x25C
15907  121887 [main] id 853 fhandler_console::free_console: freed console, res 1
  142  122029 [main] id 853 dtable::delete_archetype: deleting element 0 for /dev/cons0(3/0)
  133  122162 [main] id 853 getpid: 853 = getpid()
  124  122286 [main] id 853 proc_terminate: child_procs count 0
  125  122411 [main] id 853 proc_terminate: leaving
  117  122528 [main] id 853 pinfo::exit: Calling dlls.cleanup_forkables n 0x0, exitcode 0x0
  147  122675 [main] id 853 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0
--- Process 18708 (pid: 853) thread 9408 exited with status 0x0
--- Process 18708 (pid: 853) thread 18676 exited with status 0x0
--- Process 18708 (pid: 853) thread 10712 exited with status 0x0
--- Process 18708 (pid: 853) thread 4840 exited with status 0x0
--- Process 18708 (pid: 853) thread 6440 exited with status 0x0
--- Process 18708 (pid: 853) thread 14564 exited with status 0x0
--- Process 18708 (pid: 853) exited with status 0x0

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-08-01 19:53 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-08-02 14:59 ` Andrey Repin
  2021-08-02 15:14   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 1 reply; 29+ messages in thread
From: Andrey Repin @ 2021-08-02 14:59 UTC (permalink / raw)
  To: Lavrentiev, Anton (NIH/NLM/NCBI) [C], cygwin

Greetings, Lavrentiev, Anton (NIH/NLM/NCBI) [C]!


> I vaguely remember having the same issue some time ago (but then my work PC was frequently bugchecking
> because of a faulty memory module), and I did not tie any recent password change (if there was any at all)
> with my unability to run Cygwin terminal...  That time I had to clean my registry settings pertaining
> to Cygwin and then I got the terminal working back (still have a history of doing so in the support
> ticket created back than).  I haven't done so just yet.  Maybe some other thing is also in the play here,
> and I will gladly provide any necessary information while it persistently and reproducibly not working,
> to have it fixed (rather than crudely worked around).

Did you reboot your system since password change? I mean proper reboot, not
shutdown then boot up, as that could be faked into hibernation unless
specifically configured to avoid.


-- 
With best regards,
Andrey Repin
Monday, August 2, 2021 17:58:13

Sorry for my terrible english...


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-07-31 21:09 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-07-31 21:46 ` Brian Inglis
@ 2021-08-02  8:06 ` Corinna Vinschen
  2021-08-02 15:12   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 15:16   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  1 sibling, 2 replies; 29+ messages in thread
From: Corinna Vinschen @ 2021-08-02  8:06 UTC (permalink / raw)
  To: cygwin

On Jul 31 21:09, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
> Hi all,
> 
> I seem to be unable to start "Cygwin64 Terminal" (using the standard icon placed on the desktop when Cygwin gets installed)
> after I had to change my password (at work).  My account did not change.  What I see is that the terminal window pops up
> momentarily with a text "This account is currently not available", and then closes right away.  I'm using my work PC
> perfectly fine, and my new password works just as well (using it every time to log in the system), only the Cygwin terminal
> stopped working after the change.  I "own" the Cygwin installation on my work PC (it's installed by me from under my
> username).
> 
> Even rebooting the PC did not help to clear this up.
> 
> Weirdly enough, I can start bash from cmd.exe, but then it shows my username numerically:
> 
> C:\WINDOWS\system32>c:\cygwin64\bin\bash.exe
> 
> NCBI_NT+User(1606)@NCBIPC9135 /cygdrive/c/WINDOWS/system32
> $ uname -a
> CYGWIN_NT-10.0 NCBIPC9135 3.2.0(0.340/5/3) 2021-03-29 08:42 x86_64 Cygwin
> 
> Any suggestions?

This sounds like LookupAccountSid fails for some reason.  Is NCBI_NT the
primary domain of the machine as well?  I. e., is the machine in the
same domain as your user account?  If yes, it's very strange that this
should occur.  If you're in another domain, it might be a problem with
domain trusts, but that's just idle musing without knowing what happens
under the hood.

Please start a CMD shell, cd into your Cygwin bin dir and run

  strace -o id.out id

You might want to check the id.out file for sensitive information
(typically environment variables) and you can change group names in
id.out as well as in the id output to hide private info, but the info
should be complete and make sense (i .e, if you change a group name
to XYZ in the id output, change it to XYZ in id.out as well).

Please paste the output of id and attach the id.out file to your reply.


Thanks,
Corinna

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

* RE: Unable to start Cygwin64 terminal after password change
@ 2021-08-01 19:53 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-08-02 14:59 ` Andrey Repin
  0 siblings, 1 reply; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-01 19:53 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

More info:

Running "cygcheck -rvs" from under bash (that I could only start from cmd.exe as shown earlier)
does not seem to show anything unusual (I have only single install of Cygwin, there's no conflict
of any kind, and all the packages check out Okay).

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

PWD = '/cygdrive/c/WINDOWS/system32'
HOME = '/'
CYGWIN = 'nodosfilewarning '
...
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\Cygwin64'
HKEY_CURRENT_USER\Software\Cygwin\setup
  (default) = 'C:\Cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\Cygwin64'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\Cygwin64
  User:   Key: e022582115c10879 Path: C:\Cygwin64

c:  hd  NTFS    486939Mb  47% CP CS UN PA FC    QU  Local Disk
d:  cd             N/A    N/A
s:  net NTFS   2789212Mb  79% CP CS UN PA           [redacted]
u:  net NTFS     20480Mb  82% CP CS UN PA           lavr
x:  net NTFS   2789212Mb  79% CP CS UN PA           [redacted]
y:  net NTFS    116779Mb  60% CP CS UN PA       QU  lavr
z:  net NTFS    116779Mb  60% CP CS UN PA       QU  home

C:\cygwin64      /          system  binary,auto
C:\cygwin64\bin  /usr/bin   system  binary,auto
C:\cygwin64\lib  /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,posix=0,auto

The only thing in that output that still does not seem right is this section
(which I can't show in its entirety, so I am redacting it):

Output from C:\cygwin64\bin\id.exe
UID: 1050182(NCBI_NT+User(1606)
GID: 1050182 groups=1050182,1049089(NCBI_NT+Group(513)
mote Desktop Users)
555(Remote Desktop Users)
545(Users)
...

Note that my username is still numeric and the second line shows some incomplete
group name that has been cut off in the middle ("mote Desktop Users")...
All other (about 20) groups that follow [...] have their numeric and textual
information correct, without any issues...

I vaguely remember having the same issue some time ago (but then my work PC was frequently bugchecking
because of a faulty memory module), and I did not tie any recent password change (if there was any at all)
with my unability to run Cygwin terminal...  That time I had to clean my registry settings pertaining
to Cygwin and then I got the terminal working back (still have a history of doing so in the support
ticket created back than).  I haven't done so just yet.  Maybe some other thing is also in the play here,
and I will gladly provide any necessary information while it persistently and reproducibly not working,
to have it fixed (rather than crudely worked around).

Thanks for looking into this.

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* RE: Unable to start Cygwin64 terminal after password change
@ 2021-08-01 19:28 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  0 siblings, 0 replies; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-08-01 19:28 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

> Unless of course you execute bash with -noprofile.

The only way I can start bash now, is from cmd.exe, since terminal (mintty) is not working for me,
as I explained in my first message:

C:\WINDOWS\system32>c:\cygwin64\bin\bash

NCBI_NT+User(1606)@NCBIPC9135 /cygdrive/c/WINDOWS/system32
$ id -un
NCBI_NT+User(1606)

I suppose it should have printed something like "NCBI_NT+lavr", but I truly don't remember what it
exactly was it showing before.  Certainly, though, no numeric part.

I used my real and proper username instead of $USER, in all the commands that I was asked to run and show the output.

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

* Re: Unable to start Cygwin64 terminal after password change
  2021-07-31 21:09 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2021-07-31 21:46 ` Brian Inglis
  2021-08-02  8:06 ` Corinna Vinschen
  1 sibling, 0 replies; 29+ messages in thread
From: Brian Inglis @ 2021-07-31 21:46 UTC (permalink / raw)
  To: cygwin

On 2021-07-31 15:09, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:
> I seem to be unable to start "Cygwin64 Terminal" (using the standard icon placed on the desktop when Cygwin gets installed)
> after I had to change my password (at work).  My account did not change.  What I see is that the terminal window pops up
> momentarily with a text "This account is currently not available", and then closes right away.  I'm using my work PC
> perfectly fine, and my new password works just as well (using it every time to log in the system), only the Cygwin terminal
> stopped working after the change.  I "own" the Cygwin installation on my work PC (it's installed by me from under my
> username).
> 
> Even rebooting the PC did not help to clear this up.
> 
> Weirdly enough, I can start bash from cmd.exe, but then it shows my username numerically:
> 
> C:\WINDOWS\system32>c:\cygwin64\bin\bash.exe
> 
> NCBI_NT+User(1606)@NCBIPC9135 /cygdrive/c/WINDOWS/system32
> $ uname -a
> CYGWIN_NT-10.0 NCBIPC9135 3.2.0(0.340/5/3) 2021-03-29 08:42 x86_64 Cygwin
> 
> Any suggestions?

Maybe show us the outputs from:

$ head /proc/version; getent passwd $USER; net user $USER

with necessary parts obfuscated.

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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* Unable to start Cygwin64 terminal after password change
@ 2021-07-31 21:09 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2021-07-31 21:46 ` Brian Inglis
  2021-08-02  8:06 ` Corinna Vinschen
  0 siblings, 2 replies; 29+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-07-31 21:09 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Hi all,

I seem to be unable to start "Cygwin64 Terminal" (using the standard icon placed on the desktop when Cygwin gets installed)
after I had to change my password (at work).  My account did not change.  What I see is that the terminal window pops up
momentarily with a text "This account is currently not available", and then closes right away.  I'm using my work PC
perfectly fine, and my new password works just as well (using it every time to log in the system), only the Cygwin terminal
stopped working after the change.  I "own" the Cygwin installation on my work PC (it's installed by me from under my
username).

Even rebooting the PC did not help to clear this up.

Weirdly enough, I can start bash from cmd.exe, but then it shows my username numerically:

C:\WINDOWS\system32>c:\cygwin64\bin\bash.exe

NCBI_NT+User(1606)@NCBIPC9135 /cygdrive/c/WINDOWS/system32
$ uname -a
CYGWIN_NT-10.0 NCBIPC9135 3.2.0(0.340/5/3) 2021-03-29 08:42 x86_64 Cygwin

Any suggestions?

Thanks,

Anton Lavrentiev
Contractor NIH/NLM/NCBI


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

end of thread, other threads:[~2021-08-04 10:05 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01 16:57 Unable to start Cygwin64 terminal after password change Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-01 17:23 ` René Berber
  -- strict thread matches above, loose matches on Subject: below --
2021-08-01 19:53 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-02 14:59 ` Andrey Repin
2021-08-02 15:14   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-02 15:20     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-02 21:21       ` Andrey Repin
2021-08-02 21:39         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-01 19:28 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-07-31 21:09 Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-07-31 21:46 ` Brian Inglis
2021-08-02  8:06 ` Corinna Vinschen
2021-08-02 15:12   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-02 16:30     ` Corinna Vinschen
2021-08-02 16:49       ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-02 18:31         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-02 20:58           ` Brian Inglis
2021-08-02 21:38             ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-03  0:38               ` Brian Inglis
2021-08-03  1:47                 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-03 15:23                   ` Brian Inglis
2021-08-03 15:50                     ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-03 17:24                       ` Brian Inglis
2021-08-03 18:12                         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-03 18:20                           ` john doe
2021-08-04 10:03                         ` Andrey Repin
2021-08-03 11:24           ` Corinna Vinschen
2021-08-03 15:07             ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-08-02 15:16   ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]

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