User Tools

Site Tools


proxmox:troubleshooting:nonvc_fails_to_connect_with_server_disconnected_code:1006

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:troubleshooting:nonvc_fails_to_connect_with_server_disconnected_code:1006 [2021/07/23 08:09] peterproxmox:troubleshooting:nonvc_fails_to_connect_with_server_disconnected_code:1006 [2021/07/24 17:16] (current) peter
Line 2: Line 2:
  
 Trying to connect to a console within Proxmox returns the following error message: **Server disconnected (code: 1006)**. Trying to connect to a console within Proxmox returns the following error message: **Server disconnected (code: 1006)**.
 +
 +<code bash>
 +TASK ERROR: command '/usr/bin/termproxy 5901 --path /nodes/pve --perm Sys.Console -- /bin/login -f root' failed: exit code 1
 +</code>
  
 ---- ----
Line 26: Line 30:
 rm -rf /etc/pve/pve-root-ca.pem rm -rf /etc/pve/pve-root-ca.pem
 rm -rf /etc/pve/priv/pve-root-ca.key rm -rf /etc/pve/priv/pve-root-ca.key
-rm -rf /etc/pve/nodes/pve01/pve-ssl.pem +rm -rf /etc/pve/nodes/pve/pve-ssl.pem 
-rm -rf /etc/pve/nodes/pve01/pve-ssl.key+rm -rf /etc/pve/nodes/pve/pve-ssl.key
 rm /etc/pve/pve-root-ca.pem /etc/pve/priv/pve-root-ca.key rm /etc/pve/pve-root-ca.pem /etc/pve/priv/pve-root-ca.key
  
Line 63: Line 67:
 **NOTE:**  The vncproxy is failing. **NOTE:**  The vncproxy is failing.
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Check if the websockify service is running =====
 +
 +<code bash>
 +ps aux |grep websoc
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  The **socat** package needs to be installed on the server.
 +</WRAP>
 +
  
 ---- ----
proxmox/troubleshooting/nonvc_fails_to_connect_with_server_disconnected_code/1006.1627027772.txt.gz · Last modified: 2021/07/23 08:09 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki