After upgrading my system to FreeBSD-14.3-RELEASE, and after doing
And installation totally fails.
I have checked and rechecked the FreeBSD.conf files for accuracy. They look like this:
And
So, where is my error? Or is there one? I am baffled.
Ken Gordon
pkg upgrade, I am now getting the following after every attempt to install a package:
root@KensOffice:/ # pkg install sane-backends
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating FreeBSD-kmods repository catalogue...
FreeBSD-kmods repository is up to date.
Updating FreeBSD-ports repository catalogue...
Unable to update repository FreeBSD-ports
Updating FreeBSD-ports-kmods repository catalogue...
Unable to update repository FreeBSD-ports-kmods
Error updating repositories!And installation totally fails.
I have checked and rechecked the FreeBSD.conf files for accuracy. They look like this:
FreeBSD: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "SRV",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
FreeBSD-kmods: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
mirror_type: "SRV",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}And
pkg search no longer works at all also. I get essentially the same error message.So, where is my error? Or is there one? I am baffled.
Ken Gordon