sudo:无法解析主机
Tofloor
poster avatar
Answer_1225
deepin
2017-11-02 23:53
Author
使用sudo命令的时候总是会提示“sudo:无法解析主机”,但是不会影响正常使用




Reply Favorite View the author
All Replies
avatar
woodelf
deepin
2017-11-03 00:15
#1
你的/etc/hosts贴出来看一下,大概是里面有不符合规范的主机名配置。
Reply View the author
avatar
cbfjw
deepin
2017-11-03 05:55
#2
/etc/hosts里的 hostname与主机hostname 不一致。大多时修改了host。
Reply View the author
avatar
jiangzm
deepin
2017-11-03 06:21
#3
你应该是修改host的时候改了下。你试试修改这几行。linux那边填hostname

Reply View the author
avatar
Experience
deepin
2017-11-03 16:46
#4
如果我修改hosts肯定不会去动开头那几行
Reply View the author
avatar
wjk
deepin
2017-11-05 06:54
#5
在hosts文件里加上一行就好:
127.0.0.1 你的主机名
Reply View the author