search for: kdump

Displaying 20 results from an estimated 334 matches for "kdump".

Did you mean: dump
2013 Apr 22
1
Upgrading 6.3 to 6.4 "kdump: mkdumprd: failed to make kdump initrd" should I be concerned?
Howdy, Running a round of updates from 6.3 to 6.4 and I'm seeing the following on all the servers. Want to make sure I'm not going to end up with a kernel panic if I reboot into the new kernel or have any other issues. Apr 22 11:10:21 www kdump: kexec: unloaded kdump kernel Apr 22 11:10:21 www kdump: stopped Apr 22 11:10:21 www kdump: mkdumprd: failed to make kdump initrd Apr 22 11:10:21 www kdump: failed to start up, config file incorrect I've never touched kdump.conf, or really used kdump at all.. /etc/kdump.conf shows: #raw /dev...
2019 Mar 26
2
How to specify kernel version when restart kdump
kdump operates by booting a fresh kernel to capture the context of a crashed kernel, and so the only way for kdump to dump a kernel is to crash it and cause kdump to invoke its post-crash kernel. You can manually force a running kernel to panic (and invoke a correctly-configured kdump) with the follo...
2019 Mar 27
2
How to specify kernel version when restart kdump
...M, wuzhouhui wrote: >> -----Original Messages----- >> From: "Benjamin Hauger" <hauger at noao.edu> >> Sent Time: 2019-03-27 00:15:21 (Wednesday) >> To: centos at centos.org >> Cc: >> Subject: Re: [CentOS] How to specify kernel version when restart kdump >> >> kdump operates by booting a fresh kernel to capture the context of a >> crashed kernel, and so the only way for kdump to dump a kernel is to >> crash it and cause kdump to invoke its post-crash kernel. >> >> You can manually force a running kernel to panic...
2019 Mar 28
2
How to specify kernel version when restart kdump
...- > > From: "Benjamin Hauger" <hauger at noao.edu> > > Sent Time: 2019-03-28 01:31:40 (Thursday) > > To: wuzhouhui <wuzhouhui14 at mails.ucas.ac.cn>, centos at centos.org > > Cc: > > Subject: Re: [CentOS] How to specify kernel version when restart kdump > > > > What do you mean? Wouldn't the kernel version always be the actual > > running version of the kernel that was booted? > > > Suppose the running kernel is 2.6.32, and then I installed kernel 3.10.0. > The files under /boot includes (exclude some unimportant...
2019 Mar 28
0
How to specify kernel version when restart kdump
...---Original Messages----- > From: "Benjamin Hauger" <hauger at noao.edu> > Sent Time: 2019-03-28 01:31:40 (Thursday) > To: wuzhouhui <wuzhouhui14 at mails.ucas.ac.cn>, centos at centos.org > Cc: > Subject: Re: [CentOS] How to specify kernel version when restart kdump > > What do you mean? Wouldn't the kernel version always be the actual > running version of the kernel that was booted? > Suppose the running kernel is 2.6.32, and then I installed kernel 3.10.0. The files under /boot includes (exclude some unimportant files): initramfs-2.6.32....
2019 Mar 27
0
How to specify kernel version when restart kdump
> -----Original Messages----- > From: "Benjamin Hauger" <hauger at noao.edu> > Sent Time: 2019-03-27 00:15:21 (Wednesday) > To: centos at centos.org > Cc: > Subject: Re: [CentOS] How to specify kernel version when restart kdump > > kdump operates by booting a fresh kernel to capture the context of a > crashed kernel, and so the only way for kdump to dump a kernel is to > crash it and cause kdump to invoke its post-crash kernel. > > You can manually force a running kernel to panic (and invoke a >...
2013 Sep 06
0
[PATCH 3/5] sysprep: remove the custom kdump configurations
This removes the custom kdump configurations by emptying the configuration file /etc/kdump.conf. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> --- sysprep/Makefile.am | 1 + sysprep/sysprep_operation_kdump_config.ml | 44 +++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+)...
2009 Jun 25
0
[PATCH node-image] kdump support
Requires "kdump support" patch for ovirt-node Signed-off-by: Alan Pevec <apevec at redhat.com> --- common-blacklist.ks | 2 +- common-pkgs.ks | 2 ++ ovirt-node-image.ks | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist...
2008 Aug 11
0
[patch] kexec and kdump documentation for xen
Add guide to using the kexec and kdump facility in xen. Signed-off-by: Simon Horman <horms@verge.net.au> --- I the work on this document using an ia64 machine and qemu emulating x86_32. I am yet to verify it on x86_32 hardware or x86_64. Index: xen-unstable.hg/docs/misc/kexec_and_kdump.txt ======================================...
2019 Mar 26
0
How to specify kernel version when restart kdump
Hi, Is there a way to specify kernel version when (re)start kdump service? Suppose I have install a new kernel and kdump will generate kdump.img for new kernel in next boot. But I want kdump to generate kdump.img for new kernel immediately, is it possible? Thanks.
2009 Apr 09
2
[kdump] failed to load in startup
Hello, I am new in this mailing,please if somebody knows how to make kdump able to load in startup. i will be very thankful, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090409/d3435a68/attachment-0002.html>
2013 Sep 06
2
Re: [PATCH 3/5] sysprep: remove the custom kdump configurations
On Fri, Sep 06, 2013 at 03:52:40PM +0800, Wanlong Gao wrote: > + kdump_config \ Better to call this one just "kdump" ? However I'm unclear why anyone would want to remove kdump config in a sysprep operation. Or TCP wrappers for that matter. There seems to be no useful point in having virt-sysprep start to remove random config files. Rich. -- Richa...
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
Hi all, Here I am sending as attachments patches enabling kexec/kdump support in Xen PV domU. Only x84_64 architecture is supported. There is no support for i386 but some code could be easily reused. Here is a description of patches: - kexec-tools-2.0.3_20120522.patch: patch for kexec-tools which cleanly applies to version 2.0.3, - kexec-kernel-only_20120522....
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
Hi all, Here I am sending as attachments patches enabling kexec/kdump support in Xen PV domU. Only x84_64 architecture is supported. There is no support for i386 but some code could be easily reused. Here is a description of patches: - kexec-tools-2.0.3_20120522.patch: patch for kexec-tools which cleanly applies to version 2.0.3, - kexec-kernel-only_20120522....
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
Hi all, Here I am sending as attachments patches enabling kexec/kdump support in Xen PV domU. Only x84_64 architecture is supported. There is no support for i386 but some code could be easily reused. Here is a description of patches: - kexec-tools-2.0.3_20120522.patch: patch for kexec-tools which cleanly applies to version 2.0.3, - kexec-kernel-only_20120522....
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
Hi, This set of patches contains initial kexec/kdump implementation for Xen v2 (previous version were posted to few people by mistake; sorry for that). Currently only dom0 is supported, however, almost all infrustructure required for domU support is ready. Jan Beulich suggested to merge Xen x86 assembler code with baremetal x86 code. This could simp...
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
Hi, This set of patches contains initial kexec/kdump implementation for Xen v2 (previous version were posted to few people by mistake; sorry for that). Currently only dom0 is supported, however, almost all infrustructure required for domU support is ready. Jan Beulich suggested to merge Xen x86 assembler code with baremetal x86 code. This could simp...
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
Hi, This set of patches contains initial kexec/kdump implementation for Xen v2 (previous version were posted to few people by mistake; sorry for that). Currently only dom0 is supported, however, almost all infrustructure required for domU support is ready. Jan Beulich suggested to merge Xen x86 assembler code with baremetal x86 code. This could simp...
2013 Sep 09
0
Re: [PATCH 3/5] sysprep: remove the custom kdump configurations
On 09/06/2013 05:23 PM, Richard W.M. Jones wrote: > On Fri, Sep 06, 2013 at 04:25:07PM +0800, Wanlong Gao wrote: >> On 09/06/2013 04:06 PM, Richard W.M. Jones wrote: >>> On Fri, Sep 06, 2013 at 03:52:40PM +0800, Wanlong Gao wrote: >>>> + kdump_config \ >>> >>> Better to call this one just "kdump" ? >>> >>> However I'm unclear why anyone would want to remove kdump config in a >>> sysprep operation. Or TCP wrappers for that matter. There seems to >>> be no useful point i...
2003 Jul 14
0
Problem with "make buildworld"
Hi all I want to upgrade from 4.5-RELEASE to 4.8-STABLE. I cvsup-ed the source tree and then in /usr/src do 'make -j4 buildworld'. But there was an error during make. here is the dump: ... ===> usr.bin/kdump cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin gzip -cn /usr/src/usr.bin/kdump/kdump.1 > kdump.1.gz cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin...