From owner-freebsd-stable@FreeBSD.ORG Thu Jan 26 09:15:25 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0CA16A422 for ; Thu, 26 Jan 2006 09:15:25 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: from office.suresupport.com (office.suresupport.com [213.145.98.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 70E3143D55 for ; Thu, 26 Jan 2006 09:15:24 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 14431 invoked by uid 1026); 26 Jan 2006 09:17:34 -0000 Received: from 213.145.98.14 by office.suresupport.com (envelope-from , uid 1004) with qmail-scanner-1.23 (f-prot: 4.4.2/3.14.11. Clear:RC:1(213.145.98.14):. Processed in 0.113053 secs); 26 Jan 2006 09:17:34 -0000 Received: from unknown (HELO 14.98.145.213.in-addr.arpa) (213.145.98.14) by office.suresupport.com with SMTP; 26 Jan 2006 09:17:33 -0000 From: Niki Denev To: stable@freebsd.org Date: Thu, 26 Jan 2006 11:17:21 +0200 User-Agent: KMail/1.9.1 References: <200601261050.15049.nike_d@cytexbg.com> <20060126085422.GB97175@mid.pc5.i.0x5.de> In-Reply-To: <20060126085422.GB97175@mid.pc5.i.0x5.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601261117.21743.nike_d@cytexbg.com> Cc: Nicolas Rachinsky Subject: Re: manual escape to debugger on serial console not working? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 09:15:25 -0000 On Thursday 26 January 2006 10:54, Nicolas Rachinsky wrote: > * Niki Denev [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 [...] > > Nicolas Ah, this was the missing link :) I completely forgot the part that i must type "~~#" to actually send a BREAK. Thank You, Nicolas! Regards, Niki Denev