From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 14:02:13 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A89BAA9 for ; Fri, 16 Jan 2015 14:02:13 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C5CB6B8 for ; Fri, 16 Jan 2015 14:02:13 +0000 (UTC) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 7C9E320844 for ; Fri, 16 Jan 2015 09:02:11 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Fri, 16 Jan 2015 09:02:11 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=4ajQE7nyRx9OviIeCf4e6+gh ZEE=; b=kt+/1ads/rFf2xbklFG6XkgdFMmXyZrplGg/zmrBy+K1UQhmm0cjWfN5 SS7Zf1wr8zz93DifLfl/oKasXDOWgRyc4BjyzYGH8ens4ayOEVZk5tfbCDjcpg7Y Y6trYjKLV1YOvZPoyHDULJVQHuxLEnrVDrXP5t8CVKeR8nSjPKk= Received: by web3.nyi.internal (Postfix, from userid 99) id 504D310DCED; Fri, 16 Jan 2015 09:02:11 -0500 (EST) Message-Id: <1421416931.2147211.214755917.27D50B01@webmail.messagingengine.com> X-Sasl-Enc: R+5lXCdJRpK8tfI2j0grkECoJ5owVlI7LUF6i0ciYEf+ 1421416931 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-46f3f2c7 In-Reply-To: <54B90D9B.8090708@ifdnrg.com> References: <201501160913.t0G9DFMj072276@mech-as221.men.bris.ac.uk> <54B90D9B.8090708@ifdnrg.com> Subject: Re: FBSD 10.1 + serial access (broken?) Date: Fri, 16 Jan 2015 08:02:11 -0600 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 14:02:13 -0000 On Fri, Jan 16, 2015, at 07:09, Paul Macdonald wrote: > > Date: Thu, 15 Jan 2015 21:19:05 +0000 > From: Paul Macdonald > > Can anyone confirm working serial console access on 10.1, > I did a fresh install of 10.1-RELEASE on my APU4 over serial console and it pretty much "just worked". Before finishing the install I just added to loader.conf: boot_serial="YES" console="comconsole" comconsole_speed="115200" and to /etc/ttys: ttyu0 "/usr/libexec/getty std.115200" vt100 on console secure and it fully functions. It was nice that I didn't need to work any magic to install over serial -- that part worked perfectly fine.