From owner-freebsd-stable@FreeBSD.ORG Fri Jan 27 19:53:59 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 91A1116A420 for ; Fri, 27 Jan 2006 19:53:59 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3531643D49 for ; Fri, 27 Jan 2006 19:53:59 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 75660B810 for ; Fri, 27 Jan 2006 14:53:58 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <200601261050.15049.nike_d@cytexbg.com> References: <200601261050.15049.nike_d@cytexbg.com> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-4--976836994; protocol="application/pkcs7-signature" Message-Id: From: Vivek Khera Date: Fri, 27 Jan 2006 14:53:56 -0500 To: stable@freebsd.org X-Mailer: Apple Mail (2.746.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Fri, 27 Jan 2006 19:53:59 -0000 --Apple-Mail-4--976836994 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Jan 26, 2006, at 3:50 AM, Niki Denev wrote: > i have this added to my kernel conf : > options BREAK_TO_DEBUGGER > options KDB > options DDB I recommend ALT_BREAK_TO_DEBUGGER instead of BREAK_TO_DEBUGGER especially if you use cyclades terminal servers. They send BREAK on power-up so if you ever have to power cycle one you're gonna halt all of your other boxes. --Apple-Mail-4--976836994--