From owner-freebsd-isp@FreeBSD.ORG Tue May 2 10:00:29 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C048516A401 for ; Tue, 2 May 2006 10:00:29 +0000 (UTC) (envelope-from b.candler@pobox.com) Received: from proof.pobox.com (proof.pobox.com [207.106.133.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2FC43D46 for ; Tue, 2 May 2006 10:00:21 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id E7B231FE50; Tue, 2 May 2006 06:00:20 -0400 (EDT) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id B2CFB42803; Tue, 2 May 2006 06:00:19 -0400 (EDT) Received: from lists by mappit.local.linnet.org with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1Farg2-0007sT-Iv; Tue, 02 May 2006 11:00:18 +0100 Date: Tue, 2 May 2006 11:00:18 +0100 From: Brian Candler To: Odhiambo Washington Message-ID: <20060502100018.GA30251@uk.tiscali.com> References: <20060428201127.GB74727@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060428201127.GB74727@ns2.wananchi.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-isp@freebsd.org Subject: Re: Router upgrade.... X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 10:00:30 -0000 On Fri, Apr 28, 2006 at 11:11:27PM +0300, Odhiambo Washington wrote: > | I would like to upgrade the OS to 6.1RC1 to get the better support for CARP on > | VLAN interfaces.What would the best way be to upgrade with minimum > | downtime? > > Upgrading 5.4 to 6.x isn't an issue at all! > make buildworld > make kernel > reboot ... into single user mode (if you are following the official upgrade procedure; if not then you are on your own if you break things) > make installworld > mergemaster ... correctly answering all the questions about which files to overwrite, which to leave alone, or attempt to merge the diffs. > reboot ... remembering that from the start of the first reboot until the end of the second one, your router will be off-line. Regards, Brian.