cgull
cgull
I also had a similar problem today, but with UEFI images-- the system didn't have the `uefi-edk2-bhyve*` packages installed, and I had configured UEFI boot on a VM. `vm console...
It is! For me on a US keyboard: `/kbd-remap:29=58,58=29` My hack is now obsolete.
You need to look deeper. pkg and FreeBSD have already switched to zstd for 14.0-RELEASE. zstd's default compression parameters produce worse compression than xz (but it's very fast). But it...
I agree with @mapreri that a `tlsh` program (for users) separate from `tlsh_unittest` (for testing) would make sense, but I haven't looked closely at its source code. I also want...
Sorry I missed this earlier. I'm working on FreeBSD and this change works fine there. @jonjoliver this is pretty clearly the right thing to do (another level of indirection!); go...
`pkg -vv | sed '1, /^Repositories/d'` will at least crudely dump the repos pkg knows about without having to duplicate pkg's search logic. But yes, introspection into pkg's configured state...
Over the weekend I realized that the better way to handle our problem would be to open all the pipes with `O_CLOEXEC` in the first place, and then reset that...
*ping* I haven't seen anything for a while...
_ping_ again... Would it be better to submit this on SF?
rebased and cleaned up.