SHA256
1
0
forked from pool/kdump
OBS User unknown 2008-04-20 14:38:21 +00:00 committed by Git OBS Bridge
parent 86e1f1dae6
commit 08c819fca0
3 changed files with 32 additions and 1 deletions

20
kdump-clarify-README Normal file
View File

@ -0,0 +1,20 @@
---
README | 7 +++++++
1 file changed, 7 insertions(+)
--- a/README
+++ b/README
@@ -80,6 +80,13 @@ The recommended values by architecture f
ia64: crashkernel=512M (on small machines use 256M)
ppc64: crashkernel=128M@32M
+NOTE: The memory sizes are only "recommended". It really depends on the amount
+of memory and number of CPUs/nodes of the system how much memory will be needed
+in the caputure kernel to boot the kdump system and to take the dump.
+Therefore, if the kdump capture system doesn't come up, try to increase the
+memory size. Powers of two (2^n) are *not* necessary but the "natural" choice
+for memory sizes.
+
After setting the boot loader option, activate the Kdump init script, which is
not activated by default. To do this, use the YaST System Services (Runlevel)
module. Alternately, enable the service on the command line with the following

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 18 18:38:31 CEST 2008 - bwalle@suse.de
- clarified README that memory sizes are only recommended values
(bnc#380577)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 20 11:48:28 CET 2008 - bwalle@suse.de Wed Feb 20 11:48:28 CET 2008 - bwalle@suse.de

View File

@ -15,7 +15,7 @@ Name: kdump
License: GPL v2 or later License: GPL v2 or later
BuildRequires: libelf0-devel zlib-devel BuildRequires: libelf0-devel zlib-devel
Version: 0.3.3 Version: 0.3.3
Release: 1 Release: 15
Requires: curl openssh Requires: curl openssh
Recommends: makedumpfile Recommends: makedumpfile
Summary: Script for kdump Summary: Script for kdump
@ -26,6 +26,7 @@ PreReq: %insserv_prereq %fillup_prereq
Url: http://www.suse.de/~bwalle/kdump-helpers/ Url: http://www.suse.de/~bwalle/kdump-helpers/
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: 02-keyboard-blink.sh Source1: 02-keyboard-blink.sh
Patch0: %{name}-clarify-README
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2) # rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
Provides: kdump-helpers = 0.2.4 Provides: kdump-helpers = 0.2.4
@ -47,6 +48,7 @@ Authors:
%prep %prep
%setup %setup
%patch0 -p1
%build %build
make CFLAGS="$RPM_OPT_FLAGS" make CFLAGS="$RPM_OPT_FLAGS"
@ -140,6 +142,9 @@ fi
/var/adm/fillup-templates/sysconfig.kdump /var/adm/fillup-templates/sysconfig.kdump
%changelog %changelog
* Fri Apr 18 2008 bwalle@suse.de
- clarified README that memory sizes are only recommended values
(bnc#380577)
* Wed Feb 20 2008 bwalle@suse.de * Wed Feb 20 2008 bwalle@suse.de
- use "-o NumberOfPasswordPrompts=0 -o CheckHostIP=no -o - use "-o NumberOfPasswordPrompts=0 -o CheckHostIP=no -o
StrictHostKeyChecking=no" when calling ssh because the user may StrictHostKeyChecking=no" when calling ssh because the user may