Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Promise 378 controller
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
How to determine whether .i656 or .i686 kernel installed.

How to determine whether .i656 or .i686 kernel installed.

2007-06-24       - By Graeme Nichols

 Back
Hello,

I am a bit unsure of which kernel I have installed in my FC6 installation.

If I execute the following:

[graeme@(protected) etc]$ rpm -qi kernel-2 (See http://nel-2.ora-code.com).6.18-1.2798.fc6.i586

I get the full printout:

Name        : kernel                       Relocations: (not relocatable)
Version     : 2.6.18                            Vendor: Red Hat, Inc.
Release     : 1.2798.fc6                    Build Date: Tue 17 Oct 2006
06:20:38 EST
Install Date: Wed 07 Feb 2007 23:35:48 EST      Build Host:
hs20-bc2-3.build.redhat.com
Group       : System Environment/Kernel     Source RPM:
kernel-2 (See http://nel-2.ora-code.com).6.18-1.2798.fc6.src.rpm
Size        : 44923767                         License: GPLv2
Signature   : DSA/SHA1, Tue 17 Oct 2006 11:08:10 EST, Key ID
b44269d04f2a6fd2
Packager    : Red Hat, Inc. < http://bugzilla.redhat.com/bugzilla>
Summary     : The Linux kernel (the core of the Linux operating system)
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of any
Linux operating system.  The kernel handles the basic functions
of the operating system:  memory allocation, process allocation, device
input and output, etc.

If I execute the following:

[graeme@(protected) etc]$ rpm -qi kernel-2 (See http://nel-2.ora-code.com).6.18-1.2798.fc6.i686
[graeme@(protected) etc]$

I get no output, as you can see.

If I execute the following:

[graeme@(protected) etc]$ uname -a
Linux barney 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i686 i686
i386 GNU/Linux
[graeme@(protected) etc]$

it tells me my processor is an i686 but doesn't really tell me which kernel
is installed, i586 or i686.

I want to install the kernel-devel package so I can build a kernel module so
I am assuming that I *must* have the correct matching kernel-devel package
to match my installed kernel. Or doesn't it matter between i586 and i686.

Can someone enlighten me please.

Thank you.


--
Kind Regards,

Graeme.

Hello,<br><br>I am a bit unsure of which kernel I have installed in my FC6
installation.<br><br>If I execute the following:<br><br>[graeme@(protected) etc]$
rpm -qi kernel-2 (See http://nel-2.ora-code.com).6.18-1.2798.fc6.i586<br><br>I get the full printout:<br>

<br>Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : kernel&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Relocations: (not relocatable)<br>Version
&nbsp;&nbsp;&nbsp;&nbsp; : 2.6.18&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Vendor: Red Hat, Inc.<br>Release&nbsp;&nbsp
;&nbsp;&nbsp; : 1.2798.fc6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Build Date: Tue 17
Oct 2006 06:20:38 EST
<br>Install Date: Wed 07 Feb 2007 23:35:48 EST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Build Host: <a href="http://hs20-bc2-3.build.redhat.com/" target="_blank"
onclick="return top.js.OpenExtLink(window,event,this)">hs20-bc2-3.build.redhat
.com</a><br>Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : System Environment
/Kernel&nbsp;&nbsp;&nbsp;&nbsp; Source RPM:
kernel-2 (See http://nel-2.ora-code.com).6.18-1.2798.fc6.src.rpm
<br>Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 44923767&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; License: GPLv2<br>Signature
&nbsp;&nbsp; : DSA/SHA1, Tue 17 Oct 2006 11:08:10 EST, Key ID b44269d04f2a6fd2
<br>Packager&nbsp;&nbsp;&nbsp; : Red Hat, Inc. &lt;<a href="http://bugzilla
.redhat.com/bugzilla" target="_blank" onclick="return top.js.OpenExtLink(window
,event,this)">

http://bugzilla.redhat.com/bugzilla</a>&gt;<br>Summary&nbsp;&nbsp;&nbsp;&nbsp;
: The Linux kernel (the core of the Linux operating system)<br>Description :<br
>The kernel package contains the Linux kernel (vmlinuz), the core of any<br
>Linux operating system.&nbsp; The kernel handles the basic functions
<br>of the operating system:&nbsp; memory allocation, process allocation,
device<br>input and output, etc.<br><br>If I execute the following:<br><br
clear="all">[graeme@(protected) etc]$ rpm -qi kernel-2 (See http://nel-2.ora-code.com).6.18-1.2798.fc6.i686<br>
[graeme@(protected)

etc]$<br><br>I get no output, as you can see.<br><br>If I execute the
following:<br><br>[graeme@(protected) etc]$ uname -a<br>Linux barney 2.6.18-1.2798
.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i686 i686 i386 GNU/Linux<br>[graeme
@(protected)

etc]$<br><br>it tells me my processor is an i686 but doesn&#39;t really tell
me which kernel&nbsp; is installed, i586 or i686.<br><br>I
want to install the kernel-devel package so I can build a kernel module
so I am assuming that I *must* have the correct matching kernel-devel
package
<br>to match my installed kernel. Or doesn&#39;t it matter between i586 and
i686.<br><br>Can someone enlighten me please.<br><br>Thank you.<br><br clear=
"all"><br>-- <br>Kind Regards,<br><br>Graeme.

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe