[SOLVED] Can't install proxmox6 on debian buster

nishuo

New Member
Mar 12, 2020
20
2
3
24
Code:
Unpacking proxmox-ve (6.1-2) ...
Setting up pve-manager (6.1-8) ...
Job for pvestatd.service failed because the control process exited with error code.
See "systemctl status pvestatd.service" and "journalctl -xe" for details.
dpkg: error processing package pve-manager (--configure):
 installed pve-manager package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of proxmox-ve:
 proxmox-ve depends on pve-manager; however:
  Package pve-manager is not configured yet.

dpkg: error processing package proxmox-ve (--configure):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.5-2) ...
Errors were encountered while processing:
 pve-manager
 proxmox-ve
E: Sub-process /usr/bin/dpkg returned an error code (1)

cat /etc/hosts

58.152.67.120 hkbl.oldssr.xyz              
# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


hostname --ip-address
58.152.67.120

hostname
hkbl.oldssr.xyz
 
Ok i solved it you need to make sure the hosts are correct.
Like this
Code:
root@hkbl:~# cat /etc/hosts
127.0.0.1 localhost
58.152.67.120 hkbl.oldssr.xyz hkbl
# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
 
okay great, always follow the docs!
 
  • Like
Reactions: nishuo