Re: A repository enabled vs. disabled vs. missing oddity
- In reply to: Mark Millard : "A repository enabled vs. disabled vs. missing oddity"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Oct 2025 05:41:20 UTC
On 17/10/2025 05:59, Mark Millard wrote:
> …
>
> (So FreeBSD-ports-kmods is missing instead of being
> listed as "enabled: no". As a cross check . . .)
>
> # pkg version -r FreeBSD-ports-kmods
> No repositories are enabled.
>
>
> Such does not look to be expected to me.
>
> …
Agreed. Add to GitHub? Thanks.
root@clean:~ # pkg repos
FreeBSD-ports: {
url :
"pkg+https://pkg.freebsd.org/FreeBSD:15:amd64/quarterly",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-base: {
url :
"pkg+https://pkg.freebsd.org/FreeBSD:15:amd64/base_release_0",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
root@clean:~ # pkg repos -el FreeBSD-base
FreeBSD-base
root@clean:~ # pkg repos -dl FreeBSD-ports-kmods
root@clean:~ # cat /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD-ports-kmods {
enabled = no;
}
root@clean:~ # pkg -v
2.3.1
root@clean:~ #