Jim Garrison <jim.garrison <at> troux.com> writes: > > I'm consistently getting a stack trace when attempting to run a command via ssh, using a dsa key, on a remote > Windows Server 2003 SP2 x64 that has Cygwin sshd installed and configured. The error is occurring at the > remote sshd process: > > $ ssh qaautotest1 ls > 2 [main] sshd 3156 D:\cygwin\usr\sbin\sshd.exe: *** fatal error - unable to load > C:\WINDOWS\system32\user32.dll, Win32 error 1114 > Stack trace: > Frame Function Args > 002298B4 6102796B (002298B4, 00000000, 00000000, 00000040) > ...
I'm, also getting this error. See bottom of my comments...perhaps a cygwin vs Windows path problem. Target server of ssh or scp or sftp: Info - Windoze 2003 sp2 CStepp@blahblahblah# uname -a CYGWIN_NT-5.2 blahblahblah 1.7.10(0.259/5/3) 2012-02-05 12:36 i686 Cygwin ssh blablahblah -l CStepp hostname Authentication successful. 7 [main] sshd 1324 D:\cygwin\usr\sbin\sshd.exe: *** fatal error - unable to load C:\WINDOWS\system32\user32.dll, Win32 error 1114 Stack trace: Frame Function Args 002297D4 6102F96B (002297D4, 00000000, 00000000, 00000000) 00229AC4 6102F96B (6119BD20, 00008000, 00000000, 6119DB0F) 0022AAF4 61005F0C (6119D140, 0022AB20, 77E5C70B, 0022AB44) ... This is from an HP-UX sever or my pc running cygwin to the Windoze 2003 host. # !!!!!!!!!!!! HMMMMM... !!!!!!!!!!!!!!!!!!!!!!!!!!! # CStepp@blahblahblah# ls -lart C:\WINDOWS\system32\user32.dll ls: cannot access C:WINDOWSsystem32user32.dll: No such file or directory CStepp@blahblahblah# ls -lart C:\\WINDOWS\\system32\\user32.dll cygwin warning: MS-DOS style path detected: C:\WINDOWS\system32\user32.dll Preferred POSIX equivalent is: /cygdrive/c/WINDOWS/system32/user32.dll CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames -rwxr-xr-x 1 CStepp Domain Users 583680 Mar 1 2007 C:\WINDOWS\system32\user32.dll -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple