Re: find_fast_cwd auto-responder test

2019-02-13 Thread john doe
On 2/13/2019 10:56 PM, Andrey Repin wrote: > Greetings, Corinna! > > Since many authors of such messages aren't subscribed to the list, the > author's Reply-To or From email address needs to be added to the list of > recipients. > If my understanding is correct, 'X-IsSubscribed: yes' indicates if

Re: Fwd: compute FAST_CWD pointer error

2019-02-13 Thread Andrey Repin
Greetings, George Jordan! > As I try to run john the ripper I get this error - compute FAST_CWD pointer. > I am not sure how to proceed, I am running on windows 64-bit. Proceed with https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings The issue was fixed over a decade ago. --

Fwd: compute FAST_CWD pointer error

2019-02-13 Thread George Jordan
-- Forwarded message - From: George Jordan Date: Wed, Feb 13, 2019 at 7:38 PM Subject: compute FAST_CWD pointer error To: Dear Sir/Madam, As I try to run john the ripper I get this error - compute FAST_CWD pointer. I am not sure how to proceed, I am running on windows 64-bit.

Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.9

2019-02-13 Thread Andrey Repin
Greetings, Corinna Vinschen! > I uploaded a new Cygwin test release 3.0.0-0.9 > If all goes well, this is the last test release. > Changes from 3.0.0-0.8: > - Fix case correctness of passwd/group entries fetched via getpwnam > or getgrnam. > Please test. I've got a sudden diff: -: Illegal

Re: sshd: computer name's case must match?

2019-02-13 Thread Andrey Repin
Greetings, Bill Stewart! Preface: Please teach your mail agent to not quote raw email addresses. >> > (a) Domain or computer name portion to the left of the "+" must always >> > be uppercase >> >> No, the case must match the case of the domain or computername. >> >> > (b) Username after "+" sign

Re: Errors creating new 32-bit Cygwin installation

2019-02-13 Thread Andrey Repin
Greetings, Adam Dinwoodie! > I'm trying to create a new 32-bit Cygwin installation, but the > installation is failing. I'm getting errors during the postinstall > script phase, starting MinTTY reports forking errors, and attempting > to rebase in ash fails with "fork: can't reserve memory for

Re: find_fast_cwd auto-responder test

2019-02-13 Thread Andrey Repin
Greetings, Corinna! Since many authors of such messages aren't subscribed to the list, the author's Reply-To or From email address needs to be added to the list of recipients. >>TEST mail, don't reply >>-- >>bash 42 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.

More information: Problem with cygserver (LookupAccountSid()) -- interlocking with its clients

2019-02-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
I was trying to figure out what SID cygserver was trying to access... When I run ipcs without cygserver running, I see this SID is being retrieved successfully: 359 2451151 [main] ipcs 10404 pwdgrp::fetch_account_from_windows: line: When I run ipcs with cygserver, the SID, which looks very

Re: sshd: computer name's case must match?

2019-02-13 Thread Bill Stewart
On Wed, Feb 13, 2019 at 1:25 PM Corinna Vinschen wrote: > > (a) Domain or computer name portion to the left of the "+" must always > > be uppercase > > No, the case must match the case of the domain or computername. > > > (b) Username after "+" sign (or username alone, without "+" sign) must > >

Problem with cygserver (LookupAccountSid()) -- interlocking with its clients

2019-02-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
Hi all, We're having the following problem (on a subset(*) of Windows-10 machines) with running cygserver. Started afresh, strace shows no activity in it, but should I execute a command (ipcs in the example below), then cygserver begins to experience freezes like these: 5295758 62716455

Re: sshd: computer name's case must match?

2019-02-13 Thread Corinna Vinschen
On Feb 13 11:13, Bill Stewart wrote: > On Wed, Feb 13, 2019 at 10:56 AM Corinna Vinschen > wrote: > > The complete string "domain+samaccountname" is the Cygwin username, > > see the output of `getent passwd ' The entire Cygwin username > > should always use the same case, otherwise case sensitive

Re: sshd: computer name's case must match?

2019-02-13 Thread Bill Stewart
On Wed, Feb 13, 2019 at 10:56 AM Corinna Vinschen wrote: > The complete string "domain+samaccountname" is the Cygwin username, > see the output of `getent passwd ' The entire Cygwin username > should always use the same case, otherwise case sensitive pattern > matching on the name returned in the

Re: sshd: computer name's case must match?

2019-02-13 Thread Corinna Vinschen
On Feb 13 10:43, Bill Stewart wrote: > On Wed, Feb 13, 2019 at 9:26 AM Corinna Vinschen > wrote: > > No, that was a bug. With case insenitive usernames, the pattern > > matching in OpenSSH won't work and you create a potential security > > problem. > > I see - interoperability issue. > >

Re: sshd: computer name's case must match?

2019-02-13 Thread Bill Stewart
On Wed, Feb 13, 2019 at 9:26 AM Corinna Vinschen wrote: > No, that was a bug. With case insenitive usernames, the pattern > matching in OpenSSH won't work and you create a potential security > problem. I see - interoperability issue. Therefore it becomes imperative on the Windows side to match

Re: Errors creating new 32-bit Cygwin installation

2019-02-13 Thread Adam Dinwoodie
On Wed, 13 Feb 2019 at 16:17, Ken Brown wrote: > On 2/13/2019 10:38 AM, Adam Dinwoodie wrote: > > I'm trying to create a new 32-bit Cygwin installation, but the > > installation is failing. I'm getting errors during the postinstall > > script phase, starting MinTTY reports forking errors, and

find_fast_cwd auto-responder test

2019-02-13 Thread dont_try_this_at_home_kids
TEST mail, don't reply -- hopefully the last try bash 42 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Corinna -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: sshd: computer name's case must match?

2019-02-13 Thread Corinna Vinschen
On Feb 13 09:23, Bill Stewart wrote: > On Wed, Feb 13, 2019 at 9:10 AM Corinna Vinschen > wrote: > > > This can't work correctly with OpenSSH. The decision to allow only > > the correct case in OpenSSH was made back in 2010, because otherwise > > we would need a lot of special rules in OpenSSH

Re: sshd: computer name's case must match?

2019-02-13 Thread Bill Stewart
On Wed, Feb 13, 2019 at 9:10 AM Corinna Vinschen wrote: > This can't work correctly with OpenSSH. The decision to allow only > the correct case in OpenSSH was made back in 2010, because otherwise > we would need a lot of special rules in OpenSSH just for Cygwin. > Sorry, but that's how it is.

Re: Errors creating new 32-bit Cygwin installation

2019-02-13 Thread Ken Brown
On 2/13/2019 10:38 AM, Adam Dinwoodie wrote: > Hi, > > I'm trying to create a new 32-bit Cygwin installation, but the > installation is failing. I'm getting errors during the postinstall > script phase, starting MinTTY reports forking errors, and attempting > to rebase in ash fails with "fork:

Re: find_fast_cwd auto-responder test

2019-02-13 Thread corinna-owner
>TEST mail, don't reply >-- >bash 42 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. >Please report this problem to the public mailing list cygwin@cygwin.com >Corinna >-- https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings -- Problem

find_fast_cwd auto-responder test

2019-02-13 Thread dont_try_this_at_home_kids
TEST mail, don't reply -- bash 42 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Corinna -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: sshd: computer name's case must match?

2019-02-13 Thread Corinna Vinschen
On Feb 13 08:53, Bill Stewart wrote: > On Wed, Feb 13, 2019 at 5:25 AM Corinna Vinschen > wrote: > > > > sshd checks usernames case-sensitive against their name stored in the > > > user DB. The problem that you can use differently cased usernames > > > here is that the Windows function for

Re: sshd: computer name's case must match?

2019-02-13 Thread Bill Stewart
On Wed, Feb 13, 2019 at 5:25 AM Corinna Vinschen wrote: > > sshd checks usernames case-sensitive against their name stored in the > > user DB. The problem that you can use differently cased usernames > > here is that the Windows function for checking the name is case- > > insensitive, so it

Re: find_fast_cwd auto-responder test

2019-02-13 Thread corinna-cygwin
>TEST mail, don't reply >-- >bash 42 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. >Please report this problem to the public mailing list cygwin@cygwin.com >Corinna >-- >Problem reports: http://cygwin.com/problems.html >FAQ:

find_fast_cwd auto-responder test

2019-02-13 Thread dont_try_this_at_home_kids
TEST mail, don't reply -- bash 42 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Corinna -- Problem reports: http://cygwin.com/problems.html FAQ:

Errors creating new 32-bit Cygwin installation

2019-02-13 Thread Adam Dinwoodie
Hi, I'm trying to create a new 32-bit Cygwin installation, but the installation is failing. I'm getting errors during the postinstall script phase, starting MinTTY reports forking errors, and attempting to rebase in ash fails with "fork: can't reserve memory for parent stack" errors. My best

Re: error regarding find_fast_cwd

2019-02-13 Thread Marco Atzeri
Am 13.02.2019 um 06:22 schrieb Tokala, Bala Murali: Dear Sir/Madam I am getting the follwing error . please help me in getting over it . 1 [main] lm32-elf-gdb 17116 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list

[ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.9

2019-02-13 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin test release 3.0.0-0.9 If all goes well, this is the last test release. Changes from 3.0.0-0.8: - Fix case correctness of passwd/group entries fetched via getpwnam or getgrnam. Please test.

TEST: Cygwin 3.0.0-0.9

2019-02-13 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin test release 3.0.0-0.9 If all goes well, this is the last test release. Changes from 3.0.0-0.8: - Fix case correctness of passwd/group entries fetched via getpwnam or getgrnam. Please test.

Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.8

2019-02-13 Thread Corinna Vinschen
On Feb 13 11:21, Michael Haubenwallner wrote: > On 2/11/19 3:28 PM, Corinna Vinschen wrote: > > Hi folks, > > > > I uploaded a new Cygwin test release 3.0.0-0.8 > > > Please test. > > Seems to work fine for Gentoo Prefix now, and still to run MSVC toolchain. Thanks for testing. I'll upload YA

Re: sshd: computer name's case must match?

2019-02-13 Thread Corinna Vinschen
On Feb 13 11:32, Corinna Vinschen wrote: > On Feb 12 16:07, Bill Stewart wrote: > > Good day, > > > > I am testing sshd using the cygwin1.dll 3.x version (run as SYSTEM - > > S4U logon - works great!). > > > > One thing I've noticed is that if I use ssh log onto a remote > > domain-joined

[newlib-cygwin] Cygwin: ldap.cc: fix formatting

2019-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=79c4e95fad48111d2b04b2be183324d630d9d1a3 commit 79c4e95fad48111d2b04b2be183324d630d9d1a3 Author: Corinna Vinschen Date: Wed Feb 13 12:43:25 2019 +0100 Cygwin: ldap.cc: fix formatting Signed-off-by: Corinna Vinschen

[newlib-cygwin] Cygwin: passwd/group: store account name case correct, take 2

2019-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4e34a39b5cdf4c3f889486b7460bea063e579d10 commit 4e34a39b5cdf4c3f889486b7460bea063e579d10 Author: Corinna Vinschen Date: Wed Feb 13 13:16:15 2019 +0100 Cygwin: passwd/group: store account name case correct, take 2 The

[newlib-cygwin] Cygwin: passwd/group: rename get_group_name to get_account_name

2019-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=09bbcf8788692f927b6c07c0ea812e7a5eff3b84 commit 09bbcf8788692f927b6c07c0ea812e7a5eff3b84 Author: Corinna Vinschen Date: Wed Feb 13 12:42:56 2019 +0100 Cygwin: passwd/group: rename get_group_name to get_account_name The

[newlib-cygwin] Cygwin: passwd/group: raise local name buffer size

2019-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=507982af79847f44c763ff70db15104d78174b2e commit 507982af79847f44c763ff70db15104d78174b2e Author: Corinna Vinschen Date: Wed Feb 13 12:41:55 2019 +0100 Cygwin: passwd/group: raise local name buffer size Make sure a

Re: sshd: computer name's case must match?

2019-02-13 Thread Corinna Vinschen
On Feb 12 16:07, Bill Stewart wrote: > Good day, > > I am testing sshd using the cygwin1.dll 3.x version (run as SYSTEM - > S4U logon - works great!). > > One thing I've noticed is that if I use ssh log onto a remote > domain-joined machine (e.g., connect with COMPUTER+localname), the >

Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.8

2019-02-13 Thread Michael Haubenwallner
On 2/11/19 3:28 PM, Corinna Vinschen wrote: > Hi folks, > > I uploaded a new Cygwin test release 3.0.0-0.8 > Please test. Seems to work fine for Gentoo Prefix now, and still to run MSVC toolchain. Thanks! /haubi/ -- Problem reports: http://cygwin.com/problems.html FAQ:

[newlib-cygwin] Cygwin: uinfo.cc: fix formatting

2019-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=43fa1aafa6cec04d85ca0c08a9a293ada9bd3aad commit 43fa1aafa6cec04d85ca0c08a9a293ada9bd3aad Author: Corinna Vinschen Date: Wed Feb 13 11:10:41 2019 +0100 Cygwin: uinfo.cc: fix formatting Signed-off-by: Corinna Vinschen

[newlib-cygwin] Cygwin: passwd/group: store account name case correct

2019-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9a3cc77b2afc52a2faa5e4daeb59dfd4506c0693 commit 9a3cc77b2afc52a2faa5e4daeb59dfd4506c0693 Author: Corinna Vinschen Date: Wed Feb 13 11:10:55 2019 +0100 Cygwin: passwd/group: store account name case correct When looking up