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

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 pare

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 > > m

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 [unkn

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

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 attem

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 j

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

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: can

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 reports:

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: http://cygwin.com

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 check

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 take

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: http://cy

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: http://cygwin.com

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 gues

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 cygwin@cygw

[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. ==

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 machine

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 > 'COMPUTER

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: