[SOLVED] dpkg dependency problems while installing proxmox 4

DocAnoniem

New Member
Mar 4, 2017
3
0
1
34
Greetings, I've been attempting to install proxmox onto my server for a bit now and every time I try to download the needed software it comes up with an error
Code:
apt install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi

This is what happens after I run that command

Code:
root@dellper610:~# apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi systemd-sysv
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ntp is already the newest version.
open-iscsi is already the newest version.
ssh is already the newest version.
postfix is already the newest version.
systemd-sysv is already the newest version.
proxmox-ve is already the newest version.
ksm-control-daemon is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up pve-firewall (2.0-33) ...
Failed to reload-or-restart pve-firewall.service: Unit pve-firewall.service is masked.
dpkg: error processing package pve-firewall (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of qemu-server:
 qemu-server depends on pve-firewall; however:
  Package pve-firewall is not configured yet.

dpkg: error processing package qemu-server (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of pve-manager:
 pve-manager depends on qemu-server (>= 1.1-1); however:
  Package qemu-server is not configured yet.
 pve-manager depends on pve-firewall; however:
  Package pve-firewall is not configured yet.

dpkg: error processing package pve-manager (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of proxmox-ve:
 proxmox-ve depends on pve-manager; however:
  Package pve-manager is not configured yet.
 proxmox-ve depends on qemu-server; however:
  Package qemu-server is not configured yet.

dpkg: error processing package proxmox-ve (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of pve-ha-manager:
 pve-ha-manager depends on qemu-server; however:
  Package qemu-server is not configured yet.

dpkg: error processing package pve-ha-manager (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of pve-container:
 pve-container depends on pve-ha-manager; however:
  Package pve-ha-manager is not configured yet.

dpkg: error processing package pve-container (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pve-firewall
 qemu-server
 pve-manager
 proxmox-ve
 pve-ha-manager
 pve-container
E: Sub-process /usr/bin/dpkg returned an error code (1)

I've looked over other threads and it hasn't helped me any and I went through all of the installation steps in the Wiki

Thanks.
 
The issue is PVE-firewall is not able to start / be configured causing other services to fail.

Is there anything in the logs directory or the status output of pve-firewall?
 
The issue is PVE-firewall is not able to start / be configured causing other services to fail.

Is there anything in the logs directory or the status output of pve-firewall?
It's masked and inactive(dead) that's the only thing I can find and I haven't found a way to unmask the firewall
Code:
root@dellper610:~# service pve-firewall status
● pve-firewall.service
   Loaded: masked (/dev/null)
   Active: inactive (dead)
 

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!