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? > > BowieYou 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/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20051215/3b38e9bd/attachment-0001.sig>
From: Johnny Hughes [mailto:mailing-lists at hughesjr.com]> 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/ > > 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/I hate it when I ask stupid questions... :) Bowie