Solved Fetching metadata signature for 10.2-RELEASE-p4 from update.FreeBSD.org... failed

Code:
No updates needed to update system to 10.2-RELEASE-p4
# freebsd-update -r 10.2-RELEASE-p4 upgrade
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 10.2-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic src/src world/base world/games world/lib32

The following components of FreeBSD do not seem to be installed:
world/doc

Does this look reasonable (y/n)? y

Fetching metadata signature for 10.2-RELEASE-p4 from update.FreeBSD.org... failed.
No mirrors remaining, giving up.
 
The syntax of your command is not correct. You do not upgrade to a patch release, you just update: freebsd-update fetch install.
 
By the way, your system is already up to date:
Code:
No updates needed to update system to 10.2-RELEASE-p4
What are you trying to do?
 
Code:
uname -a
FreeBSD  10.2-RELEASE FreeBSD 10.2-RELEASE #0

iI want to upgrade to RELEASE-p4.

Code:
#  freebsd-update fetch install
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 10.2-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

No updates needed to update system to 10.2-RELEASE-p4.
No updates are available to install.
Run '/usr/sbin/freebsd-update fetch' first.
 
Back
Top