Olivier Cochard-Labbé

Results 19 comments of Olivier Cochard-Labbé

Same problem here with this command: `pkg query \*\ %n,\ license:%L,\ %w`

This depend of the framework migration (nanobsd -> poudriere), the new image generated with poudriere will be dual BIOS/EFI.

Oh no 'umount: unmount of /cfg failed: Device busy' I've believe to have fixed this problem: Do you have autosave enabled ?

What I mean is I've improved the upgrade script of 1.91 release (check [this commit](https://github.com/ocochard/BSDRP/commit/aa361de55b4a1dba2bf825bdf486abf2d7a93df8#diff-f0d55aca13dca60148493a8e8f6dd5df) and [this one](https://github.com/ocochard/BSDRP/commit/ac55fc8b9baf000afe49b412fd584e0c8b662e38#diff-f0d55aca13dca60148493a8e8f6dd5df)), but when you're upgrading a 1.90, it still use upgrade script 1.90...

I think it is related to this FRR bug: https://github.com/FRRouting/frr/pull/8132

netmap-ipfw didn't compile on FreeBSD… since a long time. And I have no idea of how to fix this problem. The current issues is here: https://github.com/luigirizzo/netmap-ipfw/issues/5

The other glob I've tried is this one (same result, pkg-static still installed): ``` FILES_IGNORE_GLOB: [ "*.a", "/usr/local/sbin/pkg-static", "/usr/local/sbin/pkg-static.pkgsave", ] ``` I need to study how to run pkg in...

I even don't understand how we could end up with the file pkg-static.pkgsave. This concept came from pkg that is upgrading a package and encounter a orphan file… but how...

> Maybe we should remove `testport -c` and make it `testport -C`. Switching to `bulk -C` will do something _different_ than `testport -c` but at least it will only remove...