HI.
I'm running proxmix 7.0.xxx dont remember the last part.
I was working on one of my guest OS through console via web interface. and suddently the web interface of proxmox no longer responded.
I have looked through the entire forum, and tried some different things, apt dist-upgrade and apt install --reinstall libtemplate-perl. But none has fixed my issue.
I'm testing out proxmox before i do the big move from ESXi to Proxmox on my homelab.
I'm running proxmix 7.0.xxx dont remember the last part.
I was working on one of my guest OS through console via web interface. and suddently the web interface of proxmox no longer responded.
I have looked through the entire forum, and tried some different things, apt dist-upgrade and apt install --reinstall libtemplate-perl. But none has fixed my issue.
Code:
root@pve-optiplex:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Mon 2021-10-04 23:35:03 CEST; 8min ago
Process: 1964 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=killed, signal=SEGV)
Process: 1965 ExecStart=/usr/bin/pveproxy start (code=killed, signal=SEGV)
CPU: 412ms
Oct 04 23:35:03 pve-optiplex systemd[1]: pveproxy.service: Scheduled restart job, restart counter is at 5.
Oct 04 23:35:03 pve-optiplex systemd[1]: Stopped PVE API Proxy Server.
Oct 04 23:35:03 pve-optiplex systemd[1]: pveproxy.service: Start request repeated too quickly.
Oct 04 23:35:03 pve-optiplex systemd[1]: pveproxy.service: Failed with result 'signal'.
Oct 04 23:35:03 pve-optiplex systemd[1]: Failed to start PVE API Proxy Server.
root@pve-optiplex:~#
root@pve-optiplex:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.26.1.9 pve-optiplex.local pve-optiplex
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
root@pve-optiplex:~#
I'm testing out proxmox before i do the big move from ESXi to Proxmox on my homelab.