Your message dated Tue, 15 Jan 2019 14:30:58 +0100
with message-id <[email protected]>
and subject line Doesn't apply to systemd based systems
has caused the Debian Bug report #686985,
regarding Fix for udev hook slowing/freezing boot on Ubuntu
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
686985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686985
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bridge-utils

Hi,

I'm forwarding this change I just applied to Ubuntu following a bug
report on Launchpad:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1003656

The issue we noticed is that udev is blocking on getting a hook finish
execution before proceeding to the next one.

Depending on the ordering this mean that we'd have
bridge-network-interface running before the upstart hook, slowing down
the system by 30s until some fallback code would kick in.

The change is to spawn bridge-network-interface in the background,
thereby allowing the upstart (and any other) hook to run and setup the
interface.

A quick test on my test systems and on the reporter's system didn't show
any side effect, so I went ahead and pushed it to Ubuntu 12.10 in both
the vlan and bridge-utils packages.
I'll wait a few more weeks before pushing this to Ubuntu 12.04 so we can
spot any potential regression introduced by the change.

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
=== modified file 'debian/bridge-utils.bridge-network-interface.udev'
--- debian/bridge-utils.bridge-network-interface.udev	2011-05-09 19:02:48 +0000
+++ debian/bridge-utils.bridge-network-interface.udev	2012-09-07 21:35:07 +0000
@@ -1,1 +1,1 @@
-ACTION=="add", SUBSYSTEM=="net", RUN+="bridge-network-interface"
+ACTION=="add", SUBSYSTEM=="net", RUN+="bridge-network-interface&"

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
I'm closing this as the bug seems to be related to Ubuntu specific setups of
those times, this doesn't seem to apply to current systemd based setups.

Regards.
-- 
Manty/BestiaTester -> http://manty.net

--- End Message ---

Reply via email to