[Bug 1728181] Re: systemd-networkd-wait-online waits when devices are unmanaged

Denis Genov 1728181 at bugs.launchpad.net
Fri Aug 3 12:06:28 UTC 2018


I face the same issue

> # dpkg -l systemd 
> ...
> ||/ Name       Version            Architecture    Description
> +++-==========-==================-===============-==========================
> ii  systemd    237-3ubuntu10.3    amd64           system and service manager

> # networkctl
> IDX LINK             TYPE               OPERATIONAL SETUP     
>   1 lo               loopback           carrier     unmanaged 
>   2 ens3             ether              routable    configuring
>   3 ens4             ether              routable    unmanaged

> Aug 03 14:00:53 test-vm systemd-networkd-wait-online[4273]: Event loop
failed: Connection timed out

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1728181

Title:
  systemd-networkd-wait-online waits when devices are unmanaged

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Bionic:
  Fix Released

Bug description:
  I started a system with cloud-init disabled, etc. and a single real
  network interface (ens3) that could be configured.

  That VM has no configuration whatsoever for systemd-networkd, as that
  would have to have been written by netplan, and cloud-init did not
  generate netplan config (because it was disabled).

  So:

  root at ubuntu:/etc/systemd/system/network-online.target.wants# ip route
  d-networkd-wait-online --ignore=lo
  ignoring: lo
  Event loop failed: Connection timed out
  root at ubuntu:/etc/systemd/system/network-online.target.wants# ip route
  root at ubuntu:/etc/systemd/system/network-online.target.wants# networkctl
  IDX LINK             TYPE               OPERATIONAL SETUP     
    1 lo               loopback           carrier     unmanaged 
    2 ens3             ether              off         unmanaged 
    3 sit0             sit                off         unmanaged 

  3 links listed.
  root at ubuntu:/etc/systemd/system/network-online.target.wants# 

  
  The system took 120 seconds to complete boot, because wait-online had to finish; and running wait-online from the system afterwards also waits 120 seconds (its default timeout). If there is no configuration for an interface, it's unmanaged (as shown by networkctl), so wait-online should not wait, and simply report that all interfaces are unmanaged, possibly returning an error so we don't reach network-online.

  FWIW, having wait-online look up configuration might later be useful
  also to figure out if an interface was configured, but marked as
  optional (such that it is explicitly not required to be up at boot),
  or if we want to configure network devices but specify that networkd
  should *not* bring them online (like "administratively disabled"
  interfaces in Cisco world using the "shutdown" command).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1728181/+subscriptions



More information about the foundations-bugs mailing list