[SOLVED] proxmox on debian

chamseddine

Active Member
Mar 23, 2018
13
0
41
48
Tunisie
hi,

i have a laptop (i7 + intel 4000 + geforce 710M +8G ram + 240G ssd + 1T hdd) for testing and daily use
(no it's not my server; in prod i use dell poweredge R630 , proxmox up to date and mainly working great : thanks ... )


my attempt to combine last lmde: linuxmint-Debian (also known as debbie 4) ---> fail

second attempt to install proxmox over original debian 10.6 (cinnamon) fresh install also ---> fail


both same error "cant install proxmox-ve because cant configure pve-manager"


any idea ? !!
thanks.
 
  • Like
Reactions: bobmc
hi,

have you seen this wiki page [0]

likely because you haven't added the correct entry in /etc/hosts file. see section 2.1

[0]: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Buster
yes my /etc/hosts :
127.0.0.1 localhost
192.168.1.15 mox

after modif /etc/hosts to :
127.0.0.1 localhost.localdomain localhost
192.168.1.15 mox.test.local mox

install success .... (debian 10.6 cinnamon)
power in details : ..... localhost.localdomain some times it's not there by default

thanks a lot ...
 
Last edited: