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 157173 Details for
Bug 244464
kdump won't install -- initscript fails
[?]
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 /etc/init.d/kdump
kdump.patch (text/plain), 813 bytes, created by
D. Hugh Redelmeier
on 2007-06-16 02:31:56 UTC
(
hide
)
Description:
patch to /etc/init.d/kdump
Filename:
MIME Type:
Creator:
D. Hugh Redelmeier
Created:
2007-06-16 02:31:56 UTC
Size:
813 bytes
patch
obsolete
>--- /etc/init.d/kdump.ORIG 2007-06-15 13:49:07.000000000 -0400 >+++ /etc/init.d/kdump 2007-06-15 18:10:44.000000000 -0400 >@@ -55,13 +55,17 @@ > if [ -z "$KDUMP_KERNELVER" ]; then > local running_kernel=`uname -r` > >- kdump_kver=`echo $running_kernel | sed 's/smp//g'` >+ kdump_kver=`echo $running_kernel | sed -e 's/smp//g' -e 's/\(\.fc*[0-9]*\)debug/\1/g'` > else > kdump_kver=$KDUMP_KERNELVER > fi > > kdump_kernel="${KDUMP_BOOTDIR}/${KDUMP_IMG}-${kdump_kver}${KDUMP_IMG_EXT}" >- kdump_initrd="${KDUMP_BOOTDIR}/initrd-${kdump_kver}kdump.img" >+ >+ case "${kdump_kver}" in >+ *kdump) kdump_initrd="${KDUMP_BOOTDIR}/initrd-${kdump_kver}.img" ;; >+ *) kdump_initrd="${KDUMP_BOOTDIR}/initrd-${kdump_kver}kdump.img" ;; >+ esac > > if [ ! -f $kdump_kernel ]; then > echo -n "No kdump kernel image found."; warning; echo
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 244464
: 157173 |
157299