From owner-freebsd-net@FreeBSD.ORG Mon May 28 08:20:15 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00C9716A481 for ; Mon, 28 May 2007 08:20:15 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outA.internet-mail-service.net (outA.internet-mail-service.net [216.240.47.224]) by mx1.freebsd.org (Postfix) with ESMTP id E1F3113C44B for ; Mon, 28 May 2007 08:20:14 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Mon, 28 May 2007 01:20:14 -0700 Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id F1671125B26; Mon, 28 May 2007 01:20:13 -0700 (PDT) Message-ID: <465A90C8.8020600@elischer.org> Date: Mon, 28 May 2007 01:20:24 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Nikos Vassiliadis References: <200705221006.49359.nvass@teledomenet.gr> <200705281033.08968.nvass@teledomenet.gr> <465A8B7B.7060204@elischer.org> <200705281104.22384.nvass@teledomenet.gr> In-Reply-To: <200705281104.22384.nvass@teledomenet.gr> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Robert Watson Subject: debuging a hung kernel X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 08:20:15 -0000 Nikos Vassiliadis wrote: > On Monday 28 May 2007 10:57, Julian Elischer wrote: >> Nikos Vassiliadis wrote: >>> On Tuesday 22 May 2007 10:06, I wrote: >>>> Hello everybody, >>>> >>>> I just managed to lock my box and I want to report it >> define "lock"? >> >> Does it still respond to on the keyboard? > > No, but I was trying to break to the debugger with > myself. I assume that it is > equivalent to the combination you wrote, or not? > >> (Assuming you have the debugger in your kernel?). > > Yes, I have included my kernel configuration, see bellow. > >> Does it still ping? > > no, ARP does not work as well. > nasty.. do you have IPMI? sometimes that allows you to generate an NMI that could theoretically be made to drop to the debugger. I've not had success with that but I have heard others have.