thanks for you response , following it, i checked the repos and it looks ok?
in the /usr/local/etc/pkg/repos which should override the base conf file has the freeBSD repo to disabled.
cat /etc/pkg/FreeBSD.conf
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+https://pkg.freebsd.org/${ABI}/quarterly",
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",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
# ls /usr/local/etc/pkg/repos/
FreeBSD.conf OPNsense-aux.conf OPNsense.conf SunnyValley.conf
FreeBSD.conf.sample OPNsense-aux.conf.sample OPNsense.conf.sample SunnyValley.conf.sample
cat /usr/local/etc/pkg/repos/*.conf
FreeBSD: { enabled: no }
FreeBSD-kmods: { enabled: no }
OPNsense-aux: {
fingerprints: "/usr/local/etc/pkg/fingerprints/OPNsense",
url: "https://pkg.opnsense.org/${ABI}/26.1/aux",
signature_type: "fingerprints",
priority: 11,
enabled: no
in the /usr/local/etc/pkg/repos which should override the base conf file has the freeBSD repo to disabled.
cat /etc/pkg/FreeBSD.conf
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+https://pkg.freebsd.org/${ABI}/quarterly",
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",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
# ls /usr/local/etc/pkg/repos/
FreeBSD.conf OPNsense-aux.conf OPNsense.conf SunnyValley.conf
FreeBSD.conf.sample OPNsense-aux.conf.sample OPNsense.conf.sample SunnyValley.conf.sample
cat /usr/local/etc/pkg/repos/*.conf
FreeBSD: { enabled: no }
FreeBSD-kmods: { enabled: no }
OPNsense-aux: {
fingerprints: "/usr/local/etc/pkg/fingerprints/OPNsense",
url: "https://pkg.opnsense.org/${ABI}/26.1/aux",
signature_type: "fingerprints",
priority: 11,
enabled: no
"