You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In proxmox8 (debian 12), networking.service can wait forever for ip link add <dev> type bridge to return. This causes the system to seemingly hang forever at boot with no login prompt and no network connectivity.
networking.service does not need to start successfully; the ExecStart just needs to exit, and then systemd-user-sessions.service can start.
Adding TimeoutStartSec=10s will at least let users log into the system to diagose and rectify the issue.
The text was updated successfully, but these errors were encountered:
In proxmox8 (debian 12), networking.service can wait forever for
ip link add <dev> type bridge
to return. This causes the system to seemingly hang forever at boot with no login prompt and no network connectivity.networking.service does not need to start successfully; the
ExecStart
just needs to exit, and thensystemd-user-sessions.service
can start.Adding
TimeoutStartSec=10s
will at least let users log into the system to diagose and rectify the issue.The text was updated successfully, but these errors were encountered: