sudo: unable to resolve host HOSTNAMEAfter a bit of googling I found that it was already reported : Bug #195308.
Here is the solution (if it ever happens to you):
- Open Terminal
- Edit your /etc/hosts file
sudo vim /etc/hosts
- There replace :
127.0.1.1 hostname.domainname
with127.0.1.1 hostname
Example in my case:
Hostname : gnutop
Domainname: workgroup - Save and Exit
This worked for me as a charm and thought of removing Ubuntu remained a thought.. now Ubuntu is as fast as ever.
No comments:
Post a Comment