From owner-freebsd-stable@FreeBSD.ORG Thu Jan 26 08:54:26 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 14B3A16A420 for ; Thu, 26 Jan 2006 08:54:26 +0000 (GMT) (envelope-from nicolas@i.0x5.de) Received: from n.0x5.de (n.0x5.de [217.197.85.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3690743D48 for ; Thu, 26 Jan 2006 08:54:24 +0000 (GMT) (envelope-from nicolas@i.0x5.de) Received: by pc5.i.0x5.de (Postfix, from userid 1003) id 9AC8B81C2E; Thu, 26 Jan 2006 09:54:22 +0100 (CET) Date: Thu, 26 Jan 2006 09:54:22 +0100 From: Nicolas Rachinsky To: stable@freebsd.org Message-ID: <20060126085422.GB97175@mid.pc5.i.0x5.de> Mail-Followup-To: stable@freebsd.org References: <200601261050.15049.nike_d@cytexbg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601261050.15049.nike_d@cytexbg.com> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: 887BAE72 X-PGP-Fingerprint: 039E 9433 115F BC5F F88D 4524 5092 45C4 887B AE72 X-PGP-Keys: http://www.rachinsky.de/nicolas/gpg/nicolas_rachinsky.asc User-Agent: Mutt/1.5.11 Cc: 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 08:54:26 -0000 * 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 When a pseudo terminal has been requested, ssh supports a number of func- tions through the use of an escape character. A single tilde character can be sent as ~~ or by following the tilde by a character other than those described below. The escape character must always follow a newline to be interpreted as special. The escape charac- ter can be changed in configuration files using the EscapeChar configura- tion directive or on the command line by the -e option. The supported escapes (assuming the default `~') are: ~. Disconnect ~^Z Background ssh ~# List forwarded connections ~& Background ssh at logout when waiting for forwarded connection / X11 sessions to terminate ~? Display a list of escape characters ~C Open command line (only useful for adding port forwardings using the -L and -R options) ~R Request rekeying of the connection (only useful for SSH protocol version 2 and if the peer supports it) Nicolas -- http://www.rachinsky.de/nicolas