I’ve found a number of posts online about this, but the answers are a bit above my skill level. Surely somebody running FreeBSD on Digital Ocean has/had the same problem.
# sudo freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching metadata signature for 10.2-RELEASE from update6.freebsd.org... invalid signature.
Fetching metadata signature for 10.2-RELEASE from update5.freebsd.org... invalid signature.
Fetching metadata signature for 10.2-RELEASE from update4.freebsd.org... invalid signature.
Fetching metadata signature for 10.2-RELEASE from update2.freebsd.org... invalid signature.
Fetching metadata signature for 10.2-RELEASE from update3.freebsd.org... invalid signature.
No mirrors remaining, giving up.
Regarding this solution:
Edit /etc/freebsd-update.conf and check the line:
Components src world kernel
and change it to:
Components world kernel
My freebsd-update.conf was already set up like that.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
if you have for example 10.3-STABLE and have error after freebsd-update upgrade -r 11.3-RELEASE
src component not installed, skipped Looking up update.FreeBSD.org mirrors… 3 mirrors found. Fetching metadata signature for 10.3-STABLE from update1.freebsd.org… failed. Fetching metadata signature for 10.3-STABLE from update2.freebsd.org… failed. Fetching metadata signature for 10.3-STABLE from update4.freebsd.org… failed.
need setenv UNAME_r “10.3-RELEASE” then freebsd-update upgrade -r 11.3-RELEASE
The solution is related to how the openssl file was altered during the upgrade. Link goes to the solution in the freebsd forum.
https://forums.freebsd.org/threads/invalid-signature-using-freebsd-update.54234/
I’m not sure the link is showing up. The solution was to comment out these lines in the openssl.conf file
Well that is the default. I am already using those addresses.