Re: [HEADS UP] stable/15: new base packages for PAM, zstd
Date: Wed, 29 Apr 2026 17:51:27 UTC
On Wed, Apr 29, 2026 at 09:32:44AM -0700, Mark Millard wrote: > > > > I get this: > > > > # /home/as/pkgbasify.lua > > Error: The system is already using pkgbase. > > Pass --force to run pkgbasify anyway, for example to fix a partial conversion. > > > > I don't remember invoking pkgbasify before. > > > > should I --force it? > > Note: I have never used the force option. > > A basic question that would direct what you should do . . . > > Which do you want as the basis for your environment: > > ) pkgbase? > > ) What you had before (reverting the partial pkgbase install to no > longer be registered as pkgbase materials)? > > You have the choice of which direction to go. don't mind really... if pkgbase will be the default soon(?) then probably I'd like to go ahead rather than back. But most importantly I want to be able to install security updates, either with pkg or with freebsd-update. Right now neither work --- pkg upgrade does not pull security patches, and freebsd-update no longer work: # pkg upgrade Updating FreeBSD-ports repository catalogue... FreeBSD-ports repository is up to date. Updating FreeBSD-ports-kmods repository catalogue... FreeBSD-ports-kmods repository is up to date. Updating FreeBSD-base repository catalogue... FreeBSD-base repository is up to date. All repositories are up to date. Checking for upgrades (1 candidates): 100% Processing candidates (1 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. # freebsd-version -kru 15.0-RELEASE-p4 15.0-RELEASE-p4 15.0-RELEASE-p7 root@aob:~ # I was expecting the kernel to be upgraded by "pkg upgrade" to p7 too. # freebsd-update fetch freebsd-update is incompatible with the use of packaged base. Please see https://wiki.freebsd.org/PkgBase for more information. Thank you Anton