I see in CentOS 3.6 - the release notes state that it has "improved support for dual-core processors" I got that from http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/release-notes/as...
Where might I get more details about this improved support. Specifically I'd like to see if problems I'm having in 3.5 could be related to the kernel and dual core cpus.
-Mark
On Fri, 2006-06-02 at 07:25 -0400, Mark Belanger wrote:
I see in CentOS 3.6 - the release notes state that it has "improved support for dual-core processors" I got that from http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/release-notes/as...
Where might I get more details about this improved support. Specifically I'd like to see if problems I'm having in 3.5 could be related to the kernel and dual core cpus.
-Mark
If you want to know specifics ... you can start with (if you have the RPM and it is not installed):
rpm --changelog -qp kernel-xxxxx.rpm | less
(using the new kernel)
If it is installed ...
rpm --changelog -q kernel-xxxxx | less --------------------------------------------------- It will tell you any changes that they noted
It should list bugzilla entries and CVE numbers ... all of which you can research at bugzilla.redhat.com or the google if you see a specific item that you need more info on.