hi,
I'm new to proxmox and am just fooling around a bit with it before I want to deploy it to my home setup.
In my test setup I just removed a node out of a cluster and rebooted it. Now I can't access the WebUI of said node.
How can I list proxmox services and if they are running? Is journalctl -xe the only "logfile"?
It seems pveproxy is not starting. All I get from systemctl pveproxy status is:
journalctl -xe gives me:
this is not really giving me answers as to why they are failing to start. Or am I overlooking something?
best regards,
RockNLol
I'm new to proxmox and am just fooling around a bit with it before I want to deploy it to my home setup.
In my test setup I just removed a node out of a cluster and rebooted it. Now I can't access the WebUI of said node.
How can I list proxmox services and if they are running? Is journalctl -xe the only "logfile"?
It seems pveproxy is not starting. All I get from systemctl pveproxy status is:
Code:
root@proxmoxle:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2020-09-13 13:24:41 CEST; 4s ago
Process: 2779 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 2781 ExecStart=/usr/bin/pveproxy start (code=exited, status=255/EXCEPTION)
Sep 13 13:24:41 proxmoxle systemd[1]: pveproxy.service: Service RestartSec=100ms expired, scheduling restart.
Sep 13 13:24:41 proxmoxle systemd[1]: pveproxy.service: Scheduled restart job, restart counter is at 5.
Sep 13 13:24:41 proxmoxle systemd[1]: Stopped PVE API Proxy Server.
Sep 13 13:24:41 proxmoxle systemd[1]: pveproxy.service: Start request repeated too quickly.
Sep 13 13:24:41 proxmoxle systemd[1]: pveproxy.service: Failed with result 'exit-code'.
Sep 13 13:24:41 proxmoxle systemd[1]: Failed to start PVE API Proxy Server.
journalctl -xe gives me:
Code:
Sep 13 13:24:41 proxmoxle systemd[1]: pvedaemon.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit pvedaemon.service has entered the 'failed' state with result 'exit-code'.
Sep 13 13:24:41 proxmoxle systemd[1]: Failed to start PVE API Daemon.
-- Subject: A start job for unit pvedaemon.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit pvedaemon.service has finished with a failure.
--
-- The job identifier is 3064 and the job result is failed.
Sep 13 13:24:41 proxmoxle systemd[1]: pveproxy.service: Start request repeated too quickly.
Sep 13 13:24:41 proxmoxle systemd[1]: pveproxy.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit pveproxy.service has entered the 'failed' state with result 'exit-code'.
Sep 13 13:24:41 proxmoxle systemd[1]: Failed to start PVE API Proxy Server.
-- Subject: A start job for unit pveproxy.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
this is not really giving me answers as to why they are failing to start. Or am I overlooking something?
best regards,
RockNLol