<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Kernel Configurations in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877372#M3239</link>
    <description>Hello Linux gurus,&lt;BR /&gt;&lt;BR /&gt;I'm trying to install something on our advance server 2.1 running kernel 2.4.9 It is telling me to check if the following features are enabled. Where do I look for these features. Any help is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;CONFIG_NET&lt;BR /&gt;CONFIG_BINFMT_ELF&lt;BR /&gt;CONFIG_INET&lt;BR /&gt;CONFIG_NETDEVICES.&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated and points will be assigned.</description>
    <pubDate>Wed, 08 Jan 2003 18:58:24 GMT</pubDate>
    <dc:creator>Ragni Singh</dc:creator>
    <dc:date>2003-01-08T18:58:24Z</dc:date>
    <item>
      <title>Kernel Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877372#M3239</link>
      <description>Hello Linux gurus,&lt;BR /&gt;&lt;BR /&gt;I'm trying to install something on our advance server 2.1 running kernel 2.4.9 It is telling me to check if the following features are enabled. Where do I look for these features. Any help is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;CONFIG_NET&lt;BR /&gt;CONFIG_BINFMT_ELF&lt;BR /&gt;CONFIG_INET&lt;BR /&gt;CONFIG_NETDEVICES.&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated and points will be assigned.</description>
      <pubDate>Wed, 08 Jan 2003 18:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877372#M3239</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-01-08T18:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877373#M3240</link>
      <description>Hi,&lt;BR /&gt;On my Suse 8.1 system, those entries can be found in:&lt;BR /&gt;&lt;BR /&gt;/boot/vmlinux.config&lt;BR /&gt;/boot/vmlinux.autoconf.h&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Kel</description>
      <pubDate>Thu, 09 Jan 2003 05:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877373#M3240</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-01-09T05:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877374#M3241</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;kernel features are defined in .config file&lt;BR /&gt;&lt;BR /&gt;First install Kernel source RPM &lt;BR /&gt;Then&lt;BR /&gt;#cd /usr/src/linux-2.4.9&lt;BR /&gt;#vi .config&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 05:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877374#M3241</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-01-09T05:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877375#M3242</link>
      <description>As you are using RHAS, Kelli's example won't be much help unfortunately (as far as I'm aware, RH don't keep the config settings anywhere with an RPM install of just the kernel).&lt;BR /&gt;&lt;BR /&gt;If you've compiled your own kernel, U.SivaKumar's response will be right on the money.&lt;BR /&gt;&lt;BR /&gt;With a little reading (/usr/share/doc/kernel-doc/Configure.help), and some nutting out we can duduce the following things.&lt;BR /&gt;&lt;BR /&gt;The existance of /proc/sys/net says that CONFIG_NET is enabled, just as /proc/sys/net/ipv4/ says that CONFIG_INET is enabled.&lt;BR /&gt;&lt;BR /&gt;If you have a working network card in the system, CONFIG_NETDEVICES is enabled.&lt;BR /&gt;&lt;BR /&gt;As for CONFIG_BINFMT_ELF, well this requires a little more exploration.  Type:&lt;BR /&gt;&lt;BR /&gt;file `which file`&lt;BR /&gt;&lt;BR /&gt;It should return a string similar to: &lt;BR /&gt;&lt;BR /&gt;/usr/bin/file: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped&lt;BR /&gt;&lt;BR /&gt;The fact that you could run this, and ELF binary, means that this config setting is set to either Y or M.  Issuing:&lt;BR /&gt;&lt;BR /&gt;lsmod | grep binfmt_elf&lt;BR /&gt;&lt;BR /&gt;will show whether it's a module (M, it will show a line) or compiled into the kernel (Y, the above won't return anything).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 06:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877375#M3242</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-09T06:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configurations</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877376#M3243</link>
      <description>Thanks for the info Stuart.&lt;BR /&gt;Although I have used a few versions of RH (quickly dropped in favor of Mandrake and Suse)&lt;BR /&gt;I have never had the opportunity to use Advanced Server.&lt;BR /&gt;Good to know, thanks again,&lt;BR /&gt;Kel</description>
      <pubDate>Thu, 09 Jan 2003 15:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-configurations/m-p/2877376#M3243</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-01-09T15:26:40Z</dc:date>
    </item>
  </channel>
</rss>

