Welcome to the Linux Foundation Forum!
uname command output
in Ubuntu
Hi,
I am using ubuntu in my system for last one month. when i run the uname command with options i and p, it is showing unknown output. It means Ubuntu was not installed properly in my system or problem with the system hardware? I am pasting the out below. Can anyone please help me.
[email protected]:/home/room1# uname -a
Linux room1-desktop 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 GNU/Linux
[email protected]:/home/room1# uname -i
unknown
[email protected]:/home/room1# uname -p
unknown
[email protected]:/home/room1#
Thanks in advance.
0
Comments
sounds like an Ubuntu/kernel thing maybe...
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/111863
do these commands help?
# grep name /proc/cpuinfo
model name : Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
model name : Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
# arch
bash: arch: command not found
#
Can you please help me to understand why it is showing two same entries.