This is the mail archive of the cygwin-developers@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]

Re: [starksb@ebi.ac.uk: 1.3.2 -> 1.3.3: ssh-add fails on win98: "Could not open a connection to your authentication agent."]


Hi!

Thursday, 13 September, 2001 Corinna Vinschen vinschen@redhat.com wrote:

CV> On Thu, Sep 13, 2001 at 04:40:06PM +0400, egor duda wrote:
>> Hi!
>> 
>> Thursday, 13 September, 2001 Corinna Vinschen cygwin@cygwin.com wrote:
>> 
>> CV> My strace shows the "accept from unauthorized server" string generated
>> CV> in ssh-add in the connect call.  Are you interested to get my strace
>> CV> too?
>> 
>> yes, please. as is suspect it's quite big, send it to my private
>> e-mail.

CV> Ok, I've atteched it as a bzip2'd file.

well, it looks like ssh-agent never actually accept()s on the
authentication socket as all select() calls return error WSAENOTSOCK

 1120 8809795 [main] ssh-agent 149391 peek_socket: considering handle 0xDC
  814 8810609 [main] ssh-agent 149391 peek_socket: adding read fd_set /dev/streamsocket, fd 3
  716 8811325 [main] ssh-agent 149391 peek_socket: WINSOCK_SELECT returned -1
  684 8812009 [main] ssh-agent 149391 peek_socket: error 10038

right now i don't have w9x around, so i can't debug this further.

it's a bit unfortunate to have "accept from unauthorized server" in an
strace while there were no accept() call from the server at all. I'll
try to make debugging output a bit more descriptive.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


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