bug#20827: uname -r not printing full kernel version

2015-06-16 Thread K, Senthil Kumar
Hi Team,

I have upgraded suse 11.1 to suse 11.3 but actual kernel name should be 
kernel-default-3.0.101-0.47.52.1 but uname -r prints like below.
Could you please check and revert below.

sl01407:~ # rpm -qa ker*
kernel-default-base-3.0.101-0.47.52.1
kernel-firmware-20110923-0.52.3
kernel-default-3.0.101-0.47.52.1
sl01407:~ # uname -r
3.0.101-0.47.52-default
sl01407:~ #

sl01407:~ # rpm -qi kernel-default-3.0.101-0.47.52.1
Name: kernel-default   Relocations: (not relocatable)
Version : 3.0.101   Vendor: SUSE LINUX Products 
GmbH, Nuernberg, Germany
Release : 0.47.52.1 Build Date: Thu Mar 26 14:15:35 2015
Install Date: Tue Jun 16 09:39:29 2015 Build Host: sheep11
Group   : System/Kernel Source RPM: 
kernel-default-3.0.101-0.47.52.1.nosrc.rpm
Size: 86825913 License: GPL v2 only
Signature   : RSA/8, Thu Mar 26 14:18:11 2015, Key ID e3a5c360307e3d54
Packager: http://bugs.opensuse.org
URL : http://www.kernel.org/
Summary : The Standard Kernel
Description :
The standard kernel for both uniprocessor and multiprocessor systems.


Source Timestamp: 2015-03-26 11:55:49 +0100
GIT Revision: 0e3c7c88dc6a4543bcddfbfe1d814bc6713e5832
GIT Branch: SLE11-SP3-fasttrack-bnc924282
Distribution: SUSE Linux Enterprise 11
sl01407:~ #



Thanks  Regards,

Senthil Kumar K
Best Shore E.ON Unix Team
HP Enterprise Services
Hewlett Packard Company
HP Avenue, 39/40
Electronic City,
Bangalore - 560 100, India
* +91 88612 53460
* eonunixt...@hp.com
[Description: Description: Description: cid:image001.png@01CB9775.B5B6B950]



bug#20827: uname -r not printing full kernel version

2015-06-16 Thread Pádraig Brady
tag 20827 notabug
close 20827
stop

On 16/06/15 11:03, K, Senthil Kumar wrote:
 Hi Team,
 
  
 
 I have upgraded suse 11.1 to suse 11.3 but actual kernel name should be 
 kernel-default-3.0.101-0.47.52.1 but uname –r prints like below.
 
 Could you please check and revert below.
 
  
 
 sl01407:~ # rpm -qa ker*
 
 kernel-default-base-3.0.101-0.47.52.1
 
 kernel-firmware-20110923-0.52.3
 
 kernel-default-3.0.101-0.47.52.1
 
 sl01407:~ # uname -r
 
 3.0.101-0.47.52-default

This is just a mismatch between rpm version/release and the kernel.
I.E. coreutils is just reporting what the kernel is telling it,
or more specifically what is returned from uname(2).

I presume /proc/sys/kernel/osrelease has the same value?

thanks,
Pádraig.