Hey Alex, Alex Mayer [2015-07-17 12:54 +0000]: > I narrowed it down to two changes in systemd (218-4) see changelog: > > >* debian/[email protected]: Check if ifup succeeds by calling ifquery, to > > work around ifup not failing on invalid interfaces (see #773539) > >* debian/[email protected]: Set proper service type (oneshot). > > > So one possible workaround is to delete two lines > from service section in /lib/systemd/system/[email protected] > > Type=oneshot
I see why this could potentially hold up something, although it should be rare as these are triggered async by udev rules and nothing in Debian should directly depend on [email protected] instances. > ExecStartPost=/sbin/ifquery --state %I But I don't see the harm in that. This should merely make the unit fail if ifup@ fails, and is a workaround for an ifup bug. Do you get delays if you keep this line and just drop the "oneshot"? Thanks, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

