View previous topic :: View next topic |
Author |
Message |
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Tue, 05 Sep 2006 22:14:42 Post Subject: Force a Kernel to reinstall |
|
|
CentOS 4's up2date keeps telling me I have the latest smp kernel downloaded and to use it, but I do not see it on the machine as a choice.
It is not listed in grub.conf and it is not in /boot
Where else do I need to look?
Is there somewhere else that I can delete a file or line in a file that will make the system try to download it again? Or can I force it?
I think it started to download in an up2date the other day, but the screen cleared and I wound up rebooting... |
|
Back to top |
|
|
Little Bruin
Boo Boo
Joined: 07 Apr 2003
Posts: 667
Location: Pic-A-Nic Basket |
|
|
Blue|Fusion Rated XXX
Joined: 30 May 2005 Posts: 441 Location: Cleveland, OH
|
Posted: Tue, 05 Sep 2006 22:56:53 Post Subject: |
|
|
up2date -uf kernel-smp
yum won't even force packages for some reason if they're in the skip list so use up2date. _________________ 5 home-built PCs, ASUS A6Jc Laptop, and a PowerEdge 2650 - all running Gentoo. Now if only I can get a car and plane to run it. Take a look at my Gallery! |
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Wed, 06 Sep 2006 20:36:48 Post Subject: |
|
|
up2date -uf kernel-smp
tells me that all packages are currently up to date.
Thanks. |
|
Back to top |
|
|
Blue|Fusion Rated XXX
Joined: 30 May 2005 Posts: 441 Location: Cleveland, OH
|
Posted: Wed, 06 Sep 2006 22:32:26 Post Subject: |
|
|
You're sure the package isn't already updated?
What's the output of the following commands:
uname -r
rpm -qa | grep kernel _________________ 5 home-built PCs, ASUS A6Jc Laptop, and a PowerEdge 2650 - all running Gentoo. Now if only I can get a car and plane to run it. Take a look at my Gallery! |
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Wed, 06 Sep 2006 22:48:58 Post Subject: |
|
|
Quote: | [root@localhost ~]# uname -r
2.6.9-34.0.2.ELsmp
[root@localhost ~]# rpm -qa | grep kernel
kernel-smp-2.6.9-34.EL
kernel-smp-2.6.9-34.0.2.EL
kernel-2.6.9-42.0.2.EL
kernel-utils-2.4-13.1.80
kernel-smp-2.6.9-42.0.2.EL
kernel-utils-2.4-13.1.83
kernel-ib-1.0-1
kernel-2.6.9-34.0.2.EL
[root@localhost ~]#
|
And it is kernel-smp-2.6.9-42.0.2.EL I want, which shows up on the second list...
This computer is starting to run like crap... Wonder if there is a hardware problem, or if this kernel issue is to blame. |
|
Back to top |
|
|
Blue|Fusion Rated XXX
Joined: 30 May 2005 Posts: 441 Location: Cleveland, OH
|
Posted: Thu, 07 Sep 2006 08:22:35 Post Subject: |
|
|
You say it's not listed in /boot/grub/grub.conf and the kernel image isn't in /boot? Perhaps it was installed only to the database. Try rpm -e kernel-smp-2.6.9-42.0.2.EL and then up2date -uf kernel-smp to force a re-install. _________________ 5 home-built PCs, ASUS A6Jc Laptop, and a PowerEdge 2650 - all running Gentoo. Now if only I can get a car and plane to run it. Take a look at my Gallery! |
|
Back to top |
|
|
Little Bruin
Boo Boo
Joined: 07 Apr 2003
Posts: 667
Location: Pic-A-Nic Basket |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
|
Back to top |
|
|
Blue|Fusion Rated XXX
Joined: 30 May 2005 Posts: 441 Location: Cleveland, OH
|
Posted: Thu, 07 Sep 2006 09:06:35 Post Subject: |
|
|
What kind of instability? If you end of reformatting... www.gentoo.org all the way. 2006.1 was just released, too. GCC 4.1.1! _________________ 5 home-built PCs, ASUS A6Jc Laptop, and a PowerEdge 2650 - all running Gentoo. Now if only I can get a car and plane to run it. Take a look at my Gallery! |
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
|
Back to top |
|
|
|