On Mon, Jul 12, 2021 at 2:46 AM Mark Carroll <[email protected]> wrote: > Does anybody have an idea what I messed up on the > latter? I first noticed when "pkg_admin audit" was telling me less than > I expected on that system.
It sounds like pkgin and your pkg_* tools disagree on what the correct PKG_DBDIR is. Probably one of them is using /var/db/pkg and the other /usr/pkg/pkgdb. Check if you have both, set the location in the respective config files explicitly, and try merging the two db dirs. -- Benny
