bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16101: Doubt regarding uname command


From: Eric Blake
Subject: bug#16101: Doubt regarding uname command
Date: Tue, 10 Dec 2013 10:19:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

forcemerge 14388 16101
thanks

On 12/10/2013 03:10 AM, NARHAR DEV SHARMA wrote:
> uname command manual page show about these options as follow:
>  -r, --kernel-release
>               print the kernel release
> 
>         -v, --kernel-version
>               print the kernel version
> 
> but i found that these options are conflicting as given in manual page
> 
> eg
> 
> inlc7940> uname -v
> #1 SMP Wed Dec 2 12:27:56 UTC 2009
> inlc7940> uname -r
> 2.6.16.60-0.58.1.3835.0.PTF.638363-smp
> 
> Help me to solve this problem....

Thanks for the report.  However, this is turning into a FAQ; see
debbugs.gnu.org/14388 for the last discussion on the issue (we are
accurately returning what the kernel sticks in the struct used by the
uname(2) syscall; changing things would require a kernel change and not
something we can effect here; about the best we could do is a doc update
to make it clear that we really return whatever random strings the
kernel tells us even if those strings aren't "release" and "version" in
the sense you are expecting).

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]