Kevin, I&#39;m using a server from a company in spain that rents dedicated servers.<br>At first, the server was setup with Fedora 13. Clean, no other stuff in it.<br>I started the process of installing Asterisk the same way I did with another server that we have<br>
but with Fedora 12. This other server was already &#39;prepered&#39; by someone else. They let <br>me the server after using it for a while and I successfully installed Asterisk on it with no problems at all.<br>yum install kernel-devel and everything else worked fine.<br>
<br>So, when I started to have problems on the new server with Fedora 13, I decided to downgrade to Fedora 12. <br>The problem is that the company that rents me the server, don&#39;t support Fedora 12 anymore. <br>They have Fedora 11 or 13. So I choose Fedora 11x64. And here I&#39;m.<br>
<br>With fedora 13 I couldn&#39;t install gcc either. Some dependencies were looking for kernel &gt; 2.2.1 or <br>something like it. So I decided to downgrade to 12.( that became 11 becouse the didn&#39;t have 12 )<br><br>
Someone here told me Fedora 11 is no longer supported. Is that true ? No more repos available ?<br><br>So far the only thing that I can not do is to install kernel-devel. <br>Can I install some other version of kernel-devel and compile anyway ? Can I trick it by changing the dir name ?<br>
Asterisk needs this headers to &#39;make&#39; it so ...<br><br>Here you have the /etc/grub.conf<br>[root@ns310181 etc]# more grub.conf<br>default=0<br>timeout=5<br><br>    title linux fedora11_64<br>    kernel /boot/bzImage-2.6.33.5-xxxx-grs-ipv4-64 root=/dev/md1  ro<br>
    root (hd0,0)<br><br>Looks like a &quot;special&quot; Fedora version ( some xxxx there ), not a free one you can download from internet.<br>May be the guys that let me the other server, installed a new kernel. Can I do that ? <br>
Can you give me some tips ( tips, guides, urls ) on how to do it ? I see that you are kind of an expert on linux.<br>Obviously I&#39;m not. But not afraid to try new things.<br><br>u&#39;r d man !!! <br><br>Thanks.<br>Albert.<br>
<br><div class="gmail_quote">2010/8/12 Kevin J. Cummings <span dir="ltr">&lt;<a href="mailto:cummings@kjchome.homeip.net">cummings@kjchome.homeip.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On 08/12/2010 03:10 PM, Albert Bonomo wrote:<br>
&gt; Kevin, my man, you know what you r talking about !!!<br>
&gt; here you have the command output:<br>
&gt;<br>
&gt; [root@ns310181 include]# rpm -qa kernel\*<br>
&gt; kernel-headers-2.6.29.4-167.fc11.x86_64<br>
&gt;<br>
&gt; or the other one ( shorter )<br>
&gt; [root@ns310181 include]# rpm -qa | grep 2.6<br>
&gt; *kernel-headers-2.6.29.4-167.fc11.x86_64*<br>
&gt; tar-1.22-6.fc11.x86_64<br>
&gt; python-2.6-12.fc11.x86_64<br>
&gt; nss-tools-3.12.6-1.2.fc11.x86_64<br>
&gt; psmisc-22.6-9.fc11.x86_64<br>
&gt; udev-extras-20090226-0.5.20090302git.fc11.x86_64<br>
&gt; nss-3.12.6-1.2.fc11.x86_64<br>
&gt; gnutls-2.6.6-3.fc11.x86_64<br>
&gt; sudo-1.7.2p6-2.fc11.x86_64<br>
&gt; gnutls-devel-2.6.6-3.fc11.x86_64<br>
&gt; grep-2.6.3-1.fc11.x86_64<br>
&gt; patch-2.6.1-1.fc11.x86_64<br>
&gt; libtool-ltdl-2.2.6-11.fc11.3.x86_64<br>
&gt; python-libs-2.6-12.fc11.x86_64<br>
&gt; ssmtp-2.61-14.fc11.x86_64<br>
&gt; iproute-2.6.29-2.fc11.x86_64<br>
&gt; nss-softokn-freebl-3.12.6-1.2.fc11.x86_64<br>
&gt;<br>
&gt; Now I see the real kernel. I&#39;m running on 2.6.29.4-167.fc11.x86_64<br>
<br>
</div></div>Ah, no, you are not.  if uname says you are running on 2.6.33.5, you<br>
have booted a 2.6.33.5 kernel.  The question now becomes, where is it,<br>
and where did it come from?  If you have no kernel RPM installed, then<br>
where did your kernel come from.  I have both a kernel and a<br>
kernel-headers package installed (in fact, I have a couple of kernels<br>
installed) on most of my systems.<br>
<br>
On my 1 F11 system, I have:<br>
<br>
&gt; # rpm -q -a kernel\*<br>
&gt; kernel-headers-2.6.30.10-105.2.23.fc11.i586<br>
&gt; kernel-devel-2.6.30.10-105.2.23.fc11.i586<br>
&gt; kernel-doc-2.6.30.10-105.2.23.fc11.noarch<br>
&gt; kernel-firmware-2.6.30.10-105.2.23.fc11.noarch<br>
&gt; kernel-2.6.30.10-105.2.23.fc11.i586<br>
&gt; kernel-2.6.29.4-167.fc11.i586<br>
<br>
and I&#39;m running:<br>
<br>
&gt; # uname -r<br>
&gt; 2.6.30.10-105.2.23.fc11.i586<br>
<br>
As you can see, I also have kernel-2.6.29.4-167 installed, but I&#39;m not<br>
booting it.<br>
<br>
You need to look at your /etc/grub.conf file (or where it really lives<br>
in /boot/grub/grub.conf) and see what kernels you system can boot from.<br>
Perhaps that will shed some light on where your 2.6.33.5 kernel has come<br>
from.  You haven&#39;t installed anything from another non-RPM source have you?<br>
<br>
BTW, the following are current F13 kernels:<br>
<br>
&gt; rpm -q kernel<br>
&gt; kernel-2.6.33.5-124.fc13.i686<br>
&gt; kernel-2.6.33.6-147.fc13.i686<br>
&gt; kernel-2.6.33.6-147.2.4.fc13.i686<br>
<br>
You, obviously, are running on x86_64 hardware.<br>
<div class="im"><br>
&gt; I can also see that I have header installed:<br>
&gt; *kernel-headers-2.6.29.4-167.fc11.x86_64<br>
&gt; *The question would be, where ?*<br>
&gt; *So, I wonder why &#39;uname -r&#39; gives me this crap:<br>
&gt; 2.6.33.5-xxxx-grs-ipv4-64 ????<br>
&gt; And why &#39;yum install kernel-devel&#39; doesn&#39;t work ?<br>
<br>
</div>I can&#39;t answer that without seeing more of your yum output (where is it<br>
looking for kernels, etc).  But, if you are running a non-rpm kernel,<br>
building/installing other software is going to give you miles and miles<br>
of grief.  And finding/installing RPMs is going to be next to impossible<br>
in cases like this.<br>
<div class="im"><br>
&gt; Thanks for the answer.<br>
&gt; you&#39;r the man<br>
&gt; Albert<br>
<br>
</div>--<br>
<div><div></div><div class="h5">Kevin J. Cummings<br>
<a href="mailto:kjchome@rcn.com">kjchome@rcn.com</a><br>
<a href="mailto:cummings@kjchome.homeip.net">cummings@kjchome.homeip.net</a><br>
<a href="mailto:cummings@kjc386.framingham.ma.us">cummings@kjc386.framingham.ma.us</a><br>
Registered Linux User #1232 (<a href="http://counter.li.org" target="_blank">http://counter.li.org</a>)<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>@apetob at Tweeter<br><br>There are only 10 types of people in the world:<br>Those who understand binary and those who don&#39;t<br>