www.delorie.com/archives/browse.cgi | search |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |