So, my proxmox install was originally location.domain.info, I recently moved to location.doman.pro
With a cloudflare tunnel pointed at the ip, it worked. I just rebooted my server for the first time since the domain change,
and upon boot pve doesn't start.
sudo systemctl status pve-manager
Can't manually start it.
Then when I look at my syslog, it does this repeatedly, every few seconds
sudo tail -f /var/log/syslog
So the system can't find the new ssl, I would run letsencrypt via terminal, but apache2 and nginx aren't even installed on my proxmox server.
So it just loops that error, what can I do in cli to register the domain and ssl??
I'm seeing some things from google, but am terrified of losing my proxmox configurations and vm's.
I would try
pvenode acme account register account-name mail@example.com
But am scared of losing everything.
sudo pvenode acme account register default D347h@pm.me
As far as I can tell, the ssl is the only issue, it's the only thing that's changed.
So if somebody could help me re-register to the new domain and new ssl, I need the help.
With a cloudflare tunnel pointed at the ip, it worked. I just rebooted my server for the first time since the domain change,
and upon boot pve doesn't start.
sudo systemctl status pve-manager
Code:
slatko@location:~$ sudo systemctl status pve-manager
● pve-guests.service - PVE guests
Loaded: loaded (/lib/systemd/system/pve-guests.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2023-09-25 19:42:32 CDT; 9min ago
Main PID: 2130 (code=exited, status=111)
CPU: 1.361s
Sep 25 19:42:33 location.ratz.pro systemd[1]: Starting PVE guests...
Sep 25 19:42:32 location.ratz.pro pvesh[2130]: ipcc_send_rec[1] failed: Connection refused
Sep 25 19:42:32 location.ratz.pro pvesh[2130]: ipcc_send_rec[2] failed: Connection refused
Sep 25 19:42:32 location.ratz.pro pvesh[2130]: ipcc_send_rec[3] failed: Connection refused
Sep 25 19:42:32 location.ratz.pro pvesh[2130]: Unable to load access control list: Connection refused
Sep 25 19:42:32 location.ratz.pro systemd[1]: pve-guests.service: Main process exited, code=exited, status=111/n/a
Sep 25 19:42:32 location.ratz.pro systemd[1]: pve-guests.service: Failed with result 'exit-code'.
Sep 25 19:42:32 location.ratz.pro systemd[1]: Failed to start PVE guests.
Sep 25 19:42:32 location.ratz.pro systemd[1]: pve-guests.service: Consumed 1.361s CPU time.
Can't manually start it.
Then when I look at my syslog, it does this repeatedly, every few seconds
sudo tail -f /var/log/syslog
Code:
slatko@location:~$ sudo tail -f /var/log/syslog
Sep 25 19:53:10 location pveproxy[1923]: worker 2988 finished
Sep 25 19:53:10 location pveproxy[1923]: starting 1 worker(s)
Sep 25 19:53:10 location pveproxy[2989]: worker exit
Sep 25 19:53:10 location pveproxy[1923]: worker 2991 started
Sep 25 19:53:10 location pveproxy[2990]: /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 1944.
Sep 25 19:53:10 location pveproxy[2991]: /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 1944.
Sep 25 19:53:10 location pveproxy[1923]: worker 2989 finished
Sep 25 19:53:10 location pveproxy[1923]: starting 1 worker(s)
Sep 25 19:53:10 location pveproxy[1923]: worker 2992 started
Sep 25 19:53:10 location pveproxy[2992]: /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 1944.
Sep 25 19:53:15 location pveproxy[2990]: worker exit
Sep 25 19:53:15 location pveproxy[2991]: worker exit
Sep 25 19:53:15 location pveproxy[1923]: worker 2990 finished
Sep 25 19:53:15 location pveproxy[1923]: starting 1 worker(s)
Sep 25 19:53:15 location pveproxy[1923]: worker 2995 started
Sep 25 19:53:15 location pveproxy[1923]: worker 2991 finished
Sep 25 19:53:15 location pveproxy[1923]: starting 1 worker(s)
Sep 25 19:53:15 location pveproxy[2992]: worker exit
Sep 25 19:53:15 location pveproxy[1923]: worker 2996 started
Sep 25 19:53:15 location pveproxy[2995]: /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 1944.
Sep 25 19:53:15 location pveproxy[2996]: /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 1944.
Sep 25 19:53:16 location pveproxy[1923]: worker 2992 finished
Sep 25 19:53:16 location pveproxy[1923]: starting 1 worker(s)
Sep 25 19:53:16 location pveproxy[1923]: worker 2997 started
Sep 25 19:53:16 location pveproxy[2997]: /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 1944.
So the system can't find the new ssl, I would run letsencrypt via terminal, but apache2 and nginx aren't even installed on my proxmox server.
So it just loops that error, what can I do in cli to register the domain and ssl??
I'm seeing some things from google, but am terrified of losing my proxmox configurations and vm's.
I would try
pvenode acme account register account-name mail@example.com
But am scared of losing everything.
Code:
slatko@location:~$ sudo pvenode account list
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
sudo pvenode acme account register default D347h@pm.me
slatko@location:~$ sudo pvenode acme account register default D347h@pm.me
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
As far as I can tell, the ssl is the only issue, it's the only thing that's changed.
So if somebody could help me re-register to the new domain and new ssl, I need the help.
Last edited: