I try to upgrade to 9.2-RELEASE but I have problem.
I pick this mirror to check out: http://update3.freebsd.org/
There is nowhere 9.2-PRERELEASE to fetch the metadata signature.
But
Any idea?
Update.
I found a solution from an old post that I had a similar problem here: http://forums.freebsd.org/showthread.php?t=41746
But:
The link is right. Why is not fetching the source?
Update.
I compiled devel/subversion with serf support and now is fetching the source for 9.2-RELEASE
Solved :beer
Code:
[ember@Unix /usr/home/ember]$ sudo freebsd-update upgrade -r 9.2-RELEASE
Password:
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching metadata signature for 9.2-PRERELEASE from update4.freebsd.org... failed.
Fetching metadata signature for 9.2-PRERELEASE from update5.freebsd.org... failed.
Fetching metadata signature for 9.2-PRERELEASE from update6.freebsd.org... failed.
Fetching metadata signature for 9.2-PRERELEASE from update2.freebsd.org... failed.
Fetching metadata signature for 9.2-PRERELEASE from update3.freebsd.org... failed.
No mirrors remaining, giving up.
There is nowhere 9.2-PRERELEASE to fetch the metadata signature.
But
uname -a
returns:
Code:
FreeBSD Unix 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #2 r255261: Fri Sep 6 03:19:01 EEST 2013 root@Unix:/usr/obj/usr/src/sys/GENERIC amd64
Update.
I found a solution from an old post that I had a similar problem here: http://forums.freebsd.org/showthread.php?t=41746
But:
Code:
[ember@Unix /usr/home/ember]$ sudo svn checkout https://svn0.eu.freebsd.org/base/release/9.2.0 /usr/src
svn: E170000: Unrecognized URL scheme for 'https://svn0.eu.freebsd.org/base/release/9.2.0'
Update.
I compiled devel/subversion with serf support and now is fetching the source for 9.2-RELEASE

Solved :beer