Introduction Lets say you want to test a fresh batch of pot images on a local cluster of virtualbox hosts, because FreeBSD 13.2 is out and you just upgraded. Only it turns out that virtualbox is no longer working after the upgrade to 13.2. Running dmesg shows the output: KLD vboxdrv.ko: depends on kernel - not available or version mismatch linker_load_file: /boot/modules/vboxdrv.ko - unsupported file type Previously this could be solved by removing the packages and re-installing them, but thi...