Skip to content

Instantly share code, notes, and snippets.

View poikilotherm's full-sized avatar
🏠
Working from home

Oliver Bertuch poikilotherm

🏠
Working from home
View GitHub Profile
# If Debian 11 is ran on a LXC container (Proxmox), SSH login and sudo actions can be slow
# Check if in /var/log/auth.log the following messages
Failed to activate service 'org.freedesktop.login1': timed out (service_start_timeout=25000ms)
-> Run systemctl mask systemd-logind
-> Run pam-auth-update (and deselect Register user sessions in the systemd control group hierarchy)