From owner-freebsd-stable@FreeBSD.ORG Fri Nov 12 19:13:28 2004 Return-Path: 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 03C5516A4CE for ; Fri, 12 Nov 2004 19:13:28 +0000 (GMT) Received: from smtp3.pacifier.net (smtp3.pacifier.net [64.255.237.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE8F043D6A for ; Fri, 12 Nov 2004 19:13:27 +0000 (GMT) (envelope-from beeman@subako.org) Received: from koishi.subako.org (ip117.usw208.dsl-acs2.sea.iinet.com [207.202.208.117]) by smtp3.pacifier.net (Postfix) with ESMTP id 2F0996E46E for ; Fri, 12 Nov 2004 11:13:27 -0800 (PST) Received: from koishi.subako.org (localhost.subako.org [127.0.0.1]) by koishi.subako.org (8.13.1/8.13.1) with ESMTP id iACJDQWh008303; Fri, 12 Nov 2004 11:13:26 -0800 (PST) (envelope-from beeman@koishi.subako.org) Received: (from beeman@localhost) by koishi.subako.org (8.13.1/8.13.1/Submit) id iACJDQN2008300; Fri, 12 Nov 2004 11:13:26 -0800 (PST) (envelope-from beeman) Date: Fri, 12 Nov 2004 11:13:26 -0800 (PST) Message-Id: <200411121913.iACJDQN2008300@koishi.subako.org> From: "Roger L. Beeman" To: freebsd-stable@FreeBSD.org Subject: Redirecting console output to serial port to capture error message X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 12 Nov 2004 19:13:28 -0000 Is the console redirection functionality of the boot floppies and distribution iso disks intended to be diffent from that of a system installed on a hard drive? echo -h > /boot.config to enable the serial console for the boot loader and kernel. isn't getting the job done for me. On the boot floppies, there is something that actually announces itself as setting the comconsole back to vidconsole and on the cd images there is an error message that I would like to capture, that seems to ignore the setting of comconsole. Roger L. Beeman