From owner-freebsd-current@FreeBSD.ORG Sat Dec 20 08:47:16 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F4B41065670 for ; Sat, 20 Dec 2008 08:47:16 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id DF4868FC08 for ; Sat, 20 Dec 2008 08:47:14 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 6AD039CB1B9 for ; Sat, 20 Dec 2008 09:42:15 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FzHz6ZNc0NK5 for ; Sat, 20 Dec 2008 09:42:10 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 389C89CB2B7 for ; Sat, 20 Dec 2008 09:42:10 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id mBK8g9c7073386 for current@freebsd.org; Sat, 20 Dec 2008 09:42:09 +0100 (CET) (envelope-from rdivacky) Date: Sat, 20 Dec 2008 09:42:09 +0100 From: Roman Divacky To: current@freebsd.org Message-ID: <20081220084209.GA73040@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: cant break into ddb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2008 08:47:16 -0000 hi I just tried to break into ddb and it does not work. it seems like "something" happened when I pressed the magic buttons but nothing shows on the console nor it seems to respond to keyboard commands. the relevant part of my config if that matters: options KDB options DDB #Enable the kernel debugger options DDB_CTF strange thing is that when I presed reset (the hw button) it did not reset itself, it did something but the lcd stayed off and it did not react to anything, I had to physically plug the pc off the power grid. can someone confirm that manually breaking into ddb works in -current? roman