forked from pool/kdump
This commit is contained in:
parent
86e1f1dae6
commit
08c819fca0
20
kdump-clarify-README
Normal file
20
kdump-clarify-README
Normal 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
|
@ -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
|
||||
|
||||
|
@ -15,7 +15,7 @@ Name: kdump
|
||||
License: GPL v2 or later
|
||||
BuildRequires: libelf0-devel zlib-devel
|
||||
Version: 0.3.3
|
||||
Release: 1
|
||||
Release: 15
|
||||
Requires: curl openssh
|
||||
Recommends: makedumpfile
|
||||
Summary: Script for kdump
|
||||
@ -26,6 +26,7 @@ PreReq: %insserv_prereq %fillup_prereq
|
||||
Url: http://www.suse.de/~bwalle/kdump-helpers/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: 02-keyboard-blink.sh
|
||||
Patch0: %{name}-clarify-README
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
|
||||
Provides: kdump-helpers = 0.2.4
|
||||
@ -47,6 +48,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
@ -140,6 +142,9 @@ fi
|
||||
/var/adm/fillup-templates/sysconfig.kdump
|
||||
|
||||
%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
|
||||
- use "-o NumberOfPasswordPrompts=0 -o CheckHostIP=no -o
|
||||
StrictHostKeyChecking=no" when calling ssh because the user may
|
||||
|
Loading…
x
Reference in New Issue
Block a user