Hi,
I am setting up crashkernel and was wondering where I get the kernel-debug rpm for centosplus kernels.
Thanks,
Am 07.05.2014 um 15:24 schrieb Steve Clark sclark@netwolves.com:
I am setting up crashkernel and was wondering where I get the kernel-debug rpm for centosplus kernels.
-- LF
On 05/07/2014 09:51 AM, Leon Fauster wrote:
Am 07.05.2014 um 15:24 schrieb Steve Clark sclark@netwolves.com:
I am setting up crashkernel and was wondering where I get the kernel-debug rpm for centosplus kernels.
-- LF _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thank Leon, but that is just the debuginfo. I have been looking at http://linuxsysconfig.com/2013/03/kdump-on-centos-6/
and it shows use yum --enablerepo=debug install kexec-tools crash kernel-debug kernel-debuginfo-`uname -r`
but when I run that command I get:
# yum --enablerepo=debug install kexec-tools crash kernel-debug kernel-debuginfo-`uname -r` Setting up Install Process Package kexec-tools-2.0.0-273.el6.x86_64 already installed and latest version Package crash-6.1.0-5.el6.x86_64 already installed and latest version Package kernel-debuginfo-2.6.32-358.23.2.el6.centos.plus.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package kernel-debug.x86_64 0:2.6.32-431.11.2.el6 will be installed --> Processing Dependency: kernel-firmware >= 2.6.32-431.11.2.el6 for package: kernel-debug-2.6.32-431.11.2.el6.x86_64 --> Running transaction check ---> Package kernel-firmware.noarch 0:2.6.32-358.23.2.el6.centos.plus will be updated ---> Package kernel-firmware.noarch 0:2.6.32-431.11.2.el6 will be an update --> Finished Dependency Resolution
Dependencies Resolved
============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: kernel-debug x86_64 2.6.32-431.11.2.el6 updates 28 M Updating for dependencies: kernel-firmware noarch 2.6.32-431.11.2.el6 updates 13 M
Transaction Summary ============================================================================================================== Install 1 Package(s) Upgrade 1 Package(s)
Total download size: 41 M Is this ok [y/N]:
I am running kernel 2.6.32-358.23.2.el6.centos.plus.x86_64 and I would like the matching kernel-debug rpm not kernel-debug.x86_64 0:2.6.32-431.11.2.el6
Regards,
On Wed, May 7, 2014 at 6:24 AM, Steve Clark sclark@netwolves.com wrote:
I am setting up crashkernel and was wondering where I get the kernel-debug rpm for centosplus kernels.
The kernel-debug package has never been built for the centosplus kernel as far as I know. It requires its own config file. I suggest you use the distro kernel if you need to debug something. Do you have a particular reason why you want to do this with the plus kernel?
Akemi
On 05/07/2014 11:48 AM, Akemi Yagi wrote:
On Wed, May 7, 2014 at 6:24 AM, Steve Clark sclark@netwolves.com wrote:
I am setting up crashkernel and was wondering where I get the kernel-debug rpm for centosplus kernels.
The kernel-debug package has never been built for the centosplus kernel as far as I know. It requires its own config file. I suggest you use the distro kernel if you need to debug something. Do you have a particular reason why you want to do this with the plus kernel?
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi Akemi,
We have a remote unit that has been crashing and I wanted to collect the dump. We can't use the latest kernel because it breaks multicasting with gres. We use OSPF over multiple gre tunnels and the .358 kernel is the latest one that works correctly.
I have tested the crash setup and it seems to work ok without having the kernel-dump rpm installed so it doesn't seem to be absolutely necessary. Maybe only if you have a limited amount of memory.
Regards,