[Bug 292214] ports-mgmt/pkg sqlite error
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292214] ports-mgmt/pkg sqlite error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jan 2026 01:23:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292214
--- Comment #15 from Dan With <dan.with@protonmail.com> ---
Sorry for the late reply, Mark. I'm definitely using arm64 (quarterly). It was
a fresh VM install on my laptop late last week. I was a little surprised that I
was getting that error on a fresh install--that's why I updated this thread
after searching for bugs.
Here is my default /etc/pkg/FreeBSD.conf
FreeBSD-ports: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
FreeBSD-ports-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
}
FreeBSD-base: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}",
enabled: no
}
================================
I haven't modified anything from the default install.
--
You are receiving this mail because:
You are the assignee for the bug.