When this version is installed, all networking is broken, e.g.
root@twentytwo:~# LC_ALL=C ping lwn.net
ping: lwn.net: Temporary failure in name resolution
I cannot access *any* outside resource. No IP, no ssh, no ping, ..
Additionally, comands involving network state take several minutes,
i.e. running into timeouts. E.g.
systemctl restart networking
Or shutdown takes several minutes (for each interface) before
completion.
If I strace such a command, I see:
access("/run/network/ifstate.enp3s0", R_OK) = 0
openat(AT_FDCWD, "/run/network/ifstate.enp3s0", O_RDWR|O_CREAT|O_APPEND|O_CLOEXEC, 0666) = 3
fcntl(3, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar)
write(2, "ifdown: ", 8ifdown: ) = 8
write(2, "waiting for lock on /run/network"..., 47waiting for lock on /run/network/ifstate.enp3s0) = 47
write(2, "\n", 1
) = 1
fcntl(3, F_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}
And there it hangs. (I did not search if this is the only place for
hangs, but it was the first).
Downgrading to 9.4.1-11 fixes the problem, i.e. the machine behaves
normally after reboot.
This is reproducible, i.e. upgrading to -13 and rebooting and the
broken network is back; downgrading and rebooting and the network is
fine again.
Please tell me which data you need to further boil this down and I can
provide it.