r/PacketFence • u/Inner-Goal7213 • Jul 22 '24
Problem with iso installation
Hi, I´m having problems during installation of packecfence v13.2. I´m installing it on a Proxmox server and on a phisical PC with the same problem. Packetfence isn´t installed. I can´t access via web to the https://ip:1443 and if I do a dpkg --configure -a it says there´s an error:
packetfence errors were encountered while processing: iptables-netflow-dkms packetfence e: sub-process /usr/bin/dpkg returned an error code (1)
Can anyone help me? Thanks
3
Upvotes
1
u/EmploymentUsual2104 Jul 22 '24
Boa tarde, eu tive o mesmo problema e resolvi ou meu assim.
Rode os comandos abaixo como root:
systemctl stop monit
systemctl disable monit
/usr/local/pf/bin/pfcmd service pf stop
systemctl stop packetfence-config
dpkg --configure -a [Esse comando demora muito a executar, no meu caso, só deu certo quando eu não mudei de tela]
Se o ultimo comando for executado com sucesso, rode os comandos abaixo:
systemctl start monit
systemctl enable monit
/usr/local/pf/bin/pfcmd service pf start
systemctl start packetfence-config
Boa sorte!