I set a domain name to access the proxmox node and the virtual machine console works for me, but the on and off buttons do not work

namen3645

New Member
Apr 4, 2021
3
0
1
25
I set a domain name to access the proxmox node and the virtual machine console works for me, but the on and off buttons do not work

Console work fine

1647466099384.png

But buttons don't work, when i press stutdown / stop / pause / resume button i have this error

1647466177939.png

When i try connecting directly ( using ip and port ) i don't have this problems.
How i can fix this?
 
Hi, from the console it looks like you got a 501 error? That would indicate that a server can be reached, but that the request failed because the server cannot understand it. Since the rest of the interface seems to work, can you maybe provide some logs etc? The following commands should provide some insight:
Bash:
# system log
journalctl -xe

# check running services
systemctl | grep -v active
Either upload the outputs as a file or place them between [code][/code] tags. Thanks.
 
Bash:
root@pve01:~# journalctl -xe
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit UNIT has finished successfully.
░░
░░ The job identifier is 11.
Mar 17 14:53:47 pve01 systemd[167826]: Reached target Sockets.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit UNIT has finished successfully.
░░
░░ The job identifier is 3.
Mar 17 14:53:47 pve01 systemd[167826]: Reached target Basic System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit UNIT has finished successfully.
░░
░░ The job identifier is 2.
Mar 17 14:53:47 pve01 systemd[167826]: Reached target Main User Target.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit UNIT has finished successfully.
░░
░░ The job identifier is 1.
Mar 17 14:53:47 pve01 systemd[167826]: Startup finished in 302ms.
░░ Subject: User manager start-up is now complete
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The user manager instance for user 0 has been started. All services queued
░░ for starting have been started. Note that other services might still be starting
░░ up or be started at any later time.
░░
░░ Startup of the manager took 302090 microseconds.
Mar 17 14:53:47 pve01 systemd[1]: Started User Manager for UID 0.
░░ Subject: A start job for unit user@0.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit user@0.service has finished successfully.
░░
░░ The job identifier is 828.
Mar 17 14:53:47 pve01 systemd[1]: Started Session 25 of user root.
░░ Subject: A start job for unit session-25.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit session-25.scope has finished successfully.
░░
░░ The job identifier is 905.
Mar 17 14:53:47 pve01 login[167846]: ROOT LOGIN  on '/dev/pts/0'
lines 2728-2783/2783 (END)

Bash:
root@pve01:~# systemctl | grep -v active
  UNIT                                                                                             LOAD   ACTIVE     SUB       DESCRIPTION
  dev-fuse.device                                                                                  loaded activating tentative /dev/fuse

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.
To show all installed unit files use 'systemctl list-unit-files'.
root@pve01:~#
 
Ah sorry mixed up that last command, it should be systemctl | grep pve.
 
Bash:
root@pve01:~# systemctl | grep pve
  etc-pve.mount                                                                                    loaded active     mounted   /etc/pve
  pve-cluster.service                                                                              loaded active     running   The Proxmox VE cluster filesystem
  pve-firewall.service                                                                             loaded active     running   Proxmox VE firewall
  pve-guests.service                                                                               loaded active     exited    PVE guests
  pve-ha-crm.service                                                                               loaded active     running   PVE Cluster HA Resource Manager Daemon
  pve-ha-lrm.service                                                                               loaded active     running   PVE Local HA Resource Manager Daemon
  pve-lxc-syscalld.service                                                                         loaded active     running   Proxmox VE LXC Syscall Daemon
  pvebanner.service                                                                                loaded active     exited    Proxmox VE Login Banner
  pvedaemon.service                                                                                loaded active     running   PVE API Daemon
  pvefw-logger.service                                                                             loaded active     running   Proxmox VE firewall logger
  pvenetcommit.service                                                                             loaded active     exited    Commit Proxmox VE network changes
  pveproxy.service                                                                                 loaded active     running   PVE API Proxy Server
  pvescheduler.service                                                                             loaded active     running   Proxmox VE scheduler
  pvestatd.service                                                                                 loaded active     running   PVE Status Daemon
  pve-storage.target                                                                               loaded active     active    PVE Storage Target
  pve-daily-update.timer                                                                           loaded active     waiting   Daily PVE download activities
root@pve01:~#
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!