First up, yes I have read and followed the guide: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye
Secondly I have checked that my /etc/hosts is correct, tested with hostname --ip-address and got the same ip-number.
I can dig my domain name to my internal DNS and do a reverse lookup.
I do have the PVE kernel installed:
I have checked that the sources.list and it checks out and gives no errors the I do a apt update.
Still... when I try to
apt install proxmox-ve postfix open-iscsi
It fails:
What shall do to fix this? I have read may posts fixed all the issues with network, packages and so forth still it fails. Please help!
Secondly I have checked that my /etc/hosts is correct, tested with hostname --ip-address and got the same ip-number.
I can dig my domain name to my internal DNS and do a reverse lookup.
Code:
127.0.0.1 localhost
10.1.1.100 pve2 pve2.domain.io pvelocalhost
Code:
# hostname --ip-address
10.1.1.100
I do have the PVE kernel installed:
Code:
root@pve2:/home/admin# uname -r
5.15.53-1-pve
I have checked that the sources.list and it checks out and gives no errors the I do a apt update.
Still... when I try to
apt install proxmox-ve postfix open-iscsi
It fails:
Code:
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libc-bin (2.31-13+deb11u4) ...
Processing triggers for rsyslog (8.2102.0-2+deb11u1) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for initramfs-tools (0.140) ...
update-initramfs: Generating /boot/initrd.img-5.15.53-1-pve
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
Processing triggers for proxmox-backup-file-restore (2.2.5-1) ...
Updating file-restore initramfs...
11388 blocks
Errors were encountered while processing:
postfix
pve-manager
proxmox-ve
E: Sub-process /usr/bin/dpkg returned an error code (1)
What shall do to fix this? I have read may posts fixed all the issues with network, packages and so forth still it fails. Please help!