proxmox install on debian bookworm doesn't work

tkittich

New Member
Jan 10, 2023
4
0
1
Hi,

I've followed the document and installed Proxmox VE on a vm running debian bookworm server. After installation, the web ui couldn't be accessed and there're repeating errors in journald logs. Also, the folder /etc/pve is completely empty. So it seemed the ssl keys and firewall didn't get setup correctly. How do I fix that?
Code:
Sep 17 12:16:47 prox pveproxy[1050]: worker exit
Sep 17 12:16:47 prox pveproxy[1051]: worker exit
Sep 17 12:16:47 prox pveproxy[1052]: worker exit
Sep 17 12:16:47 prox pveproxy[981]: worker 1050 finished
Sep 17 12:16:47 prox pveproxy[981]: starting 1 worker(s)
Sep 17 12:16:47 prox pveproxy[981]: worker 1053 started
Sep 17 12:16:47 prox pveproxy[981]: worker 1051 finished
Sep 17 12:16:47 prox pveproxy[981]: starting 1 worker(s)
Sep 17 12:16:47 prox pveproxy[981]: worker 1054 started
Sep 17 12:16:47 prox pveproxy[981]: worker 1052 finished
Sep 17 12:16:47 prox pveproxy[981]: starting 1 worker(s)
Sep 17 12:16:47 prox pveproxy[1053]: /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 2025.
Sep 17 12:16:47 prox pveproxy[981]: worker 1055 started
Sep 17 12:16:47 prox pveproxy[1054]: /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 2025.
Sep 17 12:16:47 prox pveproxy[1055]: /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 2025.
Sep 17 12:16:48 prox proxmox-firewall[665]: proxmox_firewall: error updating firewall rules: failed to read guest map from /etc/pve/.vmlist
 
Last edited:
I've tried again. This time with a static IP set. The installation went flawlessly. So it seems dhcp ip was the cause of the errors.
Code:
# The loopback network interface
auto lo
iface lo inet loopback
 
# The primary network interface
auto enp0s5
iface enp0s5  inet static
 address 192.168.2.236/24
 gateway 192.168.2.254
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!