<?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 Re: install src.rpm in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644922#M20034</link>
    <description>No, is not. See the Fedora Core 4 Release Notes, there you will find the instructions about how to install the kernel source three the scr.rpm file.&lt;BR /&gt;&lt;BR /&gt;fedora.redhat.com/docs/release-notes/</description>
    <pubDate>Sun, 09 Oct 2005 13:08:56 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-10-09T13:08:56Z</dc:date>
    <item>
      <title>install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644920#M20032</link>
      <description>I want to upgrade the kernel , I hv download the file kernel-2.4.21-9.EL.src.rpm , can advise how to install it ? is it just rpm -Uvh kernel-2.4.21-9.EL.src.rpm , then it will boot to the new kernel ? thx</description>
      <pubDate>Sun, 09 Oct 2005 11:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644920#M20032</guid>
      <dc:creator>addendum_1</dc:creator>
      <dc:date>2005-10-09T11:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644921#M20033</link>
      <description>Have a read at the doc on this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html" target="_blank"&gt;http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Sun, 09 Oct 2005 11:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644921#M20033</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-10-09T11:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644922#M20034</link>
      <description>No, is not. See the Fedora Core 4 Release Notes, there you will find the instructions about how to install the kernel source three the scr.rpm file.&lt;BR /&gt;&lt;BR /&gt;fedora.redhat.com/docs/release-notes/</description>
      <pubDate>Sun, 09 Oct 2005 13:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644922#M20034</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-09T13:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644923#M20035</link>
      <description>You should NEVER NEVER NEVER upgrade a kernel. Always use "-ivh" and install it as a separate package, otherwise you can end up with a non bootable machine!&lt;BR /&gt;&lt;BR /&gt;Running "-Uvh" replaces all the kernel modules by recompiling them against the new code which causes two potential problems:&lt;BR /&gt;&lt;BR /&gt;1. You have proprietry binary hardware drivers and the source code is not present, therefore no rebuild.&lt;BR /&gt;&lt;BR /&gt;2. The new kernel causes a hardware conflict, or contains a bug.&lt;BR /&gt;&lt;BR /&gt;Once you have installed the new kernel, and are happy with it it, you can use "rpm -e" to remove the old one. Alternatively you can keep the previous one as a fallback in case of future problems.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 01:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644923#M20035</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-10-10T01:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644924#M20036</link>
      <description>Are you sure you need install kernel from sources?&lt;BR /&gt;&lt;BR /&gt;I suggest just &lt;BR /&gt;&lt;BR /&gt;rpm -i kernel-2.4.21-9.EL.rpm &lt;BR /&gt;or&lt;BR /&gt;rpm -i kernel-smp-2.4.21-9.EL.rpm</description>
      <pubDate>Mon, 10 Oct 2005 04:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644924#M20036</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-10-10T04:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644925#M20037</link>
      <description>Agree that you should not "install" a kernel, but in this case, you are using and src.rpm file, and it's not a binary kernel. So follow the procedures described in the release-notes.&lt;BR /&gt;&lt;BR /&gt;If you are going to install a compiled kernel, use -ivh insted -Uvh. The "compiled" kernel is not an src.rpm file, just .rpm.</description>
      <pubDate>Mon, 10 Oct 2005 07:47:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644925#M20037</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-10T07:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644926#M20038</link>
      <description>More information would be usefull.&lt;BR /&gt;&lt;BR /&gt;What Distro are you using? The kernel you mention is for Redhat Enterprise Linux.&lt;BR /&gt;&lt;BR /&gt;Besides, the kernel you mention is *only* the kernel source, not the compiled binaries that you ultimately need in order to run.&lt;BR /&gt;&lt;BR /&gt;Also, the kernel you mention is a fairly old one - the current 2.4 stream is at 2.4.31 while the bleeding edge 2.6 stream is at kernel version 2.6.13&lt;BR /&gt;&lt;BR /&gt;Is this for a server that you are playing with, or is it a production box?&lt;BR /&gt;&lt;BR /&gt;In addition to others comments, I'd visit &lt;A href="http://www.linux.org/" target="_blank"&gt;http://www.linux.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In particular, have a *good* read of:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.org/docs/ldp/howto/Kernel-HOWTO/index.html" target="_blank"&gt;http://www.linux.org/docs/ldp/howto/Kernel-HOWTO/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Upgrading a kernel on your own system can be an interesting and educational experience, but I'd make damn sure you know what you are doing if this is for a production server! ;-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andy Bruce</description>
      <pubDate>Mon, 10 Oct 2005 16:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644926#M20038</guid>
      <dc:creator>Andrew Bruce</dc:creator>
      <dc:date>2005-10-10T16:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644927#M20039</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;I tried to install rpm -i kernel-2.4.21-9.EL.rpm  , but it can't boot , because some device can't detect into the new kernel .&lt;BR /&gt;&lt;BR /&gt;I use ES3 , it is production server .</description>
      <pubDate>Wed, 12 Oct 2005 10:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644927#M20039</guid>
      <dc:creator>addendum_1</dc:creator>
      <dc:date>2005-10-12T10:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644928#M20040</link>
      <description>This is a common problem and is usually caused because you have a binary-only device driver, therefore when the kernel is relinked the device will not exist.&lt;BR /&gt;&lt;BR /&gt;Boot the original kernel and watch for "kernel tainted" or proprietry device messages such as loading "Promise SATA array..".&lt;BR /&gt;&lt;BR /&gt;The other cause can be if you used make ???config and changed one of the module lad options.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Oct 2005 14:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644928#M20040</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-10-15T14:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644929#M20041</link>
      <description>thx Andrew ,&lt;BR /&gt;&lt;BR /&gt;I think you are talking what my problem is , could advise what can I do now ? do I need to download the driver ? excetp this method , is there other method , eg , compile src kernel ? thx in advance.</description>
      <pubDate>Sat, 15 Oct 2005 19:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644929#M20041</guid>
      <dc:creator>addendum_1</dc:creator>
      <dc:date>2005-10-15T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644930#M20042</link>
      <description>can you please send us "lsmod" output from your working kernel?&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Oct 2005 03:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644930#M20042</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-10-16T03:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: install src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644931#M20043</link>
      <description>When you install a source kernel you must have all the correct source before you can install it. If you have a binary-only driver then the source is simply there. Therefore you have two choices.&lt;BR /&gt;&lt;BR /&gt;1. Visit the vendor's site to see if there is a  new driver for the version of the kernel you are trying to install.&lt;BR /&gt;2. Remove the binary driver.&lt;BR /&gt;&lt;BR /&gt;The problem with option 2 is that you probably need this device to boot in the first place, thus you are stuck.</description>
      <pubDate>Sun, 16 Oct 2005 12:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-src-rpm/m-p/3644931#M20043</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-10-16T12:52:53Z</dc:date>
    </item>
  </channel>
</rss>

