LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 07-04-2016, 09:00 PM   #1
avicente
LQ Newbie
 
Registered: Jul 2016
Posts: 2

Rep: Reputation: Disabled
kernel-debuginfo for 2.6.32-554.el6.x86_64


Hi all,

As for many others before, the time has come for me to analyze a memory dump (KDump vmcore file) which I've found that the kernel of the system from which was taken was 2.6.32-554.el6.x86_64.

So far I've been able to find all the dependencies and the items required to load the dump in "Crash Utility" but only for the 2.6.32-573.el6.x86_64 version.

Therefore I would be very much appreciated if someone could help point to a website having it or the even the steps on how to get it.

Thanks in advance for any help.

P.S: Newbie rookie wannabie here.... which has been using Linux only for 2.5 months.
 
Old 07-12-2016, 03:13 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
The kernel version you list is for Red Hat Enterprise Linux (RHEL) 6.

On RHEL6 you have to enable an additional repository to see the kernel-debuginfo rpms. (That is to say you don't see it by default - this is a change from RHEL5).

subscription-manager repos --enable rhel-6-server-debug-rpms

You can then see all the versions that are available from that repository by running:
yum list kernel-debuginfo --showduplicates

However, when I do that it skips from 504 to 573 which makes me wonder where you got the 554. Is this NOT RHEL but some derivative like OEL, CentOS or Scientific Linux? If so you'd have to find which repository for that Distro has what you want.

What do you see when you type "cat /etc/redhat-release" and/or "cat /etc/issue" and/or "uname -a"?
 
Old 07-13-2016, 08:22 PM   #3
avicente
LQ Newbie
 
Registered: Jul 2016
Posts: 2

Original Poster
Rep: Reputation: Disabled
First of all thanks for the feedback and help.

Result from:

subscription-manager repos --enable rhel-6-server-debug-rpms
Code:
[root@localhost ~]# subscription-manager repos --enable rhel-6-server-debug-rpms
-bash: subscription-manager: command not found
cat /etc/redhat-release
Code:
Red Hat Enterprise Linux Server release 6.7 Beta (Santiago)
cat /etc/issue
Code:
Red Hat Enterprise Linux Server release 6.7 Beta (Santiago)
Kernel \r on an \m
uname -a
Code:
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-554.el6.x86_64 #1 SMP Tue Apr 14 19:03:56 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
 
Old 07-14-2016, 08:28 AM   #4
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
You're probably still using RHN Classic rather than Subscription Manager. RHN Classic is going away so you should probably work on changing your systems to Subscription Manager at some point.

For now however, you can use command to enable it for kernel versions it has:
rhn-channel -a -c rhel-`uname -i`-Server-6-debuginfo -u <Your RHN ID> -p <Your Password>"
 
Old 07-14-2016, 08:47 AM   #5
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Failing that you may be able to download from RHEL:
https://access.redhat.com/search/#/?q=kernel-2.6.32-554

I'm still not sure why this 554 doesn't show up in the yum list for me. Even more interestingly when I try to download from above it says I need a subscription even though I already have them. I notice there are os390 and ppc downloads available at the above link. Are you running this on IBM hardware? Maybe it is specialized for that.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ffmpeg-libs-2.6.8-3.el6.nux.x86_64 needs libavcodec.so.53 Nick_C Linux - Software 4 05-22-2016 02:18 PM
Sendmail is not working on 2.6.32-573.3.1.el6.x86_64 khdiarsa Linux - Software 2 12-10-2015 09:54 AM
Wireless is not working on kernel-2.6.32-279.1.1.el6.x86_64 kernel jitendra bhaskar Linux - Kernel 2 04-27-2013 02:37 AM
gcc-4.4.6-4.el6.i686 conflicts with file from package gcc-4.4.6-4.el6.x86_64 linuxandtsm Linux - Newbie 1 03-26-2013 01:19 PM
Printing issue on Linux 2.6.32-71.el6.x86_64 tayyabq8 Linux - Newbie 2 09-30-2011 04:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 10:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration