I was foolish enough to upgrade the system with apt-get -t jessie-backports upgrade, and it appears that Proxmox really isn't a fan of some of the newer packages. Attempting to downgrade the packages fail because systemd depends on a newer version of udev which also depends on that newer version of systemd. apt-get install -f also wants to remove some very important system packages like pve-kernel-4.4.35-1-pve so that's fun. Web access is now broken and I can only access the machine via SSH. I'm really unsure how I should proceed to unbreak everything. I can only see 3 options:
- Somehow make Proxmox play nicely with the new packages
- Somehow downgrade the packages without breaking everything
- Back up all my configs, reinstall Proxmox from scratch, and pray that I somehow didn't break something else