From owner-freebsd-stable@FreeBSD.ORG Wed Sep 9 13:04:35 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0C6110656C8; Wed, 9 Sep 2009 13:04:35 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 746D28FC1C; Wed, 9 Sep 2009 13:04:35 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:f19b:64af:edd1:b3cd] (unknown [IPv6:2001:7b8:3a7:0:f19b:64af:edd1:b3cd]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id AEAD45C43; Wed, 9 Sep 2009 15:04:33 +0200 (CEST) Message-ID: <4AA7A7E1.3040000@andric.com> Date: Wed, 09 Sep 2009 15:04:33 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4pre) Gecko/20090904 Shredder/3.0b4pre MIME-Version: 1.0 To: Michael Sperber References: <4A8EAE86.2000108@t-online.hu> <4A8ECB9C.2020909@quip.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Mikael Bak , freebsd-stable@freebsd.org, Robert Watson , Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: Upgrade FreeBSD 7.1 to 7.2 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, 09 Sep 2009 13:04:35 -0000 On 2009-09-09 14:25, Michael Sperber wrote: >> If you rely on a serial console, I >> would recommend first switching 7.2 to using uart ...> > Could you briefly elaborate on how that's done with 7.x? I.e. is > changing device.hints and /etc/ttys enough (what changes?), or do I need > to recompile the kernel? You also need to remove device sio from your kernel configuration and recompile. If you have both sio and uart in your kernel (the default on 7.x IIRC), sio will take precedence. N.B: please exercise caution when doing this to a server in a colo 10000 km away. :)