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 603220 Details for
Bug 844607
aiccu treats lack of network connectivity on startup as a fatal error
[?]
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.
NetworkManager dispatcher script to handle aiccu
15-aiccu (text/plain), 543 bytes, created by
David Waring
on 2012-08-09 09:45:21 UTC
(
hide
)
Description:
NetworkManager dispatcher script to handle aiccu
Filename:
MIME Type:
Creator:
David Waring
Created:
2012-08-09 09:45:21 UTC
Size:
543 bytes
patch
obsolete
>#!/bin/sh > >export LC_ALL=C > ># if the interface is going down and there is no default route stop aiccu >if [ "$2" = "down" ]; then > /sbin/ip route list | grep -q '^default' || ( > /bin/systemctl stop aiccu.service || : > ) && ( :; ) >fi > ># if the interface is coming up and has a default route and aiccu is enabled, ># then ask systemd to start aiccu >if [ "$2" = "up" ]; then > /sbin/ip -o route list dev "$1" | grep -q '^default' && ( > /bin/systemctl -q is-enabled aiccu.service && /bin/systemctl start aiccu.service || : > ) || ( :; ) >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 Raw
Actions:
View
Attachments on
bug 844607
:
602614
|
602615
|
602791
|
602794
| 603220 |
713303
|
714220
|
935170