On Fri, 2007-08-17 at 18:45 +0200, Papp Tamas wrote: > > # modprobe lustre > WARNING: Error inserting libcfs > (/lib/modules/2.6.22.1-41.fc7/kernel/net/lustre/libcfs.ko): Operation > not permitted
Hrm. Why this? Your prompt indicates you are root when you do the modprobe. Verify that your uid==0 with "id" before you modprobe. Alternatively do you have some security framework installed that is preventing the module from being installed? Does your kernel require signed modules perhaps, or is something like selinux preventing module loading? I think FC defaults to having selinux enabled. If you are running selinux or some other MAC/capabilities enforcement framework try disabling it/them before you attempt your modprobe. > WARNING: Error inserting lvfs > (/lib/modules/2.6.22.1-41.fc7/kernel/fs/lustre/lvfs.ko): Unknown > symbol in module, or unknown parameter (see dmesg) > WARNING: Error inserting lnet > (/lib/modules/2.6.22.1-41.fc7/kernel/net/lustre/lnet.ko): Unknown > symbol in module, or unknown parameter (see dmesg) > WARNING: Error inserting obdclass > (/lib/modules/2.6.22.1-41.fc7/kernel/fs/lustre/obdclass.ko): Unknown > symbol in module, or unknown parameter (see dmesg) > WARNING: Error inserting ptlrpc > (/lib/modules/2.6.22.1-41.fc7/kernel/fs/lustre/ptlrpc.ko): Unknown > symbol in module, or unknown parameter (see dmesg) > WARNING: Error inserting mdc > (/lib/modules/2.6.22.1-41.fc7/kernel/fs/lustre/mdc.ko): Unknown symbol > in module, or unknown parameter (see dmesg) > WARNING: Error inserting lov > (/lib/modules/2.6.22.1-41.fc7/kernel/fs/lustre/lov.ko): Unknown symbol > in module, or unknown parameter (see dmesg) > FATAL: Error inserting lustre > (/lib/modules/2.6.22.1-41.fc7/kernel/fs/lustre/lustre.ko): Unknown > symbol in module, or unknown parameter (see dmesg) These are all just fallout from not being able to load libcfs.ko. > Maybe is there any step-by-step howto for building kernel for a > patchless client? Just to get your nomenclature correct so that your explanation is more clear, by definition you don't build a kernel for the patchless client. You use the kernel supplied with your system and what you are building is the (kernel modules for the) patchless client. > Thank you very much, NP. b. _______________________________________________ Lustre-discuss mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-discuss
