Re: manual escape to debugger on serial console not working?

2006-01-27 Thread Vivek Khera
On Jan 26, 2006, at 3:50 AM, Niki Denev wrote: i have this added to my kernel conf : options BREAK_TO_DEBUGGER options KDB options DDB I recommend ALT_BREAK_TO_DEBUGGER instead of BREAK_TO_DEBUGGER especially if you use cyclades terminal servers. They send BREAK on power-up so if you

manual escape to debugger on serial console not working?

2006-01-26 Thread Niki Denev
Hello, While investigating a problem with one server i installed a serial console on it. The machine has a supermicro board with console redirection enabled on the same port, and everything seems ok, i.e. when the machine panics i get a debugger on the serial console, but when i try to manually

Re: manual escape to debugger on serial console not working?

2006-01-26 Thread Nicolas Rachinsky
* Niki Denev [EMAIL PROTECTED] [2006-01-26 10:50 +0200]: to the debugger with BREAK (~#) i get this on the screen : The following connections are open: #0 client-session (t4 r0 i0/0 o0/0 fd 4/5 cfd -1) Are you using ssh? man ssh Escape Characters When a pseudo terminal has been

Re: manual escape to debugger on serial console not working?

2006-01-26 Thread Niki Denev
On Thursday 26 January 2006 10:54, Nicolas Rachinsky wrote: * Niki Denev [EMAIL PROTECTED] [2006-01-26 10:50 +0200]: to the debugger with BREAK (~#) i get this on the screen : The following connections are open: #0 client-session (t4 r0 i0/0 o0/0 fd 4/5 cfd -1) Are you using ssh? man

Re: manual escape to debugger on serial console not working?

2006-01-26 Thread Peter Jeremy
On Thu, 2006-Jan-26 11:17:21 +0200, Niki Denev wrote: Ah, this was the missing link :) I completely forgot the part that i must type ~~# to actually send a BREAK. I rarely use the ssh break so I set it to something other than '~' in my .ssh/config so it doesn't clash with (eg) tip. -- Peter