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@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 Try "yum install kernel" and see what happens - headers will remain i386. ---------gary