From owner-freebsd-hackers@FreeBSD.ORG Thu May 25 18:39:42 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 460B616A994 for ; Thu, 25 May 2006 18:39:42 +0000 (UTC) (envelope-from thierry@herbelot.com) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBB243D5C for ; Thu, 25 May 2006 18:39:41 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp1-g19.free.fr (Postfix) with ESMTP id AB6A99AD3D for ; Thu, 25 May 2006 20:39:40 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id k4PIdSJw030742; Thu, 25 May 2006 20:39:29 +0200 (CEST) From: Thierry Herbelot To: freebsd-hackers@freebsd.org Date: Thu, 25 May 2006 20:39:21 +0200 User-Agent: KMail/1.9.1 References: <001401c6800e$4376e280$0201a8c0@oxy> In-Reply-To: <001401c6800e$4376e280$0201a8c0@oxy> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200605252039.22658.thierry@herbelot.com> X-Mailman-Approved-At: Thu, 25 May 2006 18:44:13 +0000 Cc: OxY Subject: Re: setting up a serial console.. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 18:39:51 -0000 Le Thursday 25 May 2006 17:16, OxY a écrit : > hi! > > i have a simple question, but i didn't found the answer. > > after i set console=comconsole in the /boot/loader.conf > and rebooted every output has been sent to the serial console, > it's normal... in /boot/defaults/loader.conf you will find the following line : #console="vidconsole" # A comma separated list of console(s) you can have both a serial console and a video console by setting : console="vidconsole,comconsole" TfH