What were you trying to do that didn't work?
On an x86_64 system the uname commands below print 'unknown' to stdout. However, the '-m' flag will print 'x86_64'
$ uname -i
unknown
$ uname -p
unknown$ uname -m
x86_64
What is the impact of this issue to you? Tools that rely on the output will not work.
How reproducible is this bug?: Easy to reproduce
Steps to reproduce
- Install RHEL 10 beta from x86_64 DVD iso
- Coreutils package version: coreutils-9.5-5.el10.x86_64
Expected results
$ uname -ip
x86_64 x86_64
Actual results
$ uname -ip
unknown unknown
- is duplicated by
-
RHEL-79768 uname -i show unknown platform
-
- Closed
-
- is related to
-
RHEL-39739 glibc: Provide <sys/utsname.h> support for uname -p (coreutils)
-
- Planning
-