public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Very slow start of cygwin-3.0.0-1 (32-bit)
@ 2019-02-19 13:32 cygwin
  2019-02-21 20:09 ` Achim Gratz
  2019-02-27 12:54 ` Thomas Wolff
  0 siblings, 2 replies; 8+ messages in thread
From: cygwin @ 2019-02-19 13:32 UTC (permalink / raw)
  To: cygwin

Hello everyone,

I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This computer is member of a big AD domain. My account is member of a lot of AD groups.

In my configuration there are no /etc/passwd and /etc/group files. The /etc/nsswitch.conf file is empty. I don't use cygserver.

I just updated from cygwin-2.11.2-1 to cygwin-3.0.0-1 without changing something else on my computer configuration.

With cygwin-2.11.2-1 the startup of a terminal window was fast (about 1 second). With cygwin-3.0.0-1 it takes about 5 minutes.

Is this something new and the expected behavior with cygwin-3.0.0-1?

Thanks and kind regards,
René



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Very slow start of cygwin-3.0.0-1 (32-bit)
  2019-02-19 13:32 Very slow start of cygwin-3.0.0-1 (32-bit) cygwin
@ 2019-02-21 20:09 ` Achim Gratz
  2019-02-22  9:55   ` Corinna Vinschen
  2019-02-27 12:54 ` Thomas Wolff
  1 sibling, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2019-02-21 20:09 UTC (permalink / raw)
  To: cygwin

cygwin@roche.com writes:
> I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This
>computer is member of a big AD domain. My account is member of a lot of
>AD groups.

I think I'm seeing the same problem as you.  If you start the shell from
"strace -w" you can see how long each call to the DC takes and my guess
is that will account for the difference in startup time.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Very slow start of cygwin-3.0.0-1 (32-bit)
  2019-02-21 20:09 ` Achim Gratz
@ 2019-02-22  9:55   ` Corinna Vinschen
  0 siblings, 0 replies; 8+ messages in thread
From: Corinna Vinschen @ 2019-02-22  9:55 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

On Feb 21 20:39, Achim Gratz wrote:
> cygwin@roche.com writes:
> > I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This
> >computer is member of a big AD domain. My account is member of a lot of
> >AD groups.
> 
> I think I'm seeing the same problem as you.  If you start the shell from
> "strace -w" you can see how long each call to the DC takes and my guess
> is that will account for the difference in startup time.

What Achim is missing to tell here is that he bisected Cygwin with git
and found the culprit.  It's a fairly simple patch and *could* be
reverted, but I think there's a better compromise.  Stay tuned.

Thanks Achim!


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: Very slow start of cygwin-3.0.0-1 (32-bit)
  2019-02-19 13:32 Very slow start of cygwin-3.0.0-1 (32-bit) cygwin
  2019-02-21 20:09 ` Achim Gratz
@ 2019-02-27 12:54 ` Thomas Wolff
  2019-02-27 13:03   ` Corinna Vinschen
  1 sibling, 1 reply; 8+ messages in thread
From: Thomas Wolff @ 2019-02-27 12:54 UTC (permalink / raw)
  To: cygwin

On 19.02.2019 14:06, cygwin@roche.com wrote:
> Hello everyone,
>
> I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This computer is member of a big AD domain. My account is member of a lot of AD groups.
>
> In my configuration there are no /etc/passwd and /etc/group files. The /etc/nsswitch.conf file is empty. I don't use cygserver.
>
> I just updated from cygwin-2.11.2-1 to cygwin-3.0.0-1 without changing something else on my computer configuration.
>
> With cygwin-2.11.2-1 the startup of a terminal window was fast (about 1 second). With cygwin-3.0.0-1 it takes about 5 minutes.
Not sure whether it's the same. Same situation in /etc, Windows 7 
Professional, Windows and Cygwin 64 bit.
Test from Windows cmd `time < nul & uname -a & time < nul`
takes 11-12s with 3.0.1 but 20-30ms with 2.11.2
Thomas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Very slow start of cygwin-3.0.0-1 (32-bit)
  2019-02-27 12:54 ` Thomas Wolff
@ 2019-02-27 13:03   ` Corinna Vinschen
  2019-02-27 14:25     ` Thomas Wolff
  0 siblings, 1 reply; 8+ messages in thread
From: Corinna Vinschen @ 2019-02-27 13:03 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

On Feb 27 13:37, Thomas Wolff wrote:
> On 19.02.2019 14:06, cygwin@roche.com wrote:
> > Hello everyone,
> > 
> > I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This computer is member of a big AD domain. My account is member of a lot of AD groups.
> > 
> > In my configuration there are no /etc/passwd and /etc/group files. The /etc/nsswitch.conf file is empty. I don't use cygserver.
> > 
> > I just updated from cygwin-2.11.2-1 to cygwin-3.0.0-1 without changing something else on my computer configuration.
> > 
> > With cygwin-2.11.2-1 the startup of a terminal window was fast (about 1 second). With cygwin-3.0.0-1 it takes about 5 minutes.
> Not sure whether it's the same. Same situation in /etc, Windows 7
> Professional, Windows and Cygwin 64 bit.
> Test from Windows cmd `time < nul & uname -a & time < nul`
> takes 11-12s with 3.0.1 but 20-30ms with 2.11.2

Test the latest snapshot from https://cygwin.com/snapshots/, please.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: Very slow start of cygwin-3.0.0-1 (32-bit)
  2019-02-27 13:03   ` Corinna Vinschen
@ 2019-02-27 14:25     ` Thomas Wolff
  2019-02-27 14:52       ` Corinna Vinschen
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Wolff @ 2019-02-27 14:25 UTC (permalink / raw)
  To: cygwin

On 27.02.2019 13:54, Corinna Vinschen wrote:
> On Feb 27 13:37, Thomas Wolff wrote:
>> On 19.02.2019 14:06, cygwin@roche.com wrote:
>>> Hello everyone,
>>>
>>> I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This computer is member of a big AD domain. My account is member of a lot of AD groups.
>>>
>>> In my configuration there are no /etc/passwd and /etc/group files. The /etc/nsswitch.conf file is empty. I don't use cygserver.
>>>
>>> I just updated from cygwin-2.11.2-1 to cygwin-3.0.0-1 without changing something else on my computer configuration.
>>>
>>> With cygwin-2.11.2-1 the startup of a terminal window was fast (about 1 second). With cygwin-3.0.0-1 it takes about 5 minutes.
>> Not sure whether it's the same. Same situation in /etc, Windows 7
>> Professional, Windows and Cygwin 64 bit.
>> Test from Windows cmd `time < nul & uname -a & time < nul`
>> takes 11-12s with 3.0.1 but 20-30ms with 2.11.2
> Test the latest snapshot from https://cygwin.com/snapshots/, please.
Fixed, thank you.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Very slow start of cygwin-3.0.0-1 (32-bit)
  2019-02-27 14:25     ` Thomas Wolff
@ 2019-02-27 14:52       ` Corinna Vinschen
  2019-02-27 20:21         ` Achim Gratz
  0 siblings, 1 reply; 8+ messages in thread
From: Corinna Vinschen @ 2019-02-27 14:52 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

On Feb 27 14:03, Thomas Wolff wrote:
> On 27.02.2019 13:54, Corinna Vinschen wrote:
> > On Feb 27 13:37, Thomas Wolff wrote:
> > > On 19.02.2019 14:06, cygwin@roche.com wrote:
> > > > Hello everyone,
> > > > 
> > > > I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This computer is member of a big AD domain. My account is member of a lot of AD groups.
> > > > 
> > > > In my configuration there are no /etc/passwd and /etc/group files. The /etc/nsswitch.conf file is empty. I don't use cygserver.
> > > > 
> > > > I just updated from cygwin-2.11.2-1 to cygwin-3.0.0-1 without changing something else on my computer configuration.
> > > > 
> > > > With cygwin-2.11.2-1 the startup of a terminal window was fast (about 1 second). With cygwin-3.0.0-1 it takes about 5 minutes.
> > > Not sure whether it's the same. Same situation in /etc, Windows 7
> > > Professional, Windows and Cygwin 64 bit.
> > > Test from Windows cmd `time < nul & uname -a & time < nul`
> > > takes 11-12s with 3.0.1 but 20-30ms with 2.11.2
> > Test the latest snapshot from https://cygwin.com/snapshots/, please.
> Fixed, thank you.

Thanks for testing!


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: Very slow start of cygwin-3.0.0-1 (32-bit)
  2019-02-27 14:52       ` Corinna Vinschen
@ 2019-02-27 20:21         ` Achim Gratz
  0 siblings, 0 replies; 8+ messages in thread
From: Achim Gratz @ 2019-02-27 20:21 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen writes:
>> > Test the latest snapshot from https://cygwin.com/snapshots/, please.
>> Fixed, thank you.

I can confirm that this problem is solved.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2019-02-27 19:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 13:32 Very slow start of cygwin-3.0.0-1 (32-bit) cygwin
2019-02-21 20:09 ` Achim Gratz
2019-02-22  9:55   ` Corinna Vinschen
2019-02-27 12:54 ` Thomas Wolff
2019-02-27 13:03   ` Corinna Vinschen
2019-02-27 14:25     ` Thomas Wolff
2019-02-27 14:52       ` Corinna Vinschen
2019-02-27 20:21         ` Achim Gratz

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