From owner-freebsd-stable@FreeBSD.ORG Wed Nov 5 02:34:31 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9039D15 for ; Wed, 5 Nov 2014 02:34:31 +0000 (UTC) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9EE11C35 for ; Wed, 5 Nov 2014 02:34:31 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kx10so15588890pab.6 for ; Tue, 04 Nov 2014 18:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=driCi5OP+QC8lf8oJvZHOJvFlqUFVBjRRwYoxc21TbM=; b=Abq/Ys93PtZybw7pFAmzrT+UxXIVMs6O/rZWSGxnC+meW1wPlN+FClHBQIRhLPL8e/ fyAvRC4UG/zl7eVkDCIw8afqsslxgdkshR8ZQA2Z4LeEK6fh+A7JMS/YyNjhJ32NFjUF mBGLTdHGhLV7XmV5MMo0Ol+uCGTFJT4LnRqGUUt0LoCgVTZLtpC0NQ0fNddWGrsHwlVe Bug3iwOKiXAHdDFu/2bvzIHRiIf8kanXtWXfg/Unvvd7nMGCqAfnu8WYQxTl3eKFhS90 THf/ipwC9vtINaAhleTilaEx7twJHHO/zSL/dYvky4YfvNtAnKKdUbLAti4IMLnTY1st /hWg== X-Received: by 10.68.213.8 with SMTP id no8mr30766590pbc.92.1415154871268; Tue, 04 Nov 2014 18:34:31 -0800 (PST) Received: from [10.51.2.189] ([199.101.130.202]) by mx.google.com with ESMTPSA id ub7sm1610983pbc.30.2014.11.04.18.34.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Nov 2014 18:34:30 -0800 (PST) From: George Kola Subject: Upgrade from 10.1RC3 to 10.1RC4 fails Message-Id: <143DE318-8A7B-4BEC-8B68-A66B7091C376@gmail.com> Date: Tue, 4 Nov 2014 18:34:28 -0800 To: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) X-Mailer: Apple Mail (2.1990.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Wed, 05 Nov 2014 02:34:32 -0000 I am trying to upgrade a 10.1 RC3 box to 10.1RC4 and it fails as follows 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. Is there a work-around/fix for this ? Thanks, George