Bug 2162873 - uname -p showing unknown
Summary: uname -p showing unknown
Keywords:
Status: CLOSED DUPLICATE of bug 2126206
Alias: None
Product: Fedora
Classification: Fedora
Component: coreutils
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kamil Dudka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-01-21 17:13 UTC by Vladimir Benes
Modified: 2023-01-21 19:44 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-01-21 19:44:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vladimir Benes 2023-01-21 17:13:02 UTC
Description of problem:
This is really wild. 
[root@gsm-r6s18-01 /]# uname -p
unknown

[root@gsm-r6s18-01 /]# arch
x86_64

[root@gsm-r6s18-01 /]# cat /proc/cpuinfo 
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Pentium(R) CPU G640 @ 2.80GHz


Version-Release number of selected component (if applicable):
coreutils-9.1-10.fc38.x86_64

How reproducible:
always

Comment 1 Kamil Dudka 2023-01-21 19:44:32 UTC
The options have been documented as non-portable since 2015:
http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.24-7-g6d67649

Please use `uname -m` to print hardware class.  See bug #2121153.

*** This bug has been marked as a duplicate of bug 2126206 ***


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