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 293064 Details for
Bug 430362
RFE: more info when "Waiting for driver initialization"
[?]
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
mkinitrd.patch (text/plain), 1.88 KB, created by
Eric Sandeen
on 2008-01-26 22:13:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Eric Sandeen
Created:
2008-01-26 22:13:10 UTC
Size:
1.88 KB
patch
obsolete
>Index: devel/mkinitrd-6.0.28/mkinitrd >=================================================================== >--- devel.orig/mkinitrd-6.0.28/mkinitrd >+++ devel/mkinitrd-6.0.28/mkinitrd >@@ -1565,20 +1565,20 @@ for MODULE in $MODULES; do > # Hack - we need a delay after loading usb-storage to give things > # time to settle down before we start looking a block devices > if [ "$module" = "usb-storage" -o "$module" = "ub" ]; then >- emit "echo Waiting for driver initialization." >+ emit "echo Waiting for $module driver initialization." > emit "stabilized /proc/bus/usb/devices" > fi > # Firewire likes to change the subsystem name every 3 hours. :/ > if [ "$module" = "sbp2" ]; then >- emit "echo Waiting for driver initialization." >+ emit "echo Waiting for $module driver initialization." > emit "stabilized /sys/bus/ieee1394/drivers/sbp2" > fi > if [ "$module" = "fw-sbp2" -o "$module" = "firewire-sbp2" ]; then >- emit "echo Waiting for driver initialization." >+ emit "echo Waiting for $module driver initialization." > emit "stabilized /sys/bus/firewire/drivers/sbp2" > fi > if [ "$module" = "zfcp" -a -f /etc/zfcp.conf ]; then >- emit "echo Waiting 2 seconds for driver initialization." >+ emit "echo Waiting 2 seconds for $module driver initialization." > emit "sleep 2" > cat /etc/zfcp.conf | grep -v "^#" | tr "A-Z" "a-z" | while read DEVICE TWO THREE FOUR FIVE; do > if [ -z "$FIVE" ]; then >@@ -1596,7 +1596,7 @@ EOF > done > fi > if [ "${module::5}" == "pata_" -o "$module" == "ata_piix" -o "$module" == "ahci" -o "${module::5}" == "sata_" -o "$module" == "ibmvscsic" ]; then >- emit "echo Waiting for driver initialization." >+ emit "echo Waiting for $module driver initialization." > emit "stabilized --hash --interval 250 /proc/scsi/scsi" > fi > done >
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 430362
: 293064