From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 17:24:34 2008 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 1BA651065676 for ; Mon, 25 Aug 2008 17:24:34 +0000 (UTC) (envelope-from chris@smartt.com) Received: from barium.smartt.com (barium.smartt.com [69.67.187.30]) by mx1.freebsd.org (Postfix) with ESMTP id F2E2A8FC19 for ; Mon, 25 Aug 2008 17:24:33 +0000 (UTC) (envelope-from chris@smartt.com) Received: from [69.31.174.220] (unknown [69.31.174.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barium.smartt.com (Postfix) with ESMTPS id A228C10E471 for ; Mon, 25 Aug 2008 10:24:23 -0700 (PDT) Message-ID: <48B2EAD6.8000903@smartt.com> Date: Mon, 25 Aug 2008 10:24:38 -0700 From: Chris St Denis User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Turn off serial console on boot 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: Mon, 25 Aug 2008 17:24:34 -0000 I have some servers with IPMI that allow me to have a serial console. I have setup a serial console config on my servers and it seems to work reasonably well in remote emergencies, but causes serious problems if I ever have to use the real console. It means that I can't use single user mode from the real console and I can't see most boot errors. Is there a way I can turn off the console redirection from the physical console interactively on startup? Running FreeBSD 7. Console config: --------------- barium# cat /boot.config -DS19200 barium# cat /boot/loader.conf comconsole_speed="19200" boot_multicons="YES" boot_serial="YES" console="comconsole,vidconsole"