hehe, so … if you ever change the hostname of a Linux machine, you really really ought to double-check /etc/hosts to make the same hostname change there
it’s surprising just how much will break if a machine’s own hostname isn’t resolvable to a 127.x.x.x address :P


There’s another way to change the hostname that isn’t etc/hosts?
no, you might have misunderstood
/etc/hosts is not where the hostname is configured
/etc/hostname for the actual hostname, and a mapping in /etc/hosts pointing it at a 127.x.x.x address
Ohh right yes. I only ever touch hostname once during install and then only hosts after that
Probably a systemd-somethingd.
Edit: yup