<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I'm trying to do 2 things and failing miserably at both. I had it working in the past but for some reason now its broken.</div><div><br></div><div>I just downloaded 1.6.4.3 for rhel5 x86_64. I installed all the required packages. My network is o2ib and modprobe.conf is set accordingly. When I modprobe lustre it gives me an error about the ko2iblnd module. I'm pretty sure that this is because the 1.6.4.3 kernel on the website was built using a different version of OFED than the one provided in the kernel tree. Fair enough. So I went to recompile the lustre modules and ran a ./configure --with-linux=/path/to/kernel/source --with-linux-obj=/path/to/kernel-obj/source and it bombed. So I ran these steps on the lustre kernel source tree which worked in the past but only half work now-</div><div><br></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 13px; "><pre>cd /usr/src/<linux-lustre-kernel-source>/
make mrproper
cp /usr/src/<linux-kernel-source-obj>/x86_64/smp/.config .
<br></pre><pre>#Edit Makefile </pre><pre>EXTRAVERSION = -55.0.9.EL_lustre.1.6.3smp</pre><pre>make menuconfig
make include/asm
make include/linux/version.h
make SUBDIRS=scripts</pre></span></div><div>It runs correctly and I'm able to compile my kernel modules against this tree without the --with-linux-obj ./configure option however when I load the modules generated from this build I get an error about "struct_module" not found and it taints my kernel. Odd thing is when I do a modinfo on the module it shows the right version magic. I'm truly lost here. </div><div><br></div><div>My questions are -</div><div><br></div><div>1. How do I build kernel modules against the lustre kernel source rpm for RHEL5 that get versioning information</div><div><br></div><div>and</div><div><br></div><div>2. What version of the OFED was the linux kernel built against?</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>-Aaron</div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>Aaron Knister</div><div>Associate Systems Analyst</div><div><div><div>Center for Ocean-Land-Atmosphere Studies</div></div><div></div></div><div><br class="khtml-block-placeholder"></div><div>(301) 595-7000</div><div><a href="mailto:aaron@iges.org">aaron@iges.org</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></div></span></div></span><br class="Apple-interchange-newline"> </div><br></body></html>