Date: Wed, 30 Sep 2009 11:51:05 -0600 From: Tim Judd <tajudd@gmail.com> To: =?ISO-8859-1?Q?Leonardo_M=2E_Ram=E9?= <martinrame@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Problem upgrading 7.2 to 8.0-RC1 Message-ID: <ade45ae90909301051t1ca4174dwa04fe24dd4156c5a@mail.gmail.com> In-Reply-To: <754696.37431.qm@web35601.mail.mud.yahoo.com> References: <754696.37431.qm@web35601.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/30/09, Leonardo M. Ram=E9 <martinrame@yahoo.com> wrote: > 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 freebsd-update code (at last check) supported updating -RELEASE and -SECURITY systems, but not -STABLE. Because it's trying to fetch a -STABLE uname, and it doesn't have an idea of the latest time it was built (looks like a snapshot, to us humans), it is unable to move past the keys. You'll need to run -RELEASE[-p#] to update or update from source. the freebsd-update program is a shell script. read it, it's enlightening. --Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ade45ae90909301051t1ca4174dwa04fe24dd4156c5a>