This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug in Cygwin SSHD on windows XP


Frank-Michael Moser <moser@decodon.com> wrote:

>> Max Bowsher wrote:
>>> Try:
>>> CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/wsock32.dll
>>> CYGWIN=ntsec getfacl /cygdrive/c/WINDOWS/system32/ws2_32.dll
>>>
>>> Who knows, it might help find the problem.
>>
>> I'm not sure what you mean but I tried
>>
>> $ cygrunsrv --install sshd --disp "SSH daemon" --path
>> /usr/sbin/sshd.exe
>> --args "-d" --env CYGWIN="ntsec getfacl
>> /cygdrive/c/WINDOWS/system32/wsock32.dll"
>>
>> and attached the resulting debug output. What should I expect or
>> examine?

Ah. I should have explained myself better.
Those 2 lines were things to type in to bash.
I noticed (as you did later) that your getfacl output was with ntsec off.
"VAR=val command" is bash syntax for 'run command, setting VAR to val in its
environment'

So, basically I was just saying to show getfacl output with ntsec on.

But do check the permissions on ws2_32.dll. wsock32.dll depends on it.

Max.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]