From owner-freebsd-questions@FreeBSD.ORG Sat Sep 4 13:27:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50ECC16A4CE for ; Sat, 4 Sep 2004 13:27:39 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED99343D1F for ; Sat, 4 Sep 2004 13:27:38 +0000 (GMT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost2.sentex.ca (8.13.1/8.13.1) with SMTP id i84DRYBJ072005; Sat, 4 Sep 2004 09:27:34 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: "Marc G. Fournier" Date: Sat, 04 Sep 2004 09:27:39 -0400 Message-ID: References: <20040903111241.A72978@ganymede.hub.org> In-Reply-To: <20040903111241.A72978@ganymede.hub.org> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: freebsd-questions@freebsd.org Subject: Re: Enabling Serial Console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2004 13:27:39 -0000 On Fri, 3 Sep 2004 11:18:20 -0300 (ADT), in sentex.lists.freebsd.questions you wrote: > >Wish to enable the serial console on my servers so that I can remotely=20 >view a reboot when it crashes ...=20 Add -Dh to /boot.config And to /etc/ttys - ttyd0 "/usr/libexec/getty std.9600" dialup off secure + ttyd0 "/usr/libexec/getty std.9600" vt100 on secure >want to set it so that even if the keyboard is plugged in, the serial=20 >console works, what do I need to add? I always thought -P, but reading=20 >the man page, I'm not so sure :( At boot up time if you want output to go to the console, hit F1 as normal, and then at the booting prompt hit the space bar, and then enter in -h and enter. It will then go to the console as normal. ---Mike