From owner-freebsd-questions@FreeBSD.ORG Wed Sep 30 14:45:35 2009 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 050B21065672 for ; Wed, 30 Sep 2009 14:45:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-gx0-f214.google.com (mail-gx0-f214.google.com [209.85.217.214]) by mx1.freebsd.org (Postfix) with ESMTP id B391D8FC18 for ; Wed, 30 Sep 2009 14:45:34 +0000 (UTC) Received: by gxk6 with SMTP id 6so4274491gxk.13 for ; Wed, 30 Sep 2009 07:45:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=vRW71Nkn3+gbT5djnfPTR0doZSkdRVOBnUs9Y8E/2SQ=; b=rCf7XC0YEwDWoY+iJ9+2Ez5w3kutKOWTlAN3OcYR3Y3W1bfnV8iEXK5mWuYqcpH1Bx 3jCH6wnIVAi1UPpzb2GqWCuOccsuL16r4EnYXAfshiocbMc6pD8xit8FYPcbQb3u+1E0 X7Lb3c+e38ZQ6YD7GbCHCvb4nGrW04HD2mDqE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=eABxHIMFRN6hHK9JqUJe86p/fISjyGAa2LoPL2jWDp3chGrSKVR5wN9N9Ht2Tl9nwJ jq1UpcSx+dum8h7yqX4c/UJXaV+gIA/86DvUkELUrH9vFH57E6lLwRGeqTQmHNIbothz cXZ5/l2pS9BaPW+Ox1QsoWiuwellkdRUP1FwM= MIME-Version: 1.0 Received: by 10.150.65.21 with SMTP id n21mr91285yba.89.1254321933985; Wed, 30 Sep 2009 07:45:33 -0700 (PDT) In-Reply-To: <754696.37431.qm@web35601.mail.mud.yahoo.com> References: <754696.37431.qm@web35601.mail.mud.yahoo.com> Date: Wed, 30 Sep 2009 09:45:33 -0500 Message-ID: <6201873e0909300745g6cc030baxb8309b7745e6ba8f@mail.gmail.com> From: Adam Vande More To: =?ISO-8859-1?Q?Leonardo_M=2E_Ram=E9?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Problem upgrading 7.2 to 8.0-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: Wed, 30 Sep 2009 14:45:35 -0000 On Wed, Sep 30, 2009 at 9:38 AM, Leonardo M. Ram=E9 w= rote: > Hi, I'm trying to upgrade from 7.2 to 8.0-RC1 without success. Any hint? > > This is my data: > > uname -a: > FreeBSD toshiba-leo.localhost.localdomain 7.2-STABLE-200906 FreeBSD > 7.2-STABLE-200906 #0: Sun Jun 7 10:23:49 UTC 2009 > root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > freebsd-update: > > [root@toshiba-leo]# freebsd-update -v debug -r 8.0-RC1 upgrade > Looking up update.FreeBSD.org mirrors... 3 mirrors found. > Fetching public key from update5.FreeBSD.org... fetch: > http://update5.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found > failed. > Fetching public key from update2.FreeBSD.org... fetch: > http://update2.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found > failed. > Fetching public key from update4.FreeBSD.org... fetch: > http://update4.FreeBSD.org/7.2-STABLE-200906/amd64/pub.ssl: Not Found > failed. > No mirrors remaining, giving up. > > > > Leonardo M. Ram=E9 > http://leonardorame.blogspot.com > > > man freebsd-update DESCRIPTION The freebsd-update tool is used to fetch, install, and rollback binary updates to the FreeBSD base system. Note that updates are only available if they are being built for the FreeBSD release and architecture being used; in particular, the FreeBSD Security Team only builds updates for releases shipped in binary form by the FreeBSD Release Engineering Team, e.g., FreeBSD 6.1-RELEASE and FreeBSD 6.2-RC1, but not FreeBSD 6.2-STABLE or FreeBSD 7.0-CURRENT. You are not running supported version. --=20 Adam Vande More