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 146049 Details for
Bug 223570
Race condition causes failed link detection in network-functions
[?]
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]
Diff to check_link_down function to add sleep
rhel-fix (text/plain), 366 bytes, created by
Grant Diffey
on 2007-01-20 01:19:52 UTC
(
hide
)
Description:
Diff to check_link_down function to add sleep
Filename:
MIME Type:
Creator:
Grant Diffey
Created:
2007-01-20 01:19:52 UTC
Size:
366 bytes
patch
obsolete
>--- network-scripts/network-functions 2007-01-20 11:53:34.000000000 +1100 >+++ network-functions 2007-01-20 12:01:14.132007361 +1100 >@@ -309,6 +309,7 @@ > if [ -x /sbin/mii-tool -o -x /sbin/ethtool ]; then > if ! LC_ALL=C ip link show dev $1 2>/dev/null| grep -q UP ; then > ip link set dev $1 up >/dev/null 2>&1 >+ sleep 1 > fi > timeout=0 > delay=10
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 223570
: 146049