modprobe: FATAL: Could not load module
> Aug 29 16:01:01 li37-46 modprobe: FATAL: Could not load /lib/modules/2.6.24.4-linode8/modules.dep: No such file or directory
Aug 29 16:01:01 li37-46 last message repeated 4 times
2 Replies
caker
Linode Staff
mkdir -p /lib/modules/2.6.24.4-linode8
depmod -a
-Chris
mkdir /lib/modules/2.6.24.4-linode8
depmod -a
should fix it.
Edit: Gah - beaten to it by caker.