Le 14/11/2020 à 13:54, Michael Biebl a écrit :
Are you configuring your NAS with ifupdown (using allow-hotplug).
Yes indeed. I use a fixed address outside my DHCP dynamic range so no
need to something sophisticated and no graphical interface so no need
for network-manager and I hate transfering all the control to systemd...
allow-hotplug eth0
iface eth0 inet static
....
This is very bad for remote managed Linux system with difficult access
like in data center...
Fwiw, that sounds very much like
https://github.com/systemd/systemd/issues/17605#issuecomment-727187837
While systemd does offers a far superior boot time by dependency and
//ism, this will soon become unmanageable I fear.
Thanks for the pointer...
-- eric