<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:35:23 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-3609] trying to compile the Lustre kernel.</title>
                <link>https://jira.whamcloud.com/browse/LU-3609</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;trying to compile the kernel-2.6.32-358.6.2.el6_lustre.g230b174.src.rpm (by extracting the kernel, configure it and make it)&lt;/p&gt;

&lt;p&gt;I get the following msgs:&lt;/p&gt;

&lt;p&gt;ERROR: &quot;ipmi_smi_probe_complete&quot; &lt;span class=&quot;error&quot;&gt;&amp;#91;drivers/char/ipmi/ipmi_si.ko&amp;#93;&lt;/span&gt; undefined!&lt;br/&gt;
ERROR: &quot;ipmi_si_get_smi_info&quot; &lt;span class=&quot;error&quot;&gt;&amp;#91;drivers/char/ipmi/ipmi_msghandler.ko&amp;#93;&lt;/span&gt; undefined!&lt;/p&gt;

&lt;p&gt;any ideas?&lt;/p&gt;

&lt;p&gt;thanks,&lt;/p&gt;

&lt;p&gt;Ron&lt;/p&gt;</description>
                <environment>RHEL 6</environment>
        <key id="19880">LU-3609</key>
            <summary>trying to compile the Lustre kernel.</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="6">Not a Bug</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="ronc">Ron Croonenberg</reporter>
                        <labels>
                    </labels>
                <created>Wed, 17 Jul 2013 20:35:37 +0000</created>
                <updated>Mon, 22 Jul 2013 14:56:34 +0000</updated>
                            <resolved>Mon, 22 Jul 2013 14:56:34 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="62513" author="bogl" created="Wed, 17 Jul 2013 20:51:58 +0000"  >&lt;p&gt;Suspect you may have configured your kernel badly with respect to IPMI options.  I note that all our regular configs for el6 have IPMI_SI as a built-in, not a module; CONFIG_IPMI_SI=y.  Your errors suggest you may have config&apos;ed it as a module.&lt;/p&gt;

&lt;p&gt;If not that specific one, still may be some other IPMI config setting.&lt;/p&gt;</comment>
                            <comment id="62544" author="ronc" created="Thu, 18 Jul 2013 15:32:20 +0000"  >&lt;p&gt;Hi Bob,  yes CONFIG_IPMI_SI was set to m, I set it to y and trying again.  Is there a config file that is best used?  &lt;/p&gt;

&lt;p&gt;thanks,&lt;/p&gt;

&lt;p&gt;Ron&lt;/p&gt;</comment>
                            <comment id="62545" author="bogl" created="Thu, 18 Jul 2013 15:34:48 +0000"  >&lt;p&gt;One of the configs kept in lustre/kernel_patches/kernel_configs might be a good place to start.&lt;/p&gt;</comment>
                            <comment id="62546" author="ronc" created="Thu, 18 Jul 2013 15:41:26 +0000"  >&lt;p&gt;So for example &apos;config-x86_64-generic-rhel&apos; would probably a good one to use?&lt;/p&gt;</comment>
                            <comment id="62549" author="bogl" created="Thu, 18 Jul 2013 15:51:50 +0000"  >&lt;p&gt;Ron, I&apos;m not too familiar with the example configs in the kernel source tree. I have the vague impression they leave a lot of settings that require manual update and can be set wrong or badly.  That&apos;s why I recommend starting with one of the configs in the lustre source tree.  I know we use those and they work for us.&lt;/p&gt;</comment>
                            <comment id="62552" author="bogl" created="Thu, 18 Jul 2013 15:55:40 +0000"  >&lt;p&gt;another good starting point might be the .config from /usr/src/kernel/&amp;lt;kernel-version&amp;gt;&lt;/p&gt;</comment>
                            <comment id="62553" author="ronc" created="Thu, 18 Jul 2013 16:06:44 +0000"  >&lt;p&gt;Hi Bob,  yes I noticed that previously, about the configs that come with the kernel.&lt;/p&gt;

&lt;p&gt;I just extracted the source rpm, with cpio. (lustre-2.4.0-2.6.32_358.6.2.el6_lustre.g230b174.x86_64_gd3f91c4.src.rpm) but I don&apos;t see any kernel configs in there? (if it is elsewhere, do you have a URL?)&lt;/p&gt;

&lt;p&gt;thanks,&lt;/p&gt;

&lt;p&gt;Ron&lt;/p&gt;</comment>
                            <comment id="62555" author="bogl" created="Thu, 18 Jul 2013 16:12:14 +0000"  >&lt;p&gt;Ron, I was referring to the .config in the root /usr/src/kernel tree that is part of the kernel-devel rpm.  As far as I know you must have the kernel-devel rpm installed in your build environment in order to build any add on kernel modules, including those that are in lustre.&lt;/p&gt;</comment>
                            <comment id="62557" author="ronc" created="Thu, 18 Jul 2013 16:24:47 +0000"  >&lt;p&gt;Hi Bob,  I do have kernel-devel etc installed.  I did extract the lustre kernel in a different directory though...  but I don&apos;t think that is the issue.  it is compiling..  I&apos;ll see if it gets past the IPMI stuff.&lt;/p&gt;</comment>
                            <comment id="62558" author="bogl" created="Thu, 18 Jul 2013 16:34:41 +0000"  >&lt;p&gt;As a specific example you can copy the .config from the installed linux-devel, for example /usr/src/kernels/2.6.32-358.14.1.el6.x86_64/.config, into the top dir of your extracted kernel.  Then you can use that as the starting point to make manual changes using for example &apos;make menuconfig&apos;.  You can do the same with a config from the lustre tree, for example lustre/kernel_patches/kernel_configs/kernel-2.6.32-2.6-rhel6-x86_64.config&lt;/p&gt;
</comment>
                            <comment id="62560" author="ronc" created="Thu, 18 Jul 2013 17:06:03 +0000"  >&lt;p&gt;Hello Bob,&lt;/p&gt;

&lt;p&gt;thanks!  I am trying to compile the kernel using the config from the lustre tree&lt;/p&gt;

&lt;p&gt;Ron&lt;/p&gt;</comment>
                            <comment id="62570" author="ronc" created="Thu, 18 Jul 2013 21:01:04 +0000"  >&lt;p&gt;ok ..  it all seemed to work.  thanks!&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|hzvvmf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9156</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>