Am trying to install virtualmin and it doesn't like the hostname as the FQDN. When doing the Ubuntu install I called it BLAHBLAH-VPS. The virtualmin script trips over that and asks me for a FQDN. Since this machine is mostly a sandbox and will not be public to the outside, not sure what my /etc/hosts and /etc/hostname files should have in them.
/etc/hosts as follows:
127.0.0.1 localhost
127.0.1.1 blahblah-VPS
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
192.168.0.2 blahblahblah.is-a-geek.com
/etc/hostname as follows:
BLAHBLAH-VPS
There is some commentary regarding how the FQDN is a critical aspect of the virtualmin install.