[SOLVED] Issue after power outage

RebelRouting

New Member
Aug 8, 2023
2
0
1
Hello, I recently had a power outage and my Proxmox server is having trouble coming back online. I am getting the following errors:


Code:
pveproxy.service - PVE API Proxy Server
     Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
     Active: active (running) since Tue 2023-08-08 12:03:11 MST; 8min ago
    Process: 926 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=111)
    Process: 927 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
   Main PID: 928 (pveproxy)
      Tasks: 4 (limit: 9252)
     Memory: 139.6M
        CPU: 37.172s
     CGroup: /system.slice/pveproxy.service
             ├─ 928 pveproxy
             ├─1290 "pveproxy worker"
             ├─1291 "pveproxy worker"
             └─1292 "pveproxy worker"

Aug 08 12:12:04 raynor pveproxy[928]: starting 2 worker(s)
Aug 08 12:12:04 raynor pveproxy[928]: worker 1290 started
Aug 08 12:12:04 raynor pveproxy[928]: worker 1291 started
Aug 08 12:12:04 raynor pveproxy[1287]: worker exit
Aug 08 12:12:04 raynor pveproxy[1290]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2009.
Aug 08 12:12:04 raynor pveproxy[1291]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2009.
Aug 08 12:12:04 raynor pveproxy[928]: worker 1287 finished
Aug 08 12:12:04 raynor pveproxy[928]: starting 1 worker(s)
Aug 08 12:12:04 raynor pveproxy[928]: worker 1292 started
Aug 08 12:12:04 raynor pveproxy[1292]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 2009.

I found several threads with similar errors and tried those fixes but they did not seem to correct it. Has anyone come across this issue recently?
 
Turns out I had changed the hostname from pve to something else but never updated the host file. . . doh! All set and back up and running now.