Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37EF7B32.26D28497@vinschen.de> Date: Mon, 27 Sep 1999 16:12:02 +0200 From: Corinna Vinschen X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: Philip Aston CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Strange delays - need to recompile bash for latest snapshot? References: <14315 DOT 44519 DOT 82000 DOT 190716 AT parallax DOT co DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Philip Aston wrote: > [...] > [1]. Using strace bash, I see a large pause in several calls to > lookup_name, followed by a Win32 error - see below. > [...] > 11337 772347 [sig] ls 1017 lookup_name: LookupAccountName(philipa) Win32 error +1332 > 759 773106 [sig] ls 1017 ../../../sdevo/winsup/security.cc:183 seterrno: unknown error 1332 Hi Philip, maybe the name philipa is used in /etc/passwd but it's not your true NT login name? This results in such problems when CYGWIN=ntsec is set and it's set by default. You don't have to compile bash. It has nothing to do with this phenomenon. There are two possible solutions, either edit your /etc/passwd and /etc/group files to let them reflect your NT user and group settings as much as possible (don't use abbreviations of the true login names!) or set CYGWIN=nontsec. Regards, Corinna -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com