systemctl restart pve-cluster.service
Job for pve-cluster.service failed because the control process exited with error code.
See "systemctl status pve-cluster.service" and "journalctl -xe" for details.
systemctl status pve-cluster.service
● pve-cluster.service - The Proxmox VE cluster...
A little history of activity:
I recently updated docker-compose and ran out of space while trying to run apt upgrade later on. To resolve that, I looked at my docker containers and was able to remove about 9GB of space by removing running containers and using docker system prune -a --volumes...
I'm having trouble running apt upgrade on my PVE instance.
The error I get is:
dpkg: error processing package pve-manager (--configure):
installed pve-manager package post-installation script subprocess returned error exit status 1
I've checked journalctl -xe, and the output has a ton of...