From owner-freebsd-current Mon Apr 22 16:42:05 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28887 for current-outgoing; Mon, 22 Apr 1996 16:42:05 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA28852 Mon, 22 Apr 1996 16:41:58 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA18168; Mon, 22 Apr 1996 16:37:52 -0700 From: Terry Lambert Message-Id: <199604222337.QAA18168@phaeton.artisoft.com> Subject: Re: request for a new "feature" as regards DDB To: scrappy@ki.net (Marc G. Fournier) Date: Mon, 22 Apr 1996 16:37:52 -0700 (MST) Cc: current@FreeBSD.org, stable@FreeBSD.org In-Reply-To: from "Marc G. Fournier" at Apr 22, 96 04:26:32 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > So...any way of having an auto-switch to vt0 if the system > crashes with DDB enabled? Assuming you aren't in X, yes, it's possible. If you are in X, after the panic, the console driver would need to send a signal to the X server process to get it to restore the console state. Obviously, the X server process can't run if your machine has paniced. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.