From owner-freebsd-stable@FreeBSD.ORG Tue Dec 12 23:11:27 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C563216A47B; Tue, 12 Dec 2006 23:11:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A0845208; Tue, 12 Dec 2006 22:44:00 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kBCMjGM7022238; Tue, 12 Dec 2006 17:45:16 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Marc G. Fournier" Date: Tue, 12 Dec 2006 17:40:17 -0500 User-Agent: KMail/1.9.1 References: <624054998B7DEF7D446796E1@ganymede.hub.org> <2DFC96D03609F01A73C57471@ganymede.hub.org> <2AE857ECA9779462311B42E4@ganymede.hub.org> In-Reply-To: <2AE857ECA9779462311B42E4@ganymede.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612121740.18368.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 12 Dec 2006 17:45:16 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2319/Tue Dec 12 15:09:22 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-proliant@freebsd.org, freebsd-stable@freebsd.org Subject: Re: BREAK TO DDB over SSH (Was: Re: panic: sleeping thread) 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: Tue, 12 Dec 2006 23:11:27 -0000 On Tuesday 12 December 2006 16:59, Marc G. Fournier wrote: > > --On Tuesday, December 12, 2006 17:49:33 -0400 "Marc G. Fournier" > wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > > > > > - --On Tuesday, December 12, 2006 17:40:48 -0400 "Marc G. Fournier" > > wrote: > > > >> I'll try the -e none the next time it crashes, unless someone else has > >> another idea for doing it? Actually, I'll try the -e none after its up > >> again, instead of waiting ... > > > > Nope, now it just echos back the ~B as if I was typing regular characters ... > > i hate to do it, but am turning off ssh and going to telnet until I can get > > a core dump ... > > 'k, I must have screwed something up altogether then ... I can't break into DDB > using 'send break' through a telnet session ... > > I have: > > ___options KDB > ___options DDB > ___options KDB_UNATTENDED > ___options BREAK_TO_DEBUGGER > > In my kernel ... is there something else I'm missing? Its the same settings I > have on my other box that I *can* do this with ... > > The only difference is that this is an HP Proliant box, and I'm using REMCONS > through iLO to connect to the console ... KDB_UNATTENDED should make it do a coredump and not bother with dropping into ddb when it panics. -- John Baldwin