i have problem when i execute apt install proxmox-ve or apt install proxmox-ve postfix open-iscsi

firestorme

New Member
May 1, 2021
4
0
1
24
when i execute one of this commands :

apt install proxmox-ve or apt install proxmox-ve postfix open-iscsi​

its told me this error :


Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :

Les paquets suivants contiennent des dépendances non satisfaites :
criu : Dépend: python-future mais il n'est pas installable
Dépend: python-ipaddr mais il n'est pas installable
Dépend: python-protobuf mais il n'est pas installable
libpve-u2f-server-perl : Dépend: perlapi-5.28.1 mais il n'est pas installable
librados2-perl : Dépend: perlapi-5.28.1 mais il n'est pas installable
proxmox-ve : Dépend: pve-qemu-kvm mais il n'est pas installable
pve-cluster : Dépend: corosync (>= 2.3.4-1) mais ne sera pas installé
Dépend: libqb0 (>= 0.17.1-1) mais il n'est pas installable
Dépend: perlapi-5.28.1 mais il n'est pas installable
Dépend: libcmap4 (>= 1.99.9) mais ne sera pas installé
Dépend: libcpg4 (>= 2.3.4-1) mais ne sera pas installé
Dépend: libquorum5 (>= 2.3.4-1) mais ne sera pas installé
qemu-server : Dépend: pve-qemu-kvm (>= 3.0.1-62) mais il n'est pas installable
Dépend: libjson-c3 (>= 0.10) mais il n'est pas installable
spiceterm : Dépend: pve-qemu-kvm mais il n'est pas installable
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».



its french but you can translate this guys any help !?
 
Last edited:
Please post the full output of:

> apt update
 
i just fix that by add somethings from debian source list but now it remove this :

criu : Dépend: python-future mais il n'est pas installable
Dépend: python-ipaddr mais il n'est pas installable
Dépend: python-protobuf mais il n'est pas installable
libpve-u2f-server-perl : Dépend: perlapi-5.28.1 mais il n'est pas installable
librados2-perl : Dépend: perlapi-5.28.1 mais il n'est pas installable
proxmox-ve : Dépend: pve-qemu-kvm mais il n'est pas installable
pve-cluster : Dépend: corosync (>= 2.3.4-1) mais ne sera pas installé
Dépend: libqb0 (>= 0.17.1-1) mais il n'est pas installable
Dépend: perlapi-5.28.1 mais il n'est pas installable
Dépend: libcmap4 (>= 1.99.9) mais ne sera pas installé
Dépend: libcpg4 (>= 2.3.4-1) mais ne sera pas installé
Dépend: libquorum5 (>= 2.3.4-1) mais ne sera pas installé
qemu-server : Dépend: pve-qemu-kvm (>= 3.0.1-62) mais il n'est pas installable
Dépend: libjson-c3 (>= 0.10) mais il n'est pas installable
spiceterm : Dépend: pve-qemu-kvm mais il n'est pas installable

to this :

libpve-u2f-server-perl : Dépend: perlapi-5.28.1
librados2-perl : Dépend: perlapi-5.28.1
pve-cluster : Dépend: perlapi-5.28.1


were i can found the source list of this things?

ps : i have already perl-base so when i run apt install perlapi-5.28.1 it told me this :


┌──(rootFirestorme)-[/home/firestorme]
└─# apt-get install perlapi-5.28.1
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Le paquet perlapi-5.28.1 est un paquet virtuel fourni par :
perl-base 5.28.1-6+deb10u1 [Pas de version candidate]

E: Le paquet « perlapi-5.28.1 » n'a pas de version susceptible d'être installée


any help pls !?

Firestorme
 
Last edited:
you cannot install pve on kali linux, only debian
 
you cannot install pve on kali linux, only debian
okay so i install proxmox-ve and now the localhost dont work i config the /etc/hosts and /etc/network/interfaces and when i do systemctl restart networking and ifup vmbr1 its not working the website dont show and 2. when i go to /etc/network/interfaces i found only this :



GNU nano 3.2 /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback


so i add this things and now its like this :

GNU nano 3.2 /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

auto vmbr1
iface vmbr1 inet static
address 192.168.1.140/24
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
bridge_maxwait 0




so i dont know why its not working
and thank you. and can i have help online like screen share or anydesk for help me?
 
Last edited:
address 192.168.1.140/24
netmask 255.255.255.255
that looks wrong, /24 would mean a netmask of 255.255.255.0

also check that your hostname (/etc/hostname) and entry in /etc/hosts match (if you want us to check it out, please post it)

and thank you. and can i have help online like screen share or anydesk for help me?
if you want private support check out our support subscriptions: https://proxmox.com/en/proxmox-ve/pricing (but we do not do screen share, only ssh / ticket system )
 

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!