„The host name ‚myHost‘ is invalid. Ensure the host name resolves to a valid ip address. Specify a valid host name and rerun the command.“ = loopback is not associated with hostname. Solution =
1 |
echo "127.0.0.1 $HOSTNAME" >>/etc/hosts |
-a-