 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

26th July 2010, 10:56 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 4

|
|
|
how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
if i use yum update option it upgrades to latest kernel but i only want to upgrade to kernel-2.6.31.6
regards saad
|

26th July 2010, 10:59 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
Would yum install work better in this situation?
Code:
su -c 'yum install kernel-x.x.x-x'
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

26th July 2010, 03:13 PM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 4

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
thanks Glenn for your time, but
Loaded plugins: presto, refresh-packagekit
fedora/metalink | 12 kB 00:00
fedora | 4.2 kB 00:00
fedora/primary_db | 9.7 MB 02:20
updates/metalink | 8.5 kB 00:00
updates | 4.5 kB 00:00
updates/primary_db | 4.7 MB 00:50
Setting up Install Process
No package kernel-2.6.31.6 available.
Nothing to do
it didnt find that specific kernel, so problem remains there.
regards Saad
|

26th July 2010, 07:02 PM
|
 |
Registered User
|
|
Join Date: Aug 2009
Location: College Station, TX
Posts: 501

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
1) manually download the kernel desired (there are three 2.6.31.6 kernels for FC12 so you have decide which one you need/want)
2) use rpm to install it
3) edit /etc/yum.conf and add the line:
exclude=kernel
That will keep it at the version desired.
SS
|

26th July 2010, 07:24 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
You can find/download the specific kernel you want from this koji build server page. Packages from koji are not yet signed, so need to installed with the appropriate command line options. Examples:
For rpm:
Code:
# rpm -Uvh --nosignature kernel-2.6.31.6-145.fc12.i686.rpm
For yum:
Code:
# yum --nogpgcheck localinstall kernel-2.6.31.6-145.fc12.i686.rpm
Of course, as already pointed out, pick the kernel version/flavor/arch that's correct for your system. And, in case you also have either/or kernel-headers and kernel-devel installed, in the /etc/yum.conf file, make that: exclude=kernel*
|

27th July 2010, 08:51 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 4

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
Quote:
Originally Posted by PabloTwo
And, in case you also have either/or kernel-headers and kernel-devel installed, in the /etc/yum.conf file, make that: exclude=kernel*
|
sorry but what does that mean??
and problem is that i have to install nctuns-6.0 which only works on fedora 12 kernel-2.6.31.6 and i certainly have no idea if this kernel version has got variants to choose from.
anyone in this forum who has installed nctuns 6.0 on fedora 12??
|

27th July 2010, 09:51 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
Have you managed to get the kernel version you want? If not here's what to do. Open a terminal and log in as root
Get the kernel rpm.
This is from the link that PabloTwo provided (koji). Now follow his instructions for installing the kernel and remember that he's mentioned "the version you want". That means that you need to make sure you want 2.6.31.6-146.fc12.rpm. If you want a slightly different kernel change my wget command to reflect your needs.
Edit: What is nctuns ?
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

27th July 2010, 08:57 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
Quote:
|
Originally Posted by comsian
sorry but what does that mean??
|
Are you asking that about the whole line (exclude=kernel*), or my addition of the asterisk (*) to that line as it was suggested, and explained, to you in post #4 of this thread by SiliconSlick?
Adding that line to your /etc/yum.conf file will prevent yum from updating the kernel package. The asterisk (glob, or wildcard) will match anything...i.e. kernel, kernel-headers, kernel-devel.
|

17th August 2010, 02:32 PM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 4

|
|
|
Re: how can i upgrade Fed 12 kernel-2.6.31.5 to kernel-2.6.31.6 only?
thank you all for your time and help!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:14 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|