Skip to content

Instantly share code, notes, and snippets.

@vadimstasiev
Created October 6, 2023 16:15
Show Gist options
  • Save vadimstasiev/14acbe39bd39a828669e3c62c35ed099 to your computer and use it in GitHub Desktop.
Save vadimstasiev/14acbe39bd39a828669e3c62c35ed099 to your computer and use it in GitHub Desktop.
Proxmox Question Mark Icons

Potential Solution to icons on VMs and LXCs turning into question marks

Why? I don't know, but it was the last set of commands that I ran before things started working again, mostly from what I read online the issue seemed to be caused by storage issues, and I did have some corruption going one which I fixed but still had this issue, these last commnands fixed it apparently:

service pve-cluster stop
service corosync stop
service pvestatd stop
service pveproxy stop
service pvedaemon stop

service pve-cluster start
service corosync start
service pvestatd start
service pveproxy start
service pvedaemon start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment