21.07.2023 16:11, Per olof Ljungmark wrote: > Hi all, > > Looking for advice what to do next. This is a production server and we can > only afford short downtimes. > > Kernel is (was) > FreeBSD 12.4-STABLE stable/12-c3bbba00e GENERIC > then > Fetched 13.2-STABLE sources yesterday morning. > > Did, > make buildworld > make kernel > make installworld > > etcupdate applied in between > > Did not reboot between kernel and world because wanted to save time, perhaps > stupid.
You installed world on host, now you have new binaries that NEED new kernel. Reboot the host ASAP. > Now that I want to upgrade the jails, > make installworld DESTDIR=$jail That should be done after new kernel booted.