From owner-freebsd-stable@FreeBSD.ORG Wed Apr 5 16:03:29 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B80616A422; Wed, 5 Apr 2006 16:03:29 +0000 (UTC) (envelope-from dkirhlarov@localhost.oilspace.com) Received: from office.oilspace.com (office.oilspace.com [194.129.65.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121CB43D6A; Wed, 5 Apr 2006 16:03:28 +0000 (GMT) (envelope-from dkirhlarov@localhost.oilspace.com) Received: from dimma.mow.oilspace.com (hq.oilspace.com [81.19.78.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by office.oilspace.com (Postfix) with ESMTP id 50930136CD7; Wed, 5 Apr 2006 17:03:26 +0100 (BST) Received: from dimma.mow.oilspace.com (localhost [127.0.0.1]) by dimma.mow.oilspace.com (8.13.4/8.13.3) with ESMTP id k35G3Pnl005025; Wed, 5 Apr 2006 20:03:25 +0400 (MSD) (envelope-from dkirhlarov@localhost.oilspace.com) Received: (from dkirhlarov@localhost) by dimma.mow.oilspace.com (8.13.4/8.13.3/Submit) id k35G3P1c005024; Wed, 5 Apr 2006 20:03:25 +0400 (MSD) (envelope-from dkirhlarov) Date: Wed, 5 Apr 2006 20:03:25 +0400 From: Dmitriy Kirhlarov To: freebsd-stable@freebsd.org, stable@freebsd.org Message-ID: <20060405160325.GC766@dimma.mow.oilspace.com> Mail-Followup-To: freebsd-stable@freebsd.org, stable@freebsd.org References: <20060405174419.T40934@beagle.kn.op.dlr.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060405174419.T40934@beagle.kn.op.dlr.de> X-Mailer: Mutt-ng devel (2005-03-13) based on Mutt 1.5.9 X-Operating-System: FreeBSD 5.4-STABLE User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Re: serial console installation of 6.1-BETA4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 16:03:29 -0000 On Wed, Apr 05, 2006 at 05:46:59PM +0200, Harti Brandt wrote: > > > is the above supposed to work? I tried to follow what is written in the installation > manual: unplugging the keyboard does nothing, booting with 'boot -h' gives me all the > kernel's device probing messages on both the serial console and the normal console, > but after 'mounting root from ...' > sysinstall appears on the normal console. loader.conf: # serial console boot_multicons="YES" boot_serial="YES" console="comconsole" WBR