architecture kernel problems

Mike Chalmers mikechalmers70 at gmail.com
Mon Dec 11 08:32:58 UTC 2006


On 12/11/06, Les <hlhowell at pacbell.net> wrote:
> On Mon, 2006-12-11 at 03:02 -0500, Mike Chalmers wrote:
> > I was reading on this site,
> > http://www.mjmwired.net/resources/mjm-fedora-fc6.html , about Fedora 6
> > bugs. It is saying something about having the wrong architecture
> > kernel in FC 6. I went to this site,
> > http://fedoraproject.org/wiki/Bugs/FC6Common#head-b0e954b8df32f3d8ac1421e60bd3c7a8f6fadda8
> > , and ran this command,
> > [user1 at localhost ~]$ rpm -qa --queryformat
> > "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort ,
> > and it read this:
> > kernel-2.6.18-1.2798.fc6.i586
> > kernel-headers-2.6.18-1.2798.fc6.i386
> >
> > Don't I need the i686 architecture? If so how do I get it? I couldn't
> > figure out what to do.
> >
> > Kind Regards,
> > Mike
> >
> I don't know what you are working on Mike, but if it helps, I installed
> to a 433Mhz celeron with the i386 package and when I ran that command I
> got:
> kernel-2.6.18-1.2798.fc6.i586
> kernel-2.6.18-1.2849.fc6.i586
> kernel-devel-2.6.18-1.2798.fc6.i586
> kernel-devel-2.6.18-1.2849.fc6.i586
> kernel-headers-2.6.18-1.2849.fc6.i386
>
> I was sort of expecting them all to say i386???  Maybe someone can help
> us understand what's happening.
>
> regards,
> Les H
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>

I ran these commands,
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort
then
su -c "yum install yum-utils"
then
yumdownloader kernel-2.6.18-1.2798.fc6.i686
then
su -c "rpm -Uvh --replacefiles --replacepkgs kernel-2.6.18-1.2798.fc6.i686.rpm"

And now it says this:
$ rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep
kernel|sort
kernel-2.6.18-1.2798.fc6.i686
kernel-headers-2.6.18-1.2798.fc6.i386

Does anyone know if this fixed the problem? Thank you for any help.




More information about the fedora-list mailing list