Package: ifupdown Version: 0.8.41 Since 12.7 I get a failure at boot time
# systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION ● ifupdown-pre.service loaded failed failed Helper to synchronize boot up for ifupdown LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. # systemctl status ifupdown-pre.service × ifupdown-pre.service - Helper to synchronize boot up for ifupdown Loaded: loaded (/lib/systemd/system/ifupdown-pre.service; static) Active: failed (Result: exit-code) since Sun 2024-09-01 16:37:19 CEST; 31min ago Main PID: 458 (code=exited, status=1/FAILURE) CPU: 4ms Sep 01 16:35:18 il05.ac.aixigo.de systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown... Sep 01 16:37:19 il05.ac.aixigo.de sh[460]: Timed out for waiting the udev queue being empty. Sep 01 16:37:19 il05.ac.aixigo.de systemd[1]: ifupdown-pre.service: Main process exited, code=exited, status=1/FAILURE Sep 01 16:37:19 il05.ac.aixigo.de systemd[1]: ifupdown-pre.service: Failed with result 'exit-code'. Sep 01 16:37:19 il05.ac.aixigo.de systemd[1]: Failed to start ifupdown-pre.service - Helper to synchronize boot up for ifupdown. # journalctl -xeu ifupdown-pre.service Sep 01 16:35:18 il05.ac.aixigo.de systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown... Subject: A start job for unit ifupdown-pre.service has begun execution Defined-By: systemd Support: https://www.debian.org/support A start job for unit ifupdown-pre.service has begun execution. The job identifier is 108. Sep 01 16:37:19 il05.ac.aixigo.de sh[460]: Timed out for waiting the udev queue being empty. Sep 01 16:37:19 il05.ac.aixigo.de systemd[1]: ifupdown-pre.service: Main process exited, code=exited, status=1/FAILURE Subject: Unit process exited Defined-By: systemd Support: https://www.debian.org/support An ExecStart= process belonging to unit ifupdown-pre.service has exited. The process' exit code is 'exited' and its exit status is 1. Sep 01 16:37:19 il05.ac.aixigo.de systemd[1]: ifupdown-pre.service: Failed with result 'exit-code'. Subject: Unit failed Defined-By: systemd Support: https://www.debian.org/support The unit ifupdown-pre.service has entered the 'failed' state with result 'exit-code'. Sep 01 16:37:19 il05.ac.aixigo.de systemd[1]: Failed to start ifupdown-pre.service - Helper to synchronize boot up for ifupdown. Subject: A start job for unit ifupdown-pre.service has failed Defined-By: systemd Support: https://www.debian.org/support A start job for unit ifupdown-pre.service has finished with a failure. The job identifier is 108 and the job result is failed. Apparently there is a non-empty list of items (the "udev queue"), but the error messages don't tell what exactly got stuck. This should be improved. udev is version 252.30-1~deb12u2. Regards Harri