Hi :-) i have try a hang on exit patch that i found in the web for an old openssh version, but it dosent help :-( in a german gdb howto i found a tip that the backtrace output can help to analyse the problem.... is it a solaris problem ? Greetings Frank sshd: #0 0xff19d618 in _poll () from /usr/lib/libc.so.1 #1 0xff14d53c in select () from /usr/lib/libc.so.1 #2 0x000339a0 in wait_until_can_do_something (readsetp=0xffbee5dc, writesetp=0xffbee5d8, maxfdp=0xffbee5d4, nallocp=0xffbee5d0, max_time_milliseconds=0) at serverloop.c:325 #3 0x00034d6c in server_loop2 (authctxt=0x123ac8) at serverloop.c:776 #4 0x0003ae0c in do_authenticated (authctxt=0x123ac8) at session.c:2265 #5 0x0002ea78 in main (ac=1161216, av=0x11f288) at sshd.c:1719 ssh: (gdb) backtrace #0 0xff19d618 in _poll () #1 0xff14d53c in _select () #2 0x3156c in ?? () #3 0x2d048 in ?? ()
Frank Beckmann wrote:> i have try a hang on exit patch that i found in the web for an old openssh > version, but it dosent help :-(What are you doing when it hangs? Does any of this apply to your situation? http://bugzilla.mindrot.org/show_bug.cgi?id=52 -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
i have encountered the same problem. the patch suggested by darren tucker did not fix the problem. thanks, -martin Frank Beckmann wrote:>Hi :-) > >i have try a hang on exit patch that i found in the web for an old openssh >version, but it dosent help :-( > >in a german gdb howto i found a tip that the backtrace output can help to >analyse the problem.... > >is it a solaris problem ? > >Greetings > >Frank > >sshd: >#0 0xff19d618 in _poll () from /usr/lib/libc.so.1 >#1 0xff14d53c in select () from /usr/lib/libc.so.1 >#2 0x000339a0 in wait_until_can_do_something (readsetp=0xffbee5dc, >writesetp=0xffbee5d8, maxfdp=0xffbee5d4, > nallocp=0xffbee5d0, max_time_milliseconds=0) at serverloop.c:325 >#3 0x00034d6c in server_loop2 (authctxt=0x123ac8) at serverloop.c:776 >#4 0x0003ae0c in do_authenticated (authctxt=0x123ac8) at session.c:2265 >#5 0x0002ea78 in main (ac=1161216, av=0x11f288) at sshd.c:1719 > >ssh: >(gdb) backtrace >#0 0xff19d618 in _poll () >#1 0xff14d53c in _select () >#2 0x3156c in ?? () >#3 0x2d048 in ?? () > >_______________________________________________ >openssh-unix-dev mailing list >openssh-unix-dev at mindrot.org >http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > >
Hi Martin i have yesterday worte with Daren... We fix the Problem with following entry sshd_config ChallengeResponseAuthentication no ssh_config preferredauthentications=publickey,password They have a Problem with keyboard-interactive.... I hope it helps you ! Frank> i have encountered the same problem. the patch suggested by darren > tucker did not fix the problem. > > thanks, > -martin > > Frank Beckmann wrote: > > >Hi :-) > > > >i have try a hang on exit patch that i found in the web for an old > openssh > >version, but it dosent help :-( > > > >in a german gdb howto i found a tip that the backtrace output can help to > >analyse the problem.... > > > >is it a solaris problem ? > > > >Greetings > > > >Frank > > > >sshd: > >#0 0xff19d618 in _poll () from /usr/lib/libc.so.1 > >#1 0xff14d53c in select () from /usr/lib/libc.so.1 > >#2 0x000339a0 in wait_until_can_do_something (readsetp=0xffbee5dc, > >writesetp=0xffbee5d8, maxfdp=0xffbee5d4, > > nallocp=0xffbee5d0, max_time_milliseconds=0) at serverloop.c:325 > >#3 0x00034d6c in server_loop2 (authctxt=0x123ac8) at serverloop.c:776 > >#4 0x0003ae0c in do_authenticated (authctxt=0x123ac8) at session.c:2265 > >#5 0x0002ea78 in main (ac=1161216, av=0x11f288) at sshd.c:1719 > > > >ssh: > >(gdb) backtrace > >#0 0xff19d618 in _poll () > >#1 0xff14d53c in _select () > >#2 0x3156c in ?? () > >#3 0x2d048 in ?? () > > > >_______________________________________________ > >openssh-unix-dev mailing list > >openssh-unix-dev at mindrot.org > >http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > > > > > >
Reasonably Related Threads
- SCO 3.2v4.2 and OpenSSH -current --> connection hangs and does no t close
- SCO 3.2v4.2 and OpenSSH -current --> connection hangs and does n o t close
- [Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
- bug & patch in ServerAliveInterval (openssh 4.3-p2)
- keystroke timing attack