Today, I got a warning that 12.0-RELEASE-p8 is reaching its end-of-life; however I am unable to patch to 12.0-RELEASE-p10 despite not receiving any error warnings. I only have one virtual CPU for my VPS that I rent, and I would rather not build from sources. I tried scouring the forums, but I couldn't find my exact problem. After SSHing into my server, the following are commands I ran along with their output:
SSHing back into the server and running the same exact commands above results in an identical output.
Can someone provide possible things to do or check for?
Thread update-failed-12-0-release-p8.72267 mentions to run
Code:
$ /usr/bin/su root
Password:
root@www:/usr/home/zack # /bin/rm -r /var/db/freebsd-update/*
root@www:/usr/home/zack # /usr/sbin/freebsd-update fetch install
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching public key from update2.freebsd.org... done.
Fetching metadata signature for 12.0-RELEASE from update2.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata files... done.
Inspecting system... done.
Preparing to download files... done.
No updates needed to update system to 12.0-RELEASE-p10.
WARNING: FreeBSD 12.0-RELEASE-p8 is approaching its End-of-Life date.
It is strongly recommended that you upgrade to a newer
release within the next 2 months.
No updates are available to install.
root@www:/usr/home/zack # /sbin/reboot
SSHing back into the server and running the same exact commands above results in an identical output.
Can someone provide possible things to do or check for?
Thread update-failed-12-0-release-p8.72267 mentions to run
/usr/bin/which phttpget
. I don't get any output from it, but /usr/bin/whereis phttpget
outputs phttpget: /usr/libexec/phttpget /usr/share/man/man8/phttpget.8.gz
. Furthermore, /usr/src/
is empty.