freebsd-update fetch failing

Each time I try to run freebsd-update fetch, it shows the program attempting to get a public key from three different servers, (update1, update2, and update4), but at the end of each line it says "failed." Then it finally says, "No mirrors remaining, giving up."

I presume this means I don't have a proper key, though there is a KeyPrint statement in freebsd-update.conf. Any suggestions?
 
Here we go:
Code:
[art@miller /usr/home/art]$ sudo freebsd-update fetch
Password:
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 is 12.0 amd64, btw.
 
I'm not sure if you are aware that your are running a development branch. You can use the freebsd-update(8) tool only on the FreeBSD -RELEASE branch for binary updating, not on -STABEL or -CURRENT. If you wish to update -STABEL you need to update from source - 23.4. Tracking a Development Branch. If are looking for a production "stable" release stick to 11.2- or 12.0-RELEASE.

Ok. Thanks. I must have forgotten that. I recently had a disk crash, so I replaced it and must have downloaded the the Stable Branch instead of 12.0-RELEASE.
 
Back
Top