From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:33:29 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCC75106564A for ; Fri, 24 Aug 2012 13:33:29 +0000 (UTC) (envelope-from lhunath@lyndir.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 591298FC08 for ; Fri, 24 Aug 2012 13:33:28 +0000 (UTC) Received: by eaak11 with SMTP id k11so610200eaa.13 for ; Fri, 24 Aug 2012 06:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lyndir.com; s=google; h=from:content-type:subject:message-id:date:to:mime-version:x-mailer; bh=2IZvqxTLVbl3KrzPkZaoO1XxkBs12d/NG8Dd3HMd1qw=; b=fcX3ojDzc2KA1gcQLAbLhilLewmp5+XKzv75dVbm0USRQzq5g04m+16rNrTTi2ZVAa VuacYzhQ8JPpeQ8qH7hV+3HvAGbLqcR9e5aJwjeL78IwqfgeHAQSDsUA+XxiS1NMsZ/2 U6F8vqBDzRGLwtQBOrCTsVx5GsDgKxew+j6vI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version:x-mailer :x-gm-message-state; bh=2IZvqxTLVbl3KrzPkZaoO1XxkBs12d/NG8Dd3HMd1qw=; b=MizVnbaxRigEJvIwrNXtxDebcpyT9ZpqDjVnoHRw/EJifyUE+c3uSaZVWVIZ3Uxmlw 7xyI0bYkEp5Ggnge/pyNqnfhEKUBCF8uWdzH+PyXqJVjcEmzJgyyNlwEL/yUwu+27XtM EYMu/egBo9aZHV4Fg5mfIoURZTQYv8X+QwmZcs7dKaP1wLunTa8nzun9PLzXQ3GfWljO lXNTQXdKhE9KI949a51kSzPANxJ+UNFpfQ3t15V5c70O+Z8yEo8YG67O8I4wNv+YtLmH eJjU5UTEeOgF4VnF3Ku0fkGdELe5tkzEswu7G41CmhMETMqo3K9Y4kdFJd3CyeVDZAiy KQEw== Received: by 10.14.207.9 with SMTP id m9mr7473296eeo.5.1345815202234; Fri, 24 Aug 2012 06:33:22 -0700 (PDT) Received: from [172.20.10.4] ([188.189.74.163]) by mx.google.com with ESMTPS id y1sm30005609eel.0.2012.08.24.06.33.19 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Aug 2012 06:33:20 -0700 (PDT) From: Maarten Billemont Content-Type: multipart/signed; boundary="Apple-Mail=_8BB83F23-D2B9-4BC0-9D50-67EA3091BA55"; protocol="application/pkcs7-signature"; micalg=sha1 Message-Id: Date: Fri, 24 Aug 2012 15:33:17 +0200 To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) X-Mailer: Apple Mail (2.1486) X-Gm-Message-State: ALoCoQk6UhUhUQ3Ck/oI16xpbPJcsUdwnV53PfiEVWhpxKdwX6s1ewIkKnAx28EqOtyBkJOIR8I+ X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Fri, 24 Aug 2012 13:33:30 -0000 --Apple-Mail=_8BB83F23-D2B9-4BC0-9D50-67EA3091BA55 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii 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!= --Apple-Mail=_8BB83F23-D2B9-4BC0-9D50-67EA3091BA55--