Ho fatto una installazione di debian (veramente yunohost, ma vabbè) in modo scimmiesco, facendomi dare l'indirizzo da DHCP.
Una volta verificato due cose, l'ho staticizzato in /etc/network/interfaces e in /etc/hosts, ma se vado a vedere in /etc/resolv.conf: root@vyhlpb1:~# cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN # 127.0.0.53 is the systemd-resolved stub resolver. # run "resolvectl status" to see details about the actual nameservers. nameserver 127.0.0.1 il problema è che non risulta installato ne systemd-resolved ne resolvectl: root@vyhlpb1:~# dpkg -l | egrep 'resolve(d|c)' root@vyhlpb1:~# 'resolvconf' invece è installato: e perchè fa riferimento a systemd? Uffa... 'ste cose mi fanno sentire vecchio... ;-) --

