Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

networking.service has no TimeoutStartSec, and this can cause systemd to delay a login prompt #289

Open
dan0delellis opened this issue Jan 10, 2024 · 0 comments

Comments

@dan0delellis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant