From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 06:51:45 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83B31106564A for ; Sat, 25 Aug 2012 06:51:45 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id 41B598FC14 for ; Sat, 25 Aug 2012 06:51:44 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=4X4phkhoFnpgk3UdFDJrQdHqK5PA6Vt9Q3utMayJ2dE= c=1 sm=0 a=Hq66gvdjqsYA:10 a=jLN7EqiLvroA:10 a=GzVBkkWv6NYA:10 a=1FnSp_u7AAAA:8 a=6I5d2MoRAAAA:8 a=QF3vy68zbje9dsq6sRAA:9 a=RgZKMaxAX1MA:10 a=AcdsImxJPJ9Yo6Ye3TGm+Q==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Authentication-Results: smtp01.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.34.76 as permitted sender) Received: from [74.134.34.76] ([74.134.34.76:54346] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id AF/67-04060-AF578305; Sat, 25 Aug 2012 02:51:38 -0400 Date: Sat, 25 Aug 2012 02:51:38 -0400 Message-ID: From: "Thomas Mueller" To: freebsd-questions@freebsd.org Cc: Maarten Billemont Subject: Re: Upgrading 9.1-BETA1 -> 9.1-RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2012 06:51:45 -0000 from Maarten Billemont : > I've installed a FreeBSD server using the BETA1 release because RC1 was delayed. I notice the 9.1-RC1 is available now, so I thought I'd upgrade ASAP. > The following command, however, fails me: > freebsd-update -r 9.1-RC1 upgrade > Looking up update.FreeBSD.org mirrors... 3 mirrors found. > Fetching metadata signature for 9.1-BETA1 from update4.FreeBSD.org... failed. > Fetching metadata signature for 9.1-BETA1 from update3.FreeBSD.org... failed. > Fetching metadata signature for 9.1-BETA1 from update5.FreeBSD.org... failed. > No mirrors remaining, giving up. > Upon inspection of the code, it appears BETA1's ssl.pub cannot be found at any of the mirrors, and as such the process aborts. > The release notes for RC1 specifically mention freebsd-update. > How do I perform a correct update to RC1, and why is the freebsd-update flow failing me or not supported? > Thanks! I believe freebsd-update only works, to and from, on supported releases; this would not include betas. Tom