Lexi
Lexi
i've added `daily_zfs_trim_flags`. i also modified the script to *not* exit with rc 1 if a trim was started, because i think this is not "notable information" as described in...
> I don't see why the imported versions take an encoding_t argument which selects between BASE64 and BASE64URL. this is required for the way i've implemented this, which allows both...
> Basically pkg is looking at only the basename of libraries so it doesn't realize that /usr/lib/foo.so is a different library from /usr/lib32/foo.so. this hasn't been true since pkg learned...
> I'm currently unable to test, what happens with force? For example, > > `pkg delete --force freebsd-sendmail` using `pkg delete -f` will delete the package, then `pkg check -a...
> > however we shouldn't be expecting users to use `-f` for basic operations like removing a leaf package from base. > > What is the reason for pushing PKGBASE...
> For example I just want to remove `sendmail(8)` but want to keep rest of the set packages ... how am I to do that in a 'supported' way? *...
> [#2517 (comment)](https://github.com/freebsd/pkg/issues/2517#issuecomment-3304269466) > > > … subject to the next `pkg autoremove`. … > > – will offer to remove _FreeBSD-set-minimal_ meta package remnants. this shouldn't happen, because 1)...
> The section referenced in the manpage needs to be updated. done!
on further investigation, this seems to be caused when pkg attempts to remove itself when upgrading. a full pkg upgrade log showing the problem: https://people.freebsd.org/~ivy/tmp/pkg-crash.txt
sure: ``` (lldb) bt * thread #1, name = 'pkg', stop reason = signal SIGSEGV * frame #0: 0x00000000006d2537 pkg`pkg_jobs_execute(j=0x00000d8ec424e220) at pkg_jobs.c:2111:29 frame #1: 0x00000000006d1dbf pkg`pkg_jobs_apply(j=0x00000d8ec424e220) at pkg_jobs.c:2208:9 frame #2:...