Restart webgui

pmlearner

Member
Jul 9, 2019
25
0
6
55
I've stopped the webgui at some point in the past and now want to restart it.

I tried:

systemctl start pveproxy

but get in the logs:

pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2020-06-08 04:34:38 CEST; 18s ago
Process: 13141 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=22)
Process: 13142 ExecStart=/usr/bin/pveproxy start (code=exited, status=255/EXCEPTION)

Jun 08 04:34:38 Proxmox-VE systemd[1]: pveproxy.service: Service RestartSec=100ms expired, scheduling restart.
Jun 08 04:34:38 Proxmox-VE systemd[1]: pveproxy.service: Scheduled restart job, restart counter is at 5.
Jun 08 04:34:38 Proxmox-VE systemd[1]: Stopped PVE API Proxy Server.
Jun 08 04:34:38 Proxmox-VE systemd[1]: pveproxy.service: Start request repeated too quickly.
Jun 08 04:34:38 Proxmox-VE systemd[1]: pveproxy.service: Failed with result 'exit-code'.
Jun 08 04:34:38 Proxmox-VE systemd[1]: Failed to start PVE API Proxy Server.


Any advice? What is the official list of services to start/restart for the web gui? Thanks in advance.
 
What versions are installed? Please post the output of pveversion -v

Do you see more log output if you run journalctl -u pveproxy.service that might give more info on what happened?