On Thu, Nov 28, 2002 at 11:23:43AM +0100, Frank-Michael Moser wrote: > Corinna Vinschen wrote: > >... > >What does the ACL of ${windir}/system32/wsock32.dll look like? > >And, just being curious, what is the value of the registry entry > >HKLM\System\CurrentControlSet\Control\SessionManager\SafeDllSearchMode > >if available? > > > >Corinna > > $ regtool get "/machine/SYSTEM/CurrentControlSet/Control/Session > Manager/SafeDllSearchMode" > Error (2): Das System kann die angegebene Datei nicht finden. > > moser@PIP /cygdrive/c/WINDOWS/system32 > $ getfacl wsock32.dll > # file: wsock32.dll > # owner: moser > # group: Kein > user::rwx > group::rwx > group:Benutzer:r-x > mask::rwx > other::--- > > ("other::---" - could this be the problem?)
Yes, try to change that. My XP has the following setting: $ getfacl /WINXP/system32/wsock32.dll # file: /WINXP/system32/wsock32.dll # owner: Administrators # group: SYSTEM user::rwx group::rwx group:Users:r-x group:Powerusers:r-x mask::rwx other::--- I wonder how that happened on your machine. It's normal that files under ${windir} are owned by Administrators and group SYSTEM. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/