Difference between revisions of "PVE Troubleshooting"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 3: Line 3:
Example:
Example:


<pre>
<syntaxhighlight lang="sh">
root@proxmox-pve:~# qm list
root@proxmox-pve:~# qm list
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[1] failed: Connection refused
Line 9: Line 9:
ipcc_send_rec[3] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
Unable to load access control list: Connection refused
</pre>
</syntaxhighlight>


Nearly every Google hit is discussion about how to get your cluster working again...  :|
Nearly every Google hit is discussion about how to get your cluster working again...  :|


The actual problem, OTOH...  Appears to be that, if your hostname doesn't match what's in /etc/hosts qm gets lost...
The actual problem, OTOH...  Appears to be that, if your hostname doesn't match what's in /etc/hosts qm gets lost...

Revision as of 14:09, 17 July 2022

For some reason, the denizens of the Internet assume that all difficulties when using PVE stem from screwing up your cluster.  This is kind of odd when you consider that, sometimes, PVE servers run on their own...

qm commands fail hard

Example:

root@proxmox-pve:~# qm list
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused

Nearly every Google hit is discussion about how to get your cluster working again...  :|

The actual problem, OTOH... Appears to be that, if your hostname doesn't match what's in /etc/hosts qm gets lost...