Control: reassign -1 vlan 2.0.5+nmu2 Control: tags -1 patch On Wed, 14 Aug 2024 15:35:56 -0400 Michael Stone <mst...@debian.org> wrote: > Package: iproute2 > Version: 6.10.0-1 > Severity: critical > Justification: breaks the whole system > > The first time I rebooted after iproute2 removed the /sbin/ip link, my system > failed to boot. I eventually discovered this was because /sbin/vconfig (from > the "vlan" package) calls /sbin/ip and when that failed the network was not > configured. This meant having to boot into single user mode for diagnostics > because systemd hung forever waiting for the network.
This change was noted in NEWS. I would suggest hooking your config into something that uses the network-online.target target, with a timeout like network-manager and networkd do, so that the boot process doesn't hang. If it's a simple unit, it's enough to add RuntimeMaxSec= to it, so that it's killed if it doesn't work within the configured timeout. Patch for vlan sent at: https://salsa.debian.org/debian/vlan/-/merge_requests/3 -- Kind regards, Luca Boccassi
signature.asc
Description: This is a digitally signed message part