From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 15:58:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A7916A4BF for ; Mon, 1 Sep 2003 15:58:22 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id DE12643FD7 for ; Mon, 1 Sep 2003 15:58:21 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 62087 invoked by uid 1002); 1 Sep 2003 22:58:21 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 1 Sep 2003 22:58:21 -0000 Message-ID: <3F53CF00.6020304@freebsd.org> Date: Mon, 01 Sep 2003 16:58:08 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Scott M. Likens" References: <1062445674.59251.1.camel@acheron.livid.de> In-Reply-To: <1062445674.59251.1.camel@acheron.livid.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Question related to FreeBSD Serial Console... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 01 Sep 2003 22:58:23 -0000 Scott M. Likens wrote: > I have a question related to FreeBSD Serial console, > > I am aware you can use -Dh for both internal and serial, but is it > possible to see the 'kernel' "boot" messages sent on both the serial and > the console? > > It was a question that was asked to me by a client, and after > researching it more, it seems that it's not possible. > > Am i wrong? or did I miss an option that's not documented? > > Sincerely, > > Scott M. Likens > > I'm a little confused by your request, but maybe adding the following line to /boot/loader.conf will get what you want? console="comconsole" There is also a way to get the console directed to both the video and serial at the same time, but I've forgotten the magic and can't find it at the moment. Scott