[Crash-utility] How does crash find booted kernel?

Buland Kumar Singh 6b65726e656c at gmail.com
Mon Nov 2 08:09:12 UTC 2015


On 2 November 2015 at 12:56, Nan Xiao <xiaonan830818 at gmail.com> wrote:

> Hi Buland,
>
> Firstly, thanks for your comments!
>
> Executing the following commands:
>
> [root at localhost ktap]# uname -r
> 3.10.0-123.el7.x86_64.debug
>
> [root at localhost ktap]# rpm -q kernel-debuginfo
> kernel-debuginfo-3.10.0-123.el7.x86_64
>
> [root at localhost ktap]# rpm -q kernel
> kernel-3.10.0-123.el7.x86_64
>
> It seems all the versions are match. So I think it is not this issue,
> thanks!
> Best Regards
> Nan Xiao
>
>
>
Nan,

The kernel running on your system is kernel-debug-3.10.0-123.el7.x86_64

[root at localhost ktap]# uname -r
3.10.0-123.el7.x86_64.debug
                        ^
                        '....

It is provided by kernel-debug-3.10.0-123.el7.x86_64.rpm

The kernel-debuginfo package installed on your system is for normal kernel.

[root at localhost ktap]# rpm -q kernel-debuginfo
kernel-debuginfo-3.10.0-123.el7.x86_64

To fix it, you need to install
kernel-debug-debuginfo-3.10.0-123.el7.x86_64.rpm

-- 
BKS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20151102/793e571c/attachment.htm>


More information about the Crash-utility mailing list