So I've decided to try out Proxmox on a VPS and installed it on top of a fresh Debian 9 instance by following https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch
My hosting is known to work fine with nested virtualization in general: I've tried it out with kvm/qemu+virtmanager before.
The following Proxmox daemons fail to load though. Here are the diagnostics I've gathered for those services:
Any ideas if there's a fix?
My hosting is known to work fine with nested virtualization in general: I've tried it out with kvm/qemu+virtmanager before.
The following Proxmox daemons fail to load though. Here are the diagnostics I've gathered for those services:
Code:
root@vpshost:~# systemctl status pveproxy.service >> errors
root@vpshost:~# systemctl status pve-guests.service >> errors
root@vpshost:~# systemctl status pve-ha-crm.service >> errors
root@vpshost:~# systemctl status pve-ha-lrm.service >> errors
root@vpshost:~# systemctl status smartd.service >> errors
root@vpshost:~# cat errors
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/lib/systemd/system/pvedaemon.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2022-08-23 20:12:53 MSK; 48s ago
Process: 23993 ExecStop=/usr/bin/pvedaemon stop (code=exited, status=2)
Process: 14591 ExecStart=/usr/bin/pvedaemon start (code=exited, status=255)
Main PID: 1083 (code=killed, signal=KILL)
CPU: 1.243s
Aug 23 20:12:51 vpshost systemd[1]: Starting PVE API Daemon...
Aug 23 20:12:53 vpshost pvedaemon[14591]: start failed - can't put server into background - fork failed at /usr/share/perl5/PVE/Daemon.pm line 322.
Aug 23 20:12:53 vpshost pvedaemon[14591]: start failed - can't put server into background - fork failed at /usr/share/perl5/PVE/Daemon.pm line 322.
Aug 23 20:12:53 vpshost systemd[1]: pvedaemon.service: Control process exited, code=exited status=255
Aug 23 20:12:53 vpshost systemd[1]: Failed to start PVE API Daemon.
Aug 23 20:12:53 vpshost systemd[1]: pvedaemon.service: Unit entered failed state.
Aug 23 20:12:53 vpshost systemd[1]: pvedaemon.service: Failed with result 'exit-code'.
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-08-20 01:25:27 MSK; 3 days ago
Process: 1466 ExecStart=/usr/bin/pveproxy start (code=exited, status=2)
CPU: 494ms
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
● pve-guests.service - PVE guests
Loaded: loaded (/lib/systemd/system/pve-guests.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-08-20 01:20:32 MSK; 3 days ago
Process: 1179 ExecStart=/usr/bin/pvesh --nooutput create /nodes/localhost/startall (code=exited, status=2)
Main PID: 1179 (code=exited, status=2)
CPU: 528ms
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
● pve-ha-crm.service - PVE Cluster Ressource Manager Daemon
Loaded: loaded (/lib/systemd/system/pve-ha-crm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-08-20 01:20:30 MSK; 3 days ago
Process: 1100 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=2)
CPU: 465ms
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
● pve-ha-lrm.service - PVE Local HA Ressource Manager Daemon
Loaded: loaded (/lib/systemd/system/pve-ha-lrm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-08-20 01:20:31 MSK; 3 days ago
Process: 1152 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=2)
CPU: 515ms
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
● smartd.service - Self Monitoring and Reporting Technology (SMART) Daemon
Loaded: loaded (/lib/systemd/system/smartd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-08-20 01:20:23 MSK; 3 days ago
Docs: man:smartd(8)
man:smartd.conf(5)
Process: 503 ExecStart=/usr/sbin/smartd -n $smartd_opts (code=exited, status=17)
Main PID: 503 (code=exited, status=17)
CPU: 18ms
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
root@vpshost:~#
Any ideas if there's a fix?