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 297617 Details for
Bug 436982
kdump_pre hook produces errors
[?]
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 /sbin/mkdumprd that appears to correct this bug
mkdumprd.diffs (text/plain), 2.50 KB, created by
Dan Duval
on 2008-03-11 14:39:20 UTC
(
hide
)
Description:
patch to /sbin/mkdumprd that appears to correct this bug
Filename:
MIME Type:
Creator:
Dan Duval
Created:
2008-03-11 14:39:20 UTC
Size:
2.50 KB
patch
obsolete
>--- mkdumprd 2008-01-29 08:34:59.000000000 -0500 >+++ mkdumprd.new 2008-03-11 10:13:53.000000000 -0400 >@@ -1599,9 +1599,9 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then > fi > > #setup raw case >- if [ -n "$KDUMP_PRE_INTERNAL" ] >+ if [ -n "$KDUMP_PRE" ] > then >- emit "$KDUMP_PRE_INTERNAL" >+ emit "$KDUMP_PRE" > emit "if [ $? -ne 0 ]" > emit "then" > emit " echo kdump_pre script exited with non-zero status" >@@ -1705,9 +1705,9 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then > fi > > #setup nfs case >- if [ -n "$KDUMP_PRE_INTERNAL" ] >+ if [ -n "$KDUMP_PRE" ] > then >- emit "$KDUMP_PRE_INTERNAL" >+ emit "$KDUMP_PRE" > emit "if [ $? -ne 0 ]" > emit "then" > emit " echo kdump_pre script exited with non-zero status" >@@ -1767,9 +1767,9 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then > ssh -q $s_opts $rlocation rmdir $tdir > > #setup ssh case, quick check to see if setup already >- if [ -n "$KDUMP_PRE_INTERNAL" ] >+ if [ -n "$KDUMP_PRE" ] > then >- emit "$KDUMP_PRE_INTERNAL" >+ emit "$KDUMP_PRE" > emit "if [ $? -ne 0 ]" > emit "then" > emit " echo kdump_pre script exited with non-zero status" >@@ -1813,6 +1813,8 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then > ;; > core_collector) > ;; >+ kdump_pre) >+ ;; > kdump_post) > ;; > extra_bins) >@@ -1849,9 +1851,9 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then > > #setup filesystem case > >- if [ -n "$KDUMP_PRE_INTERNAL" ] >+ if [ -n "$KDUMP_PRE" ] > then >- emit "$KDUMP_PRE_INTERNAL" >+ emit "$KDUMP_PRE" > emit "if [ $? -ne 0 ]" > emit "then" > emit " echo kdump_pre script exited with non-zero status"
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 436982
: 297617