I'm not sure what happened, but suddenly any attempt to run
If I go to any of these domains in chromium I get a "403 Forbidden".
I'm not sure what else to try at this point, and I don't really want to reboot for fear of even more stuff breaking and my system getting completely hosed.
Although it seems only
pkg
says ld-elf.so.1: /usr/sbin/pkg: Undefined symbol "fetchDebug"
. I tried reinstalling it from ports, and I got this error ld-elf.so.1: /usr/bin/fetch: Undefined symbol "fetchRestartCalls"
, but I managed to download the file it wanted with wget
and that way I could compile and reinstall pkg. Pkg installed fine, but it's still giving the same error. I'm not sure if it matters that the ports tree I used was the "freebsd-ports" one from github, and i just did a git pull
before building pkg. I tried running freebsd-update fetch install
to see if it could fix this but I got this output:
Code:
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 14.0-RELEASE from update1.freebsd.org... failed.
Fetching metadata signature for 14.0-RELEASE from update2.freebsd.org... failed.
Fetching metadata signature for 14.0-RELEASE from dualstack.aws.update.freebsd.org... failed.
No mirrors remaining, giving up.
This may be because upgrading from this platform (amd64)
or release (14.0-RELEASE) is unsupported by freebsd-update. Only
platforms with Tier 1 support can be upgraded by freebsd-update.
See https://www.freebsd.org/platforms/ for more info.
If unsupported, FreeBSD must be upgraded by source.
I'm not sure what else to try at this point, and I don't really want to reboot for fear of even more stuff breaking and my system getting completely hosed.
Although it seems only
fetch
and pkg
are broken right now.