From owner-freebsd-stable@FreeBSD.ORG Wed Jan 16 16:10:52 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DB1C612F; Wed, 16 Jan 2013 16:10:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) by mx1.freebsd.org (Postfix) with ESMTP id A380D3F2; Wed, 16 Jan 2013 16:10:52 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9D32DBDC5E; Wed, 16 Jan 2013 17:10:49 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by prod2.absolight.net (Postfix) with ESMTPA id 85D89BDC1F; Wed, 16 Jan 2013 17:10:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id F37F54E336AB; Wed, 16 Jan 2013 17:10:48 +0100 (CET) Date: Wed, 16 Jan 2013 17:10:48 +0100 From: Mathieu Arnold To: Mathieu Arnold , stable@freebsd.org Subject: Re: Upgrade to 9.1 failing Message-ID: In-Reply-To: <603EB188CA36FE2EE2198CFE@ogg.in.absolight.net> References: <13BA1B76EC845A57F6527036@ogg.in.absolight.net> <20130114180531.GH8239@home.opsec.eu> <603EB188CA36FE2EE2198CFE@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 16 Jan 2013 16:10:52 -0000 +--On 14 janvier 2013 19:26:58 +0100 Mathieu Arnold wrote: | +--On 14 janvier 2013 19:05:31 +0100 Kurt Jaeger wrote: || Hi! || ||> Today, I was trying to upgrade a 7.0-rel box to 9.1 with freebsd-update, ||> and I get : || [...] ||> The update metadata is correctly signed, but ||> failed an integrity check. ||> Cowardly refusing to proceed any further. || || You can not upgrade from 7.0 to 9.1 directly. || || Use two intermediate steps, 7.4 and 8.3 and try if this works. Add || more intermediate steps, if one fails. | | Hum, sorry, but no, that's not the problem, I just tried and I can upgrade | from 6.2, 6.3, 6.4, 7.1 and 7.2 to 9.1 with freebsd-update directly | without problems. It gives an error on 7.0, which leads me to think that | something's broken on that particular path. | The file[1] that fails integrity check must have had something bad | happening to it when it was created. | | 1: debug tells me it's | 9.1-RELEASE/i386/m/d80b83818c81a090997460d48fb1f53eb14d43072a1d1a4a5ba16d | e4c5ae93b2.gz So, cperciva tells me that it's because of FreeBSD-EN-12:01.freebsd-update.asc[1], patching my freebsd-update solves it. 1: -- Mathieu Arnold