-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 28 August 2002 05:17 pm, Brian Lucas wrote:
> Hi again!  I ran up2date on a system that has an AMD Athlon processor
> and RedHat 7.2.  The update list shows a newer kernel with an
> architecture type = athlon.  Beneath that, the kernel headers show the
> architecture type as i386.  Neither installs as both complain saying
> that the package is for a different architecture.  I am able to install
> other i386 packages without any problem.
>
> I'm guessing that the difference between the kernel and the kernel
> headers is throwing it off.

The kernel is optimized for a specific architecture, while the kernel 
headers are not. This is normal.

Check which kernel you have installed with:
rpm -q kernel --qf '%{name}-%{version}-%{release} (%{arch})\n'

Output will be similar to:
kernel-2.4.18-5 (athlon)
kernel-2.4.18-10 (athlon)

To see all kernel related packages at once, try something like:
(watch the line wrap)
rpm -qa | grep kern | xargs rpm -q --qf  '%{name}-%{version}-%{release} 
(%{arch})\n'

Here, I get:

kernel-2.4.18-10 (athlon)
kernel-2.4.18-5 (athlon)
kernel-pcmcia-cs-3.1.27-18 (i386)
glibc-kernheaders-2.4-7.16 (i386)
kernel-source-2.4.18-10 (i386)

(kernelheaders has moved to glibc-kernheaders in the 7.3 release)

> Where can I download kernel rpms independent of up2date's list?

You shouldn't have to, but look at 
ftp.redhat.com/pub/redhat/linux/updates/

Hope that helps,
- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3} in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj1teRAACgkQn/07WoAb/StKGgCdG3jr5S2v4NczicsC/J7hjww5
DGEAoKtfTQVxHnIPNVjX+8vlIEYjdXE6
=mSlo
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to