I have Virtualbox 6.1 on a Windows 10 host with a FreeBSD 13.0-BETA1 VM. I am trying to update to 13.0-BETA2, but it is failing. When I run
I can ping the update servers without issue from the VM. On the same machine, I have a 12.2-RELEASE VM that works with
freebsd-update -r 13.0-BETA2 upgrade
I get the following message:
Code:
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching public key from update4.freebsd.org... failed.
Fetching public key from update2.freebsd.org... failed.
Fetching public key from update1.freebsd.org... failed.
No mirrors remaining, giving up.
This may be because upgrading from this platform (amd64)
or release (13.0-BETA1) is unsupported by freebsd-update. Only
platforms with Tier 1 support can be upgraded by freebsd-update.
See [URL]https://www.freebsd.org/platforms/index.html[/URL] for more info.
If unsupported, FreeBSD must be upgraded by source.
freebsd-update
without issue. I have the VM settings the same except that I have 4 GB of RAM allocated for the 13.0-BETA1 VM and I have 8 GB of RAM allocated for the 12.2-RELEASE VM. My instinct tells me that this should work, and that there is either a bug in the Beta build or there is a setting I need to adjust, but I can't find anything that specifies what the issue could be.