Upgrade issue from 4.4 to 5.x - Help!

Hamed Khoramyar

Active Member
Aug 27, 2018
3
0
41
48
Stockholm / Sweden
aivivid.com
Upgraded from 4.4 to 5.x, upgrade process went smoothly with no errors.

But after reboot, pve-manager does not work. First I had locale settings error, I added Swedish ( As it was nagging for ) with "dpkg-reconfigure locales" I added Swedish.

But still when I do "systemctl status pve-manager" I get:

Code:
● pve-manager.service
   Loaded: masked (/dev/null; bad)
   Active: inactive (dead)

and when I do "systemctl enable pve-manager" I get:

Code:
Synchronizing state of pve-manager.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable pve-manager
insserv: Service pveproxy has to be enabled to start service pve-manager
insserv: Service qemu-server has to be enabled to start service pve-manager
insserv: Service pvestatd has to be enabled to start service pve-manager
insserv: exiting now!
update-rc.d: error: insserv rejected the script header

Any ideas?
 
Hi,

can you please send the output of

Code:
pveversion -v
 
I guess something went wrong at the upgrade.
please try to install
proxmox-ve with:

> apt update
> apt install proxmox-ve
 
  • Like
Reactions: Hamed Khoramyar