I also get the same problem, I looked around and it seems like the utility
/usr/bin/check-kernel is somehow not smp aware, I changed a line in the
/usr/bin/check-kernel to fix my problem, here is the fix:
on line 50 

relpace:
    r,w = popen2.popen2('rpm -q kernel | sed "s/kernel\-//g"')
by:
    r,w = popen2.popen2('echo `rpm -q kernel-smp | sed
"s/kernel-smp\-//g"`-smp')

That's the easiest way I found to do this, I am not very good with sed....
That utility will have to be patched to work for both flavors of the
kernel...

Roger



Trevor Fowler wrote:
> 
> I've just installed 2.1 fresh onto a system that had previously been
> running 2.0 respin. After running for a couple of days I found this mesage
> on the main web page ...
> 
> "You are not running the latest kernel version. If your Endian Firewall
> has been updated this could mean that a new kernel has been installed. To
> activate it you will have to reboot the system.
> If this is not the case you should check your /boot/grub/grub.conf file
> and make sure that the newest kernel will be booted after a restart."
> 
> I've rebooted with no effect. The info from grub.conf is as follows ...
> 
> kernel /vmlinuz-2.6.9-42.0.3.EL.endian16-smp root=/dev/sda3 panic-10 ro
> initrd /initrd-2.6.9-42.0.3.EL.endian16-smp.img
> 
> The kernel version on the status page is reported as
> 2.6.9-42.0.3.EL.endian16-smp
> 
> I've re-installed from scratch without restoring my config and the results
> are the same.
> 
> Is this a real error? i.e. am I some how running an old kernel???? or is
> it a bug?
> 
> Thanks
> 
> 
> Trevor.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/You-are-not-running-the-latest-kernel-version---tf3067563.html#a8553451
Sent from the efw-user mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to