Update to 3.0.0.5 is pending > not running latest kernel

Report bugs and workarounds
Post Reply
Mr. Happy
Posts: 51
Joined: 03 Jan 2014 17:07

Update to 3.0.0.5 is pending > not running latest kernel

Post by Mr. Happy »

When I try to update EFA I get the following error

Code: Select all

Update to 3.0.0.5 is pending.
Your system has an updated kernel, but you are not running
on the latest kernel.  Please restart your system and run
EFA-Update after restart.
Unfortunately, rebooting and rerunning the update doesn't solve it. I keep getting these errors.
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: Update to 3.0.0.5 is pending > not running latest kernel

Post by darky83 »

That is weird, after an reboot the update should install again.


If you run

Code: Select all

EFA-Update -check
does it shows you there is an update available ?

Also can you send me the output from the following 2 commands?

Code: Select all

grep -m 1 CentOS /boot/grub/menu.lst | sed 's/.*(//' | sed 's/)//'

and:

uname -a
Version eFa 4.x now available!
Mr. Happy
Posts: 51
Joined: 03 Jan 2014 17:07

Re: Update to 3.0.0.5 is pending > not running latest kernel

Post by Mr. Happy »

EFA-Update -check gives me

Code: Select all

[EFA] Getting latest version number from http://dl.efa-project.org
[EFA] You are running EFA version EFA-3.0.0.4
[EFA] Latest version update is EFA-3.0.0.5
the grep returns:

Code: Select all

2.6.32-431.29.2.el6.x86_64.debug
uname -a

Code: Select all

Linux <hostname> 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: Update to 3.0.0.5 is pending > not running latest kernel

Post by darky83 »

it seems you have enabled debug kernels?

Code: Select all

yum list installed | grep -i kernel

I guess you have enabled kernel-debug-devel
Version eFa 4.x now available!
Mr. Happy
Posts: 51
Joined: 03 Jan 2014 17:07

Re: Update to 3.0.0.5 is pending > not running latest kernel

Post by Mr. Happy »

Apparently I have.. :?

Code: Select all

yum list installed | grep -i kernel
abrt-addon-kerneloops.x86_64
dracut-kernel.noarch
kernel.x86_64       2.6.32-431.5.1.el6  @updates
kernel.x86_64       2.6.32-431.11.2.el6 @updates
kernel.x86_64       2.6.32-431.17.1.el6 @updates
kernel.x86_64       2.6.32-431.20.3.el6 @updates
kernel.x86_64       2.6.32-431.29.2.el6 @updates
kernel-debug.x86_64 2.6.32-431.11.2.el6 @updates
kernel-debug.x86_64 2.6.32-431.17.1.el6 @updates
kernel-debug.x86_64 2.6.32-431.20.3.el6 @updates
kernel-debug.x86_64 2.6.32-431.29.2.el6 @updates
kernel-debuginfo.x86_64
kernel-debuginfo-common-x86_64.x86_64
kernel-devel.x86_64 2.6.32-431.5.1.el6  @updates
kernel-devel.x86_64 2.6.32-431.11.2.el6 @updates
kernel-devel.x86_64 2.6.32-431.17.1.el6 @updates
kernel-devel.x86_64 2.6.32-431.20.3.el6 @updates
kernel-devel.x86_64 2.6.32-431.29.2.el6 @updates
kernel-firmware.noarch
kernel-headers.x86_64
libreport-plugin-kerneloops.x86_64
How can I disable/remove them??
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: Update to 3.0.0.5 is pending > not running latest kernel

Post by darky83 »

Code: Select all

yum remove kernel-debug.x86_64
But the question is more, why are they installed :think:

They should not have been installed by any normal E.F.A. update so i'm confused :shifty:
Version eFa 4.x now available!
Mr. Happy
Posts: 51
Joined: 03 Jan 2014 17:07

Re: Update to 3.0.0.5 is pending > not running latest kernel

Post by Mr. Happy »

Thanks.. That solved it...
But for the life of me, I don't recall installing it (or for what reason)... :oops:
Post Reply