Bug 53100 - rhn_register claims 'CPU model 0' on ia64
Summary: rhn_register claims 'CPU model 0' on ia64
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rhn_register
Version: 7.3
Hardware: ia64
OS: Linux
medium
low
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-09-03 16:01 UTC by Bill Nottingham
Modified: 2015-01-07 23:51 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-09-02 21:34:07 UTC
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2001-09-03 16:01:22 UTC
rhn_register claims cpu model 0, which certainly looks odd.

Basically, we should dig around in the kernel cpuinfo code to see if it
says anything different for McKinley, if so, have the parser key off
whatever differences are there.

Comment 1 Adrian Likins 2001-09-04 17:18:19 UTC
discussed this with bill via email. 

The model number of the cpu on our ia64's is indeed "0". 
so..?

Comment 2 Bill Nottingham 2001-09-04 18:06:43 UTC
Finally looked at the kernel code.

The model tag is pulled directly from the processor cpuinfo. No information on
if or how it will change.

However, the 'family' tag (currently set to 'Itanium') will say 'McKinley' if a
McKinley is detected. So that might be something better to key off of.

Comment 3 Adrian Likins 2001-09-04 18:12:40 UTC
ok. I'll populate the model info with the value pulled out of the 
"family" info.


Note You need to log in before you can comment on or make changes to this bug.