Solved Crashing after kldload vboxnet

Kerenl is crashing everytime after loading the vboxnet.
After upgrade ports and kerenel, there is no chance to run vbox on my machinem and machine will crash and reboot immediately.
Is there anyway to findout root cause of this issue ?
Thanks.




12.4-stable r373109 GENERIC amd64
 
After upgrade ports and kerenel,
Did you only upgrade the kernel? I hope you meant to say you upgraded the entire base.

That said, with -STABLE you're going to need to rebuild any external kernel modules (i.e. the ones you installed from ports) to keep them in sync with the kernel version.
 
I did, all of them - ports + kernel - were compiled from source.
I just don't makebuildworld yet.
Always update world at the same time as the kernel, especially when running a -STABLE version. And you need to do a buildworld before buildkernel.
 
So, after upgrading the base and kernel and ports, it seems that the vboxnet issue still want to walk with me.
 
Should I rebuild all ports from source ? I tried to rebuild vbox with portmaster -f virtualbox-ose
And even though all the base and kernel and dependent ports are updated from the source , any try to load network kernel modue will end with failure and a machine crash
 
Back
Top