When attempting to update my server running 15.1 stable with freebsd-base I ended up with a bunch of kernel modules not loading due to version mismatches.
Running
I checked /usr/src to ensure
I appreciate any help you can give.
Running
uname -aKU returns: FreeBSD firelink 15.1-STABLE FreeBSD 15.1-STABLE stable/15-n283508-2157c0e19672 GENERIC amd64 1501500 1501501, which shows im not running the correct kernel.I checked /usr/src to ensure
git log showed the correct latest commit then rebuilt the kernel and used the resulting pkg repo to update my system. sysctl kern.bootfile returns /boot/kernel/kernel and pkg which shows that file was installed by the correct FreeBSD-kernel-generic but uname -aKU is still returning the out of date kernel.I appreciate any help you can give.