I did a yum install of modules from the CentOS-csgfs repository (GFS-kernel, cman-kernel, etc). Modprobe does not find the modules.
Upon investigation, I found that modprobe is looking in: /lib/modules/2.6.9-22.0.1.ELsmp/
while the package files were installed to: /lib/modules/2.6.9-22.0.1.EL/
Can I tell modprobe to use those modules somehow?
Are modules for the smp kernel available?
Or do I need to get the source rpms and recompile for the smp kernel myself?
Bowie
On Thu, 2005-12-15 at 15:11 -0500, Bowie Bailey wrote:
I did a yum install of modules from the CentOS-csgfs repository (GFS-kernel, cman-kernel, etc). Modprobe does not find the modules.
Upon investigation, I found that modprobe is looking in: /lib/modules/2.6.9-22.0.1.ELsmp/
while the package files were installed to: /lib/modules/2.6.9-22.0.1.EL/
Can I tell modprobe to use those modules somehow?
Are modules for the smp kernel available?
Or do I need to get the source rpms and recompile for the smp kernel myself?
Bowie
You need to install the correct kernel module by name yum does not resolve the name. There are smp and hughmem kernel modules available.
Take a look in http://mirror.centos.org/centos/4/csgfs/i386/RPMS/