<?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: redhat 7.2 - problem upgrading from kernel 2.4.7-10 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153137#M72871</link>
    <description>Hi: there are news.&lt;BR /&gt;using red hat network I've downloaded&lt;BR /&gt;and installed:&lt;BR /&gt;&lt;BR /&gt;kernel-bigmem-2.4.20-27.7.i686.rpm&lt;BR /&gt;&lt;BR /&gt;kernel-BOOT-2.4.20-27.7.i386.rpm&lt;BR /&gt;kernel-headers-2.4.9-34.i386.rpm&lt;BR /&gt;kernel-source-2.4.20-27.7.i386.rpm&lt;BR /&gt;kernel-utils-2.4-8.13.7.2.i386.rpm&lt;BR /&gt;&lt;BR /&gt;I've not found -source-*.i686&lt;BR /&gt;&lt;BR /&gt;reboot OK&lt;BR /&gt;&lt;BR /&gt;now vmware-config.pl failed with this&lt;BR /&gt;message:&lt;BR /&gt;&lt;BR /&gt;the kernel defined by this directory&lt;BR /&gt;of header files is uniprocessor,&lt;BR /&gt;while your running kernel is multiprocessor.&lt;BR /&gt;&lt;BR /&gt;anyone knows what include file i need&lt;BR /&gt;to modify ?&lt;BR /&gt;&lt;BR /&gt;best regards</description>
    <pubDate>Mon, 29 Dec 2003 10:42:41 GMT</pubDate>
    <dc:creator>Francisco Mancardi_1</dc:creator>
    <dc:date>2003-12-29T10:42:41Z</dc:date>
    <item>
      <title>redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153133#M72867</link>
      <description>Hi!:&lt;BR /&gt;This is part 2 of my problem that began&lt;BR /&gt;with the question about memory problems.&lt;BR /&gt;&lt;BR /&gt;I've downloaded and installed the rpm (see attachment).&lt;BR /&gt;Boot OK, but when I try to build VMWARE workstation, the script complain about not&lt;BR /&gt;finding the includes.&lt;BR /&gt;&lt;BR /&gt;Then I've tried to find the sources&lt;BR /&gt;for 2.4.20-24.7, but was impossible.&lt;BR /&gt;I've downloaded 2.4.20 from kernel.org.&lt;BR /&gt;&lt;BR /&gt;The vmware script continues to complain&lt;BR /&gt;now because it can't find version.h&lt;BR /&gt;&lt;BR /&gt;I've tried:&lt;BR /&gt;1. copy from boot the configfile for the new kernel&lt;BR /&gt;2. make dep -&amp;gt; failed: no asm dir&lt;BR /&gt;3. I've created a link asm&lt;BR /&gt;4. make dep -&amp;gt; failed again &lt;BR /&gt;   with a message abou no rule to make target autoconf&lt;BR /&gt;&lt;BR /&gt;Any hint ?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Dec 2003 06:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153133#M72867</guid>
      <dc:creator>Francisco Mancardi_1</dc:creator>
      <dc:date>2003-12-29T06:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153134#M72868</link>
      <description>Your problem is probably that vmware needs to find the kernel header files to build the modules it needs.&lt;BR /&gt; &lt;BR /&gt;I don't think you need to install a new kernel or anything like that.  Just have the kernel sources somewhere.  It is possible that vmware just can't find where your header files are but it does actually ask you where they are.  Normall, of course, they would be in /usr/src/linux/include but I imagine Red Hat would put them somewhere else.&lt;BR /&gt; &lt;BR /&gt;Make sure that you have installed the kernel sources though!</description>
      <pubDate>Mon, 29 Dec 2003 07:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153134#M72868</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-29T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153135#M72869</link>
      <description>On Redhat 2.4.20-27.9 on wich I have the kernel source install I find many version.h but only two valid candidates. &lt;BR /&gt;&lt;BR /&gt;/usr/include/linux/version.h&lt;BR /&gt;and in&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/include/linux/version.h&lt;BR /&gt;&lt;BR /&gt;I found these with&lt;BR /&gt;&lt;BR /&gt;#locate version.h | grep "/version.h"&lt;BR /&gt;&lt;BR /&gt;in /usr/src/linux-2.4 there is a softlink to current kernel version "in my case 2.4.20-27.9" &lt;BR /&gt;&lt;BR /&gt;I did a diff between the two files and found the following&lt;BR /&gt;&lt;BR /&gt;diff /usr/include/linux/version.h /usr/src/linux-2.4.20-27.9/include/linux/version.h&lt;BR /&gt;1c1,10&lt;BR /&gt;&amp;lt; #define UTS_RELEASE "2.4.20"&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; #include &lt;LINUX&gt;&lt;BR /&gt;&amp;gt; #if defined(__module__smp)&lt;BR /&gt;&amp;gt; #define UTS_RELEASE "2.4.20-27.9smp"&lt;BR /&gt;&amp;gt; #elif defined(__module__BOOT)&lt;BR /&gt;&amp;gt; #define UTS_RELEASE "2.4.20-27.9BOOT"&lt;BR /&gt;&amp;gt; #elif defined(__module__bigmem)&lt;BR /&gt;&amp;gt; #define UTS_RELEASE "2.4.20-27.9bigmem"&lt;BR /&gt;&amp;gt; #else&lt;BR /&gt;&amp;gt; #define UTS_RELEASE "2.4.20-27.9"&lt;BR /&gt;&amp;gt; #endif&lt;BR /&gt;&lt;BR /&gt;I haven install VMWARE on this system so can not confirm that my system would be more succesfull, but I am hoping that this could somehow help you out ... in any case it answers Mark question ..&lt;BR /&gt;&lt;BR /&gt;J-P&lt;/LINUX&gt;</description>
      <pubDate>Mon, 29 Dec 2003 08:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153135#M72869</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-29T08:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153136#M72870</link>
      <description>I should also have added the following&lt;BR /&gt;&lt;BR /&gt;# rpm -ql kernel-source-2.4.20-27.9 | grep "version.h"&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/arch/i386/math-emu/version.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/drivers/addon/aep/driver_version.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/drivers/addon/cipe/version.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/drivers/addon/iscsi/iscsi-version.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/drivers/addon/iscsi/version.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/drivers/addon/qla2200/qla_version.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/drivers/net/sk98lin/h/skversion.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/include/linux/version.h&lt;BR /&gt;/usr/src/linux-2.4.20-27.9/include/pcmcia/version.h&lt;BR /&gt;&lt;BR /&gt;The above show me the version.h found in the rpm kernel-source that is installed on my system.&lt;BR /&gt;&lt;BR /&gt;J-P (0 point for this added to... and may I added Happy new year to you lot !)&lt;BR /&gt;  &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 29 Dec 2003 09:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153136#M72870</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-29T09:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153137#M72871</link>
      <description>Hi: there are news.&lt;BR /&gt;using red hat network I've downloaded&lt;BR /&gt;and installed:&lt;BR /&gt;&lt;BR /&gt;kernel-bigmem-2.4.20-27.7.i686.rpm&lt;BR /&gt;&lt;BR /&gt;kernel-BOOT-2.4.20-27.7.i386.rpm&lt;BR /&gt;kernel-headers-2.4.9-34.i386.rpm&lt;BR /&gt;kernel-source-2.4.20-27.7.i386.rpm&lt;BR /&gt;kernel-utils-2.4-8.13.7.2.i386.rpm&lt;BR /&gt;&lt;BR /&gt;I've not found -source-*.i686&lt;BR /&gt;&lt;BR /&gt;reboot OK&lt;BR /&gt;&lt;BR /&gt;now vmware-config.pl failed with this&lt;BR /&gt;message:&lt;BR /&gt;&lt;BR /&gt;the kernel defined by this directory&lt;BR /&gt;of header files is uniprocessor,&lt;BR /&gt;while your running kernel is multiprocessor.&lt;BR /&gt;&lt;BR /&gt;anyone knows what include file i need&lt;BR /&gt;to modify ?&lt;BR /&gt;&lt;BR /&gt;best regards</description>
      <pubDate>Mon, 29 Dec 2003 10:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153137#M72871</guid>
      <dc:creator>Francisco Mancardi_1</dc:creator>
      <dc:date>2003-12-29T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153138#M72872</link>
      <description>1) Looks like your running the SMP kernel, you can check this by typing -&amp;gt; uname -a. Vmware is trying to compile for a uniprocessor kernel.   &lt;BR /&gt;&lt;BR /&gt;2) If your you have a single processor machine, you might have a option at bootup to load the uniprocessor kernel..  If not, you have to modify your /etc/lilo.conf or /etc/grub file depending on your loader. &lt;BR /&gt;&lt;BR /&gt;3) if you have a dual processor machine, you need to specify the correct directory when  VMware looks for the C header files. it should be something like /usr/src/2.4.9.20-SMP/include &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hopefully this helps..</description>
      <pubDate>Mon, 29 Dec 2003 12:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153138#M72872</guid>
      <dc:creator>Don_89</dc:creator>
      <dc:date>2003-12-29T12:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153139#M72873</link>
      <description>You should probably get your kernels from Red HAt's update function. It should not make a difference, but readhats update program handles certain details correctly that you may have missed.&lt;BR /&gt;&lt;BR /&gt;Try it that way and report back.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Dec 2003 13:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153139#M72873</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-29T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: redhat 7.2 - problem upgrading from kernel 2.4.7-10</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153140#M72874</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;kernel-source-2.4.20-27.7.i386.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is the source tree you need. The 686 for the build kernel is just a matter of compiler optimisations and maybe a config variable, but not an issue of the source itself.&lt;BR /&gt;&lt;BR /&gt;Most probably your problem is that the source has been unpack to /usr/src/linux-2.4.20xx.&lt;BR /&gt;Make /usr/src/linux a link pointing to this and you should be fine.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 29 Dec 2003 16:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-7-2-problem-upgrading-from-kernel-2-4-7-10/m-p/3153140#M72874</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-29T16:28:22Z</dc:date>
    </item>
  </channel>
</rss>

