pimox / pimox7

Proxmox V7 for Raspberry Pi
1.74k stars 156 forks source link

Fix for dpkg error while installing pve-manager #90

Closed LearnLinuxTV closed 2 years ago

LearnLinuxTV commented 2 years ago

While running the script, the following error will appear during the process:

proxmox-ve depends on pve-manager; however: Package pve-manager is not configured yet.

This appears to be a combination of upstream issues and race conditions. Installing pve-manager by itself, prior to installing the proxmox-ve package, along with disabling optional dependencies, seems to fix this issue.

This pull request has the script install pve-manager early, before the other packages, so that it's already installed and configured by the time the remainder of the script performs the remaining functions.

aanon4 commented 2 years ago

Thanks!

MozerBYU commented 2 years ago

I'm noticing the same issue. However, I'm also running into issues getting pve-manager installed with unmet dependencies (peralapi, libssl1.1, libgnutlsxx, libproxmox-backup-qemu, liburing1).