[SOLVED] Proxmox newbie: Error 1006 when launching Shell or Update

myatix

New Member
Sep 17, 2024
4
1
3
Hi All,

I have a completely new install of Proxmox 8.2.2 with a single node and no cluster setup. I recently tried to update the node and I get an error:

TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/pve01 --perm Sys.Console -- /usr/bin/pveupgrade --shell' failed: exit code 1

The same error occurs if I try to open the shell or run an update from the GUI interface in Safari.

Here is my /etc/hosts config:

127.0.0.1 localhost.localdomain localhost
192.168.1.124 pve01.local pve01
 
Last edited:
hmm... are you using a proxy/reverse proxy or something else?

With a single node, this message should not appear. Do you see something in the logs? So please execute this command while you reproducing the error via SSH:
Code:
journalctl -f

Have all services been started cleanly?
Code:
systemctl --failed
 
@fireon Thank you for the response.

No services have failed and the response to the journalctl -f is below.

It doesn't mean a lot to me to be honest but I really appritiate the assistance. :)
 

Attachments

  • Screenshot 2024-09-17 at 15.13.45.png
    Screenshot 2024-09-17 at 15.13.45.png
    222.8 KB · Views: 15
Interesting... :confused:
Please post the output of the following commandos and please use the code function for a good overview, then it will be easier for us here ;)

Screenshot_20240917_155029.png

Code:
journalctl -r -p4

dmesg -l err

mount

lsblk -o +fstype

df -h
 
Hi Again,

I found the solution it would appear that it didn't like my version of safari browser. When I used Chrome the issue went away.

Safari Version 15.6.1
 
Last edited:
  • Like
Reactions: fireon
Hi Again,

I found the solution it would appear that it didn't like my version of safari browser. When I used Chrome the issue went away.

Safari Version 15.6.1
unbelievable... :eek:

Perfect . Please mark your thread as "solved". You can do this by editing your first post and setting the flag.
 
Last edited: