I installed proxmox starting from a debian 11, I saw that if in the / etc / hosts there is the entry 127.0.1.1 with the fqdn the pve-cluster daemon fails to start.
Clearly during the installation of proxmox I removed the entry
When the server restarts it reappears and I fail to start the service.
Is there any service I need to turn off to make sure that doesn't happen?
for example my /etc/hosts is
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
141.10.47.22 test.domain.com test
after reboot is
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
141.10.47.22 test.domain.com test
127.0.1.1 test.domain.com test
and the pve-cluster fail to start
Thanks
Clearly during the installation of proxmox I removed the entry
When the server restarts it reappears and I fail to start the service.
Is there any service I need to turn off to make sure that doesn't happen?
for example my /etc/hosts is
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
141.10.47.22 test.domain.com test
after reboot is
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
141.10.47.22 test.domain.com test
127.0.1.1 test.domain.com test
and the pve-cluster fail to start
Thanks
Last edited: