From owner-freebsd-questions@FreeBSD.ORG Fri May 7 04:06: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 D796716A568 for ; Fri, 7 May 2004 04:06:39 -0700 (PDT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5205E43D54 for ; Fri, 7 May 2004 04:06:38 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004050719:53:56:325725.28674.2496191408 for ; Fri, 07 May 2004 19:53:56 +0900 (KST) Message-ID: <409B6DBD.1080704@users.sourceforge.net> Date: Fri, 07 May 2004 20:06:37 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stijn Hoop , freebsd-questions@freebsd.org References: <409B0973.7030205@solisix.com> <409B4259.9040300@users.sourceforge.net> <20040507081053.GA861@pcwin002.win.tue.nl> In-Reply-To: <20040507081053.GA861@pcwin002.win.tue.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:4.53) (by Terrace) Subject: Re: Connecting to a Headless machine, after install 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: Fri, 07 May 2004 11:06:40 -0000 Stijn Hoop wrote: > On Fri, May 07, 2004 at 05:01:29PM +0900, Rob wrote: > >>Funny, that I'm struggling with opposite problem: I do not get the >>boot messages over the serial cable, but do get the login prompt, >>which I do not understand :(. > > > You probably need to tell the kernel to use the serial console: > > # echo '-h' > /boot.config Ah, thanks. I don't have a /boot.config yet. Are you sure this file goes in the top-root directory? Or in /boot/... ? You made me research a little more on this. I do have a file /boot/loader.conf. How about having in here the line console="comconsole" (to divert it from the default: console="vidconsole") ? Or will that not do the same? Rob.