Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157282 Details for
Bug 244649
kdump init scripts don't work if user supplies KDUMP_COMMANDLINE
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to scan /proc/cmdline only for crashkernel parameter
kdump.patch (text/plain), 648 bytes, created by
Neil Horman
on 2007-06-18 13:50:57 UTC
(
hide
)
Description:
patch to scan /proc/cmdline only for crashkernel parameter
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2007-06-18 13:50:57 UTC
Size:
648 bytes
patch
obsolete
>? kexec-tools-1.101 >Index: kdump.init >=================================================================== >RCS file: /cvs/dist/rpms/kexec-tools/RHEL-5/kdump.init,v >retrieving revision 1.45 >diff -u -r1.45 kdump.init >--- kdump.init 8 May 2007 15:27:06 -0000 1.45 >+++ kdump.init 18 Jun 2007 13:49:56 -0000 >@@ -154,7 +154,7 @@ > KDUMP_COMMANDLINE=`cat /proc/cmdline` > fi > >- MEM_RESERVED=`echo $KDUMP_COMMANDLINE | grep "crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]"` >+ MEM_RESERVED=`grep "crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]" /proc/cmdline` > if [ -z "$MEM_RESERVED" ] > then > $LOGGER "No crashkernel parameter specified for running kernel"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244649
: 157282