From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 08:33:46 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9672F4F for ; Tue, 24 Jun 2014 08:33:46 +0000 (UTC) Received: from pandora.au.calorieking.net (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38EAA2DE0 for ; Tue, 24 Jun 2014 08:33:45 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id 18E3133CC2; Tue, 24 Jun 2014 16:33:36 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.internal (pandora.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mysP1HD-EQit; Tue, 24 Jun 2014 16:33:26 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id 32A8C33CB3; Tue, 24 Jun 2014 16:33:26 +0800 (WST) Message-ID: <53A937D5.40404@calorieking.com> Date: Tue, 24 Jun 2014 16:33:25 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Victor Sudakov , freebsd-questions@freebsd.org Subject: Re: binary upgrade of a remote box References: <20140620122400.GA26444@admin.sibptus.tomsk.ru> <53A7D4CB.1020606@calorieking.com> <20140623074220.GA74676@admin.sibptus.tomsk.ru> <20140624080221.GA15458@admin.sibptus.tomsk.ru> In-Reply-To: <20140624080221.GA15458@admin.sibptus.tomsk.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 08:33:46 -0000 On 24/06/14 16:02, Victor Sudakov wrote: > Is binary upgrade from 8.2 to 8.4 not supported any more? > > Why do I keep getting "Fetching metadata signature for 8.4 from > update6.freebsd.org... failed." ? Is that you're using "8.4" instead of "8.4-RELEASE" as a candidate? I followed info at http://www.freebsd.org/doc/en/books/handbook/updating-upgrading-freebsdupdate.html and have been going 8.3 -> 8.4 fine, but don't have any 8.2 machines so can't comment on that specifically. HTH, Greg.