From owner-freebsd-hackers@FreeBSD.ORG Thu May 25 19:19:35 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 7F32716B642 for ; Thu, 25 May 2006 19:19:35 +0000 (UTC) (envelope-from oxy@field.hu) Received: from green.field.hu (green.field.hu [217.20.130.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0981343D6D for ; Thu, 25 May 2006 19:19:34 +0000 (GMT) (envelope-from oxy@field.hu) Received: from localhost (green.field.hu [217.20.130.28]) by green.field.hu (Postfix) with ESMTP id 9D2CF57571; Thu, 25 May 2006 21:19:34 +0200 (CEST) X-Virus-Scanned: by Amavisd-new (Spamassassin+Razor2+Pyzor+DCC+Bayes db, Clamd Antivirus) at field.hu Received: from green.field.hu ([217.20.130.28]) by localhost (green.field.hu [217.20.130.28]) (amavisd-new, port 10024) with ESMTP id 2Tu+BM-0HTTn; Thu, 25 May 2006 21:19:34 +0200 (CEST) Received: from oxy (dsl195-38-115-248.pool.tvnet.hu [195.38.115.248]) by green.field.hu (Postfix) with ESMTP id 66573564A4; Thu, 25 May 2006 21:19:34 +0200 (CEST) Message-ID: <000c01c68030$2769f9c0$0201a8c0@oxy> From: "OxY" To: , References: <001401c6800e$4376e280$0201a8c0@oxy> <200605252039.22658.thierry@herbelot.com> Date: Thu, 25 May 2006 21:19:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Cc: Subject: Re: setting up a serial console.. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 19:19:45 -0000 ----- Original Message ----- From: "Thierry Herbelot" To: Cc: "OxY" Sent: Thursday, May 25, 2006 8:39 PM Subject: Re: setting up a serial console.. > 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" awesome, thx! > > TfH > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"