Comment 17 for bug 1999178

Revision history for this message
Lukas Märdian (slyon) wrote :

I wonder if we could make use of the `resolve_names=late` setting from udev.conf(5), to work around this behavior?

https://www.freedesktop.org/software/systemd/man/latest/udev.conf.html

E.g. something like this:

$ mkdir -p /etc/udev/udev.conf.d/
$ echo "resolve_names=late" > /etc/udev/udev.conf.d/netplan.conf
$ reboot

Could anybody who's affected by this give this workaround a try?