Bugzilla – Attachment 547421 Details for
Bug 821879
udev update breaks network
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
[PATCH] Disard /etc/init.d/network start errors under systemd
0002-Disard-etc-init.d-network-start-errors-under-systemd.patch (text/plain), 1.02 KB, created by
Marius Tomaschewski
on 2013-07-10 13:18:00 UTC
(
hide
)
Description:
[PATCH] Disard /etc/init.d/network start errors under systemd
Filename:
MIME Type:
Creator:
Marius Tomaschewski
Created:
2013-07-10 13:18:00 UTC
Size:
1.02 KB
patch
obsolete
>From c4314691a1596c4aadcd01e62b33ae25bb87f61e Mon Sep 17 00:00:00 2001 >From: Marius Tomaschewski <mt@suse.com> >Date: Wed, 10 Jul 2013 14:59:51 +0200 >Subject: [PATCH] Disard /etc/init.d/network start errors under systemd > >Reporting them causes systemd to stop (partially working) network >later, e.g. while resolving dependencies on package updates >(bnc#821879, revert of final start status report in bnc#808718). >--- > scripts/network | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/scripts/network b/scripts/network >index 55014be..0d927ac 100755 >--- a/scripts/network >+++ b/scripts/network >@@ -902,6 +902,11 @@ case "$ACTION" in > test $FAILED -gt 0 && rc_failed 7 > echo -n "Setting up service network . . . . . . . . . . . . ." > rc_status -v >+ >+ # bnc#821879: disard any (partial) start errors under systemd >+ # as reporting them causes systemd to stop network later, e.g. >+ # while resolving dependencies on package updates. >+ test "$SD_RUNNING" = "yes" && rc_reset > fi > > reload_firewall >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 821879
:
541408
|
542777
|
543109
|
543261
|
543274
| 547421 |
547568
|
547569
|
547604
|
547772
|
548391