Hello,<br><br>I am trying to install lustre on ubuntu 9.04. So, in this page; <a href="http://wiki.lustre.org/index.php/Quick_Start_Guide">http://wiki.lustre.org/index.php/Quick_Start_Guide</a><br>I followed the steps under &quot;Building Lustre from Source&quot; title. I am using kernel-2.6.22. I patched the kernel successfully<br>
And I have a couple of questions about it:<br><br>1) In step 5-a it says: &quot;make sure to include jbd and ext3 support in the kernel or in a module&quot;. How can I do it ?<br><br>2) In step 5-b it says: &quot;cp save-dot-config .config&quot; This config file is &quot;lustre/kernel_patches/kernel_configs/kernel-2.6.22-2.6-vanilla-i686.config&quot; for me. Right?<br>
<br>3) After applying the step 5-c (make oldconfig dep bzImage modules) It gives two error:<br>&quot;<br>kernel/built-in.o: In function `timespec_add_ns&#39;:<br>/usr/src/linux-2.6.22.14/include/linux/time.h:177: undefined reference to `__umoddi3&#39;<br>
kernel/built-in.o: In function `do_gettimeofday&#39;:<br>/usr/src/linux-2.6.22.14/kernel/time/timekeeping.c:121: undefined reference to `__udivdi3&#39;<br>/usr/src/linux-2.6.22.14/kernel/time/timekeeping.c:122: undefined reference to `__umoddi3&#39;<br>
kernel/built-in.o: In function `timespec_add_ns&#39;:<br>/usr/src/linux-2.6.22.14/include/linux/time.h:172: undefined reference to `__udivdi3&#39;<br>/usr/src/linux-2.6.22.14/include/linux/time.h:177: undefined reference to `__umoddi3&#39;<br>
make[1]: *** [.tmp_vmlinux1] Error 1<br>make: *** [bzImage] Error 2<br>&quot;<br><br>How can I solve these problems ? (&quot;.tmp_vmlinux1&quot; and &quot;bzImage&quot;)<br>(since this step cannot be done, &quot;update-grub&quot; does not add new kernel to menu.lst)<br>
<br><br>Any help would be greatly appreciated.<br>Thanks in advance<br><br><br>