Hi Guys,<br><br>I have compiled lustre client 1.8.4 with the following options:<br><br>./configure --disable-server --with-linux=/usr/src/linux-2.6.32.12-0.7 --with-linux-obj=/usr/src/linux-2.6.32.12-0.7-obj/x86_64/default --with-linux-config=/boot/config-2.6.32.12-0.7-default --with-o2ib --enable-quota <br>
<br>uname (SLES 11 SP 1):<br>Linux node205 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/Linux<br><br>The only problem that I saw during the configure/make was:<br><br>..snip..<br>*** You have not yet configured your kernel!<br>
*** (missing kernel config file ".config")<br>
***<br>*** Please run some configurator (e.g. "make oldconfig" or<br>*** "make menuconfig" or "make xconfig").<br>***<br>..snip..<br><br>However the build did not fail so I thought this was okay.  Now that everything has been built I am try to load the lustre module but keep getting this error:<br>
<br>--<br>node205:~ # modprobe lustre<br>WARNING: Error inserting osc (/lib/modules/2.6.32.12-0.7-default/updates/kernel/fs/lustre/osc.ko): Input/output error<br>WARNING: Error inserting mdc (/lib/modules/2.6.32.12-0.7-default/updates/kernel/fs/lustre/mdc.ko): Input/output error<br>
WARNING: Error inserting lov (/lib/modules/2.6.32.12-0.7-default/updates/kernel/fs/lustre/lov.ko): Input/output error<br>FATAL: Error inserting lustre (/lib/modules/2.6.32.12-0.7-default/updates/kernel/fs/lustre/lustre.ko): Input/output error<br>
--<br><br>I do have lustre installed under the correct path I believe:<br><br>node205:/lib # find . -name "lustre.ko"<br>./modules/2.6.32.12-0.7-default/updates/kernel/fs/lustre/lustre.ko<br><br>Am I missing some step here?  Any help would be greatly appreciated.<br>
<br>Thanks,<br>-J<br>