[Bug 195308] Re: unable to resolve host
techjacker
195308 at bugs.launchpad.net
Thu Nov 4 00:12:08 UTC 2010
*** This bug is a duplicate of bug 32906 ***
https://bugs.launchpad.net/bugs/32906
below is how I fixed the problem:
>Edit your /etc/hosts file to resemble the following example, replacing "12.34.56.78" with your Linode's IP address, "plato.bambookites.com" with your fully qualified domain name, and "plato" with your short hostname.
sudo nano /etc/hosts
127.0.0.1 localhost.localdomain localhost
12.34.56.78 plato.bambookites.com plato
> THEN make sure that /etc/hostname is the same:
sudo nano /etc/hostname
127.0.0.1 localhost.localdomain localhost
12.34.56.78 plato.bambookites.com plato
> THEN Set your hostname by issuing the following commands, replacing "plato" with your short hostname.
echo "plato" > /etc/hostname
hostname -F /etc/hostname
--
unable to resolve host
https://bugs.launchpad.net/bugs/195308
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-meta in ubuntu.
More information about the kernel-bugs
mailing list