From owner-freebsd-stable@FreeBSD.ORG Fri Nov 7 21:24:30 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D8F7A9D for ; Fri, 7 Nov 2014 21:24:30 +0000 (UTC) Received: from webmail2.jnielsen.net (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F352FE18 for ; Fri, 7 Nov 2014 21:24:29 +0000 (UTC) Received: from [10.10.1.196] (office.betterlinux.com [199.58.199.60]) (authenticated bits=0) by webmail2.jnielsen.net (8.14.9/8.14.9) with ESMTP id sA7LB8Z9050379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Nov 2014 14:11:11 -0700 (MST) (envelope-from lists@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.net: Host office.betterlinux.com [199.58.199.60] claimed to be [10.10.1.196] Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: Upgrade from 10.1RC3 to 10.1RC4 fails From: John Nielsen In-Reply-To: Date: Fri, 7 Nov 2014 14:11:08 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <3D371FF9-8A43-4079-A82D-6BE01F152F07@jnielsen.net> References: <143DE318-8A7B-4BEC-8B68-A66B7091C376@gmail.com> To: Mikhail Tsatsenko X-Mailer: Apple Mail (2.1990.1) Cc: "freebsd-stable@freebsd.org Stable" , George Kola X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 21:24:30 -0000 On Nov 5, 2014, at 11:44 AM, Mikhail Tsatsenko = wrote: > 2014-11-05 6:34 GMT+04:00 George Kola : >=20 >> I am trying to upgrade a 10.1 RC3 box to 10.1RC4 and it fails as = follows >>=20 >> bsd01:~]$uname -r >> 10.1-RC3 >> [bsd01:~]$sudo freebsd-update upgrade -r 10.1-RC4 >> Looking up update.FreeBSD.org mirrors... 5 mirrors found. >> Fetching metadata signature for 10.1-RC3 from update5.freebsd.org... = done. >> Fetching metadata index... fetch: = http://update5.freebsd.org/10.1-RC3/amd64/t/c8fafcc79d7cc092c7782f4f1a29a7= 77d751294183c8f2cb9daf940ba0525d96: Not Found >> failed. >>=20 >>=20 >> Is there a work-around/fix for this ? >=20 > Just faced the same issue. > As far I can see http://update5.freebsd.org/10.1-RC3/amd64/t/ > directory does not contain requested file, on other hand there is a > file with another name. I ran in to this as well. This forum thread proposes a workaround: = https://forums.freebsd.org/threads/freebsd-update-r-10-1-rc4-upgrade-fails= .48835/ Namely, run "freebsd-update rollback" and reboot before trying the = upgrade. Would be nice to see this fixed on the freebsd-update server side = though.. JN=