<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:57 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-330] SLES11 SP1 client RPMS built but lustre module fails to load</title>
                <link>https://jira.whamcloud.com/browse/LU-330</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I used the method described below to build client rpms with the source kit lustre-1.8.5.tar.gz.&lt;/p&gt;

&lt;p&gt;There was only one error reported during the make rpms, relating to lustre-iolit-1.2-root,&lt;br/&gt;
but the rpms were built under /usr/src/packages/RPMS/x86_64.&lt;/p&gt;

&lt;p&gt;The rpms lustre-modules, lustre and lustre-tests were then installed smoothly without any complaints.&lt;/p&gt;

&lt;p&gt;But the subsequent &quot;modprobe lustre&quot; will return a &quot;Killed&quot; message, with no lustre module loaded.&lt;/p&gt;

&lt;p&gt;dmesg also reveals  &quot;BUG: unable to handle kernel NULL pointer dereference at 0000000000000008&quot;&lt;/p&gt;

&lt;p&gt;A second &quot;modprobe lustre&quot; command will then hang, again with no module loaded.&lt;br/&gt;
Subsequently the client is not able to mount the lustre storage.&lt;/p&gt;

&lt;p&gt;Please kindly advise how to resolve this problem.&lt;br/&gt;
Many thanks.&lt;/p&gt;

&lt;p&gt;===========================================================&lt;/p&gt;

&lt;p&gt;Client host cmip-proc8:  cat /etc/issue:&lt;/p&gt;

&lt;p&gt;Welcome to SUSE Linux Enterprise Server 11 SP1  (x86_64) - Kernel \r (\l).&lt;/p&gt;

&lt;p&gt;cmip-proc8:~ # uname -a&lt;br/&gt;
Linux cmip-proc8.badc.rl.ac.uk 2.6.32.29-0.3-xen #1 SMP 2011-02-25 13:36:59 +0100 x86_64 x86_64 x86_64 GNU/Linux&lt;/p&gt;

&lt;p&gt;Install kit from:&lt;br/&gt;
cd /usr/local/kits/lustre-1.8.5&lt;/p&gt;

&lt;p&gt;ls -ls /usr/src/&lt;br/&gt;
4 drwxr-xr-x  3 root root 4096 2011-05-09 08:31 debug&lt;br/&gt;
0 lrwxrwxrwx  1 root root   19 2011-03-20 15:54 linux -&amp;gt; linux-2.6.32.29-0.3&lt;br/&gt;
4 drwxr-xr-x 25 root root 4096 2011-05-09 08:49 linux-2.6.32.29-0.3&lt;br/&gt;
4 drwxr-xr-x  3 root root 4096 2011-03-20 15:54 linux-2.6.32.29-0.3-obj&lt;br/&gt;
4 drwxr-xr-x  3 root root 4096 2011-03-20 15:54 linux-obj&lt;br/&gt;
4 drwxr-xr-x 10 root root 4096 2011-05-09 08:31 lustre-1.8.5&lt;br/&gt;
4 drwxr-xr-x  7 root root 4096 2011-03-20 14:58 packages&lt;/p&gt;

&lt;p&gt;Install command:&lt;/p&gt;

&lt;p&gt;./configure --with-linux=/usr/src/linux-2.6.32.29-0.3  --with-linux-obj=/usr/src/linux-2.6.32.29-0.3-obj/x86_64/xen&lt;/p&gt;

&lt;p&gt;make rpms&lt;/p&gt;

&lt;p&gt;One error recorded:&lt;br/&gt;
+ ./configure --prefix=/usr&lt;br/&gt;
configure: error: cannot find install-sh or install.sh in . ./.. ./../..&lt;br/&gt;
error: Bad exit status from /var/tmp/rpm-tmp.51316 (%build)&lt;/p&gt;

&lt;p&gt;RPM build errors:&lt;br/&gt;
    Bad exit status from /var/tmp/rpm-tmp.51316 (%build)&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;rpms&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Leaving directory `/usr/local/kits/lustre-1.8.5/lustre-iokit&apos;&lt;/p&gt;

&lt;p&gt;By trial and error, this error can be avoided if I rsync /usr/local/kits/lustre-1.8.5/lustre-iokit /usr/src/packages/BUILD/lustre-iokit-1.2&lt;/p&gt;

&lt;p&gt;Anyway, rpms are built under: &lt;/p&gt;

&lt;p&gt;cmip-proc8:/usr/local/kits/lustre-1.8.5 # ls /usr/src/packages/RPMS//x86_64/&lt;b&gt;1.8.5&lt;/b&gt;&lt;br/&gt;
/usr/src/packages/RPMS//x86_64/lustre-1.8.5-2.6.32.29_0.3_xen_201105090815.x86_64.rpm&lt;br/&gt;
/usr/src/packages/RPMS//x86_64/lustre-debuginfo-1.8.5-2.6.32.29_0.3_xen_201105090815.x86_64.rpm&lt;br/&gt;
/usr/src/packages/RPMS//x86_64/lustre-debugsource-1.8.5-2.6.32.29_0.3_xen_201105090815.x86_64.rpm&lt;br/&gt;
/usr/src/packages/RPMS//x86_64/lustre-modules-1.8.5-2.6.32.29_0.3_xen_201105090815.x86_64.rpm&lt;br/&gt;
/usr/src/packages/RPMS//x86_64/lustre-source-1.8.5-2.6.32.29_0.3_xen_201105090815.x86_64.rpm&lt;br/&gt;
/usr/src/packages/RPMS//x86_64/lustre-tests-1.8.5-2.6.32.29_0.3_xen_201105090815.x86_64.rpm&lt;/p&gt;

&lt;p&gt;No error when  installing these rpms:&lt;/p&gt;

&lt;p&gt;cmip-proc8:/usr/local/kits/lustre-1.8.5 # rpm -qa | grep lustre&lt;br/&gt;
lustre-debuginfo-1.8.5-2.6.32.29_0.3_xen_201105090815&lt;br/&gt;
lustre-modules-1.8.5-2.6.32.29_0.3_xen_201105090815&lt;br/&gt;
lustre-1.8.5-2.6.32.29_0.3_xen_201105090815&lt;br/&gt;
lustre-debugsource-1.8.5-2.6.32.29_0.3_xen_201105090815&lt;br/&gt;
lustre-tests-1.8.5-2.6.32.29_0.3_xen_201105090815&lt;br/&gt;
lustre-source-1.8.5-2.6.32.29_0.3_xen_201105090815&lt;/p&gt;


&lt;p&gt;To check and load lustre module but none is loaded:&lt;/p&gt;

&lt;p&gt;cmip-proc8:~ # lsmod | grep lustre&lt;br/&gt;
cmip-proc8:~ # modprobe lustre&lt;br/&gt;
Killed&lt;br/&gt;
cmip-proc8:~ # lsmod | grep lustre&lt;br/&gt;
cmip-proc8:~ # modprobe lustre &amp;amp;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; 3454&lt;br/&gt;
cmip-proc8:~ # &lt;br/&gt;
cmip-proc8:~ # ps auxw | grep lustre&lt;br/&gt;
root      3454  0.0  0.0   3940   624 pts/1    S    18:04   0:00 modprobe lustre&lt;/p&gt;

&lt;p&gt;Dmesg records this error after the first &quot;modeprobe lustre&quot; command:&lt;/p&gt;

&lt;p&gt;cmip-proc8:/usr/local/kits/lustre-1.8.5 # diff /tmp/d1 /tmp/d2 &lt;br/&gt;
195a196,250&lt;br/&gt;
&amp;gt; [  168.647996] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008&lt;br/&gt;
&amp;gt; [  168.648006] IP: &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8002c3d2&amp;gt;&amp;#93;&lt;/span&gt; task_rq_lock+0x42/0xa0&lt;br/&gt;
&amp;gt; [  168.648018] PGD 7fac4067 PUD 7ef4c067 PMD 0 &lt;br/&gt;
&amp;gt; [  168.648023] Oops: 0000 &lt;a href=&quot;#1&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;1&lt;/a&gt; SMP &lt;br/&gt;
&amp;gt; [  168.648026] last sysfs file: /sys/module/ip_tables/initstate&lt;br/&gt;
&amp;gt; [  168.648028] CPU 0 &lt;br/&gt;
&amp;gt; [  168.648030] Modules linked in: lnet(N+) lvfs(N) libcfs(N) iptable_nat nf_nat xt_tcpudp xt_pkttype ipt_LOG xt_limit autofs4 binfmt_misc microcode xt_NOTRACK ipt_REJECT xt_state iptable_raw iptable_filter nf_conntrack_netbios_ns nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip_tables ip6_tables x_tables fuse loop dm_mod joydev rtc_core rtc_lib xennet ext3 mbcache jbd processor thermal_sys hwmon xenblk cdrom&lt;br/&gt;
&amp;gt; [  168.648063] Supported: Yes&lt;br/&gt;
&amp;gt; [  168.648066] Pid: 3445, comm: modprobe Tainted: G          N  2.6.32.29-0.3-xen #1 &lt;br/&gt;
&amp;gt; [  168.648069] RIP: e030:&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8002c3d2&amp;gt;&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8002c3d2&amp;gt;&amp;#93;&lt;/span&gt; task_rq_lock+0x42/0xa0&lt;br/&gt;
&amp;gt; [  168.648074] RSP: e02b:ffff88007efa5e38  EFLAGS: 00010082&lt;br/&gt;
&amp;gt; [  168.648077] RAX: 0000000000000001 RBX: 0000000000009700 RCX: dead000000100100&lt;br/&gt;
&amp;gt; [  168.648080] RDX: 0000000000000000 RSI: ffff88007efa5e88 RDI: 0000000000000000&lt;br/&gt;
&amp;gt; [  168.648083] RBP: ffff88007efa5e58 R08: ffffffffa0252fb6 R09: 0000000000000000&lt;br/&gt;
&amp;gt; [  168.648086] R10: 0000000000000001 R11: 0000000000000061 R12: 0000000000009700&lt;br/&gt;
&amp;gt; [  168.648089] R13: 0000000000000000 R14: ffff88007efa5e88 R15: 000000000000000f&lt;br/&gt;
&amp;gt; [  168.648095] FS:  00007f3f41030700(0000) GS:ffff8800013c1000(0000) knlGS:0000000000000000&lt;br/&gt;
&amp;gt; [  168.648098] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b&lt;br/&gt;
&amp;gt; [  168.648101] CR2: 0000000000000008 CR3: 000000007ef7d000 CR4: 0000000000002660&lt;br/&gt;
&amp;gt; [  168.648104] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000&lt;br/&gt;
&amp;gt; [  168.648107] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400&lt;br/&gt;
&amp;gt; [  168.648110] Process modprobe (pid: 3445, threadinfo ffff88007efa4000, task ffff88007e9100c0)&lt;br/&gt;
&amp;gt; [  168.648113] Stack:&lt;br/&gt;
&amp;gt; [  168.648115]  ffffffffa02579f8 0000000000000000 0000000000623da0 0000000000623d30&lt;br/&gt;
&amp;gt; [  168.648118] &amp;lt;0&amp;gt; ffff88007efa5eb8 ffffffff80038588 000000007ef8ef00 00000000a02579f8&lt;br/&gt;
&amp;gt; [  168.648123] &amp;lt;0&amp;gt; 00000000a0243060 0000000000000000 0000000000000001 ffffffffa02579f8&lt;br/&gt;
&amp;gt; [  168.648129] Call Trace:&lt;br/&gt;
&amp;gt; [  168.648138]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80038588&amp;gt;&amp;#93;&lt;/span&gt; try_to_wake_up+0x48/0x420&lt;br/&gt;
&amp;gt; [  168.648143]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005b2e8&amp;gt;&amp;#93;&lt;/span&gt; up+0x48/0x50&lt;br/&gt;
&amp;gt; [  168.648153]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0230d92&amp;gt;&amp;#93;&lt;/span&gt; LNetInit+0x92/0xc0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; [  168.648167]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa02430ac&amp;gt;&amp;#93;&lt;/span&gt; init_lnet+0x4c/0x280 &lt;span class=&quot;error&quot;&gt;&amp;#91;lnet&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; [  168.648178]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80004045&amp;gt;&amp;#93;&lt;/span&gt; do_one_initcall+0x35/0x1b0&lt;br/&gt;
&amp;gt; [  168.648184]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8006d154&amp;gt;&amp;#93;&lt;/span&gt; sys_init_module+0xe4/0x270&lt;br/&gt;
&amp;gt; [  168.648189]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80007458&amp;gt;&amp;#93;&lt;/span&gt; system_call_fastpath+0x16/0x1b&lt;br/&gt;
&amp;gt; [  168.648194]  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00007f3f40bc9f7a&amp;gt;&amp;#93;&lt;/span&gt; 0x7f3f40bc9f7a&lt;br/&gt;
&amp;gt; [  168.648196] Code: 1c 24 49 89 f6 4c 89 64 24 08 49 c7 c4 00 97 00 00 65 8a 04 25 c1 67 00 00 65 c6 04 25 c1 67 00 00 01 0f b6 c0 4c 89 e3 49 89 06 &amp;lt;49&amp;gt; 8b 45 08 8b 40 18 48 03 1c c5 80 ae 62 80 48 89 df e8 f7 87 &lt;br/&gt;
&amp;gt; [  168.648230] RIP  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8002c3d2&amp;gt;&amp;#93;&lt;/span&gt; task_rq_lock+0x42/0xa0&lt;br/&gt;
&amp;gt; [  168.648234]  RSP &amp;lt;ffff88007efa5e38&amp;gt;&lt;br/&gt;
&amp;gt; [  168.648236] CR2: 0000000000000008&lt;br/&gt;
&amp;gt; [  168.648239] --&lt;del&gt;[ end trace 57429513f7001015 ]&lt;/del&gt;--&lt;br/&gt;
cmip-proc8:/usr/local/kits/lustre-1.8.5 #&lt;/p&gt;

&lt;p&gt;I have also tried Lustre-1.8.4, but got the same result.&lt;/p&gt;
</description>
                <environment>Client: SLES11 SP1</environment>
        <key id="10880">LU-330</key>
            <summary>SLES11 SP1 client RPMS built but lustre module fails to load</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="peter.chiu@stfc.ac.uk">Peter Chiu</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 May 2011 11:02:47 +0000</created>
                <updated>Tue, 10 Apr 2012 04:35:51 +0000</updated>
                            <resolved>Thu, 5 Apr 2012 18:07:02 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="33601" author="adilger" created="Thu, 5 Apr 2012 18:07:02 +0000"  >&lt;p&gt;The SLES11 SP1 RPMs are built for every build on Lustre 2.x.&lt;/p&gt;</comment>
                            <comment id="34366" author="peter.chiu@stfc.ac.uk" created="Tue, 10 Apr 2012 04:35:51 +0000"  >&lt;p&gt;Thanks Andreas, for this email update.&lt;/p&gt;

&lt;p&gt;I have checked on the web link concerned, but don&apos;t think I have found further details on the fix.&lt;/p&gt;

&lt;p&gt;May I ask what has been changed to resolve the problem encountered?&lt;/p&gt;

&lt;p&gt;Or what do I need to do at the client side to enable lustre modules to be loaded?&lt;/p&gt;

&lt;p&gt;Many thanks again.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Peter&lt;/p&gt;

</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvc2n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5524</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>