首页 > 其他 > 详细

Error message when I run sudo: unable to resolve host

时间:2015-08-31 19:48:52      阅读:326      评论:0      收藏:0      [点我收藏+]

I have this issue on AWS on some servers. Whenever I run sudo the terminal is stuck doing seemingly nothing, until it finally spits out this error message. My terminal looks like this:

ubuntu@(none):~$ sudo true
sudo: unable to resolve host (none)

What can I do to solve it?

Please post the contents of /etc/hostname and /etc/hosts

make sure your hostname same with hosts. e.g. the hostname is ubuntu-pc and hosts is ubuntu-pcmust be same.

wo things to check (assuming your machine is called my-machine, you can change this as appropriate):

  1. That the /etc/hostname file contains just the name of the machine.

  2. That /etc/hosts has an entry for localhost. It should have something like:

     127.0.0.1    localhost.localdomain localhost
     127.0.1.1    my-machine

If either of these files aren‘t correct (since you can‘t sudo), you may have to reboot the machine into recovery mode and make the modifications, then reboot to your usual environment.



本文出自 “PETER-疏狂少年” 博客,请务必保留此出处http://petervip.blog.51cto.com/3790959/1690217

Error message when I run sudo: unable to resolve host

原文:http://petervip.blog.51cto.com/3790959/1690217

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!