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 312293 Details for
Bug 456154
mdadm usage bug in /sbin/mkdumprd may cause dumps to be lost
[?]
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]
fix for /sbin/mkdumprd to correct minor node numbers of /dev/mdnn
mdadm_mknod_minors.patch (text/plain), 439 bytes, created by
Charlotte Richardson
on 2008-07-21 19:33:47 UTC
(
hide
)
Description:
fix for /sbin/mkdumprd to correct minor node numbers of /dev/mdnn
Filename:
MIME Type:
Creator:
Charlotte Richardson
Created:
2008-07-21 19:33:47 UTC
Size:
439 bytes
patch
obsolete
>--- mkdumprd.orig 2008-07-21 13:45:30.000000000 -0400 >+++ mkdumprd 2008-07-21 13:48:04.000000000 -0400 >@@ -1487,7 +1487,7 @@ > emit "then" > emit " for i in \`awk '/.*ARRAY.*/{print \$2}' /etc/mdadm.conf\`" > emit " do" >-emit " MD_MIN=\`echo \$i | sed -e's/\(^.*\)\([0-9]\+$\)/\2/'\`" >+emit " MD_MIN=\`echo \$i | sed -e's/\(^[^0-9]*\)\([0-9]\+$\)/\2/'\`" > emit " mknod \$i b 9 \$MD_MIN" > emit " done" > emit "fi"
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 456154
: 312293