<div>Package: systemd<br></div><div>Version: 247.3-5</div><div><br data-mce-bogus="1"></div><div>Reproduce:<br data-mce-bogus="1"></div><div>1) Boot the computer.<br data-mce-bogus="1"></div><div>2) Have no WiFi approximately 5 minutes long.<br data-mce-bogus="1"></div><div>3) Have WiFi after 5 minutes.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>It doesn't matter whether WiFi is tested from gnome or from tty.  My network is configured via interfaces (not via NetworkManager).<br data-mce-bogus="1"></div><div><div>I have a PCE-AX3000 card and use an up-to-date Debian 11 “Bullseye” with firmware-iwlwifi. The bugs has existed since the fresh installation in January 2021 with all the current kernels so far.</div><div><br data-mce-bogus="1"></div></div><div><div>$ cat /etc/network/interfaces<br># This file describes the network interfaces available on your system<br># and how to activate them. For more information, see interfaces(5).</div><div>source /etc/network/interfaces.d/*</div><div># The loopback network interface<br>auto lo <br>iface lo inet loopback</div><div>## The primary network interface<br>allow-hotplug wlp179s0<br>iface wlp179s0 inet dhcp<br>## This is an autoconfigured IPv6 interface<br>iface wlp179s0 inet6 auto<br> wpa-ssid o2-WLAN00<br> wpa-psk AnonymizedPassword</div><div>## detect wired interfaces when they become available<br>allow-hotplug enp6s0 enp7s0</div><div># raise the wireless interface as primary<br>auto wlp179s0<br></div><div>$ sudo journalctl -b | grep -B 4 "ordering cycle"<br>Jul 15 11:39:39 DtPC systemd[1]: systemd 247.3-5 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)<br>Jul 15 11:39:39 DtPC systemd[1]: Detected architecture x86-64.<br>Jul 15 11:39:39 DtPC systemd[1]: Set hostname to <AnonymizedHostname>.<br>Jul 15 11:39:39 DtPC kernel: usb 1-11.4.3: new high-speed USB device number 9 using xhci_hcd<br>Jul 15 11:39:39 DtPC systemd[1]: network.target: Found ordering cycle on networking-routes.service/start<br>Jul 15 11:39:39 DtPC systemd[1]: network.target: Found dependency on network.target/start<br>Jul 15 11:39:39 DtPC systemd[1]: network.target: Job networking-routes.service/start deleted to break ordering cycle starting with network.target/start</div><div><div>$ cat /etc/network/interfaces.d/*<br>auto lo<br>iface lo inet loopback</div><div># auto eth0<br># iface eth0 inet dhcp</div><div><br data-mce-bogus="1"></div><div>How to debug this further? (I don't wish to clutter this bug report with tons of potentially unrelated logs; please advise.)<br data-mce-bogus="1"></div></div></div>