From owner-freebsd-stable@FreeBSD.ORG Wed Feb 4 08:12:32 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6763F106566B for ; Wed, 4 Feb 2009 08:12:32 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3498FC23 for ; Wed, 4 Feb 2009 08:12:31 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n148CViI093574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Feb 2009 00:12:31 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n148CVXG093573; Wed, 4 Feb 2009 00:12:31 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA13948; Wed, 4 Feb 09 00:11:04 PST Date: Wed, 04 Feb 2009 00:12:26 -0800 From: perryh@pluto.rain.com To: lstewart@freebsd.org, lev@freebsd.org Message-Id: <49894dea.SiGowBfWetAwPS9l%perryh@pluto.rain.com> References: <487453015.20090204002315@serebryakov.spb.ru> <228935905.20090204015059@serebryakov.spb.ru> <4988E337.4050107@freebsd.org> In-Reply-To: <4988E337.4050107@freebsd.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: 7.1-stable (righ after release) locks up on soekris net5501 every day 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: Wed, 04 Feb 2009 08:12:34 -0000 > > And it seems, that my USB2Serial cable can not generate BREAK. > > When I press "~#" in cu it output "~" and doesn't go to debugger > > (yse, I have BREAK_TO_DEBUGGER option)... > > Have you changed the ssh escape char? It defaults to "~" so if you > haven't, ssh eats the "~" before cu sees it. Rather than changing the ssh escape char, it may be easier to just type "~~#". ssh should transform the ~~ into a single ~.