From owner-freebsd-questions@FreeBSD.ORG Thu Jun 4 15:34:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3533A1065672 for ; Thu, 4 Jun 2009 15:34:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5BC658FC12 for ; Thu, 4 Jun 2009 15:34:04 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n54FXvQ8034344; Thu, 4 Jun 2009 17:33:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n54FXulp034341; Thu, 4 Jun 2009 17:33:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 4 Jun 2009 17:33:56 +0200 (CEST) From: Wojciech Puchar To: Tim Judd In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "John ." , freebsd-questions@freebsd.org Subject: Re: n00b question regarding installation via serial console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 15:34:05 -0000 >> >> man boot.config > > Sure that's enough? ttys is still going to mark the ttyd0 line as > "off" and won't present a tty/login then. no. it's set to "console" in installator IMHO. that's universal. > > I think it's more complicated than that. And what if the boot process > hangs for some reason? no console output either by your solution. why? > Enabling a serial console on a typical install means editing 3 files. > /boot/loader.conf > /boot.config > /etc/ttys > > loader.conf needs to know the COM port speed (default 9600), and what > device to output the console. by default it uses what boot already use. at least it worked for me.