Error message when I run sudo: unable to resolve host
1260 단어 sudo
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): That the /etc/hostname
file contains just the name of the machine. 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.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
sudo 할 때마다 귀여운 소녀에 매료되고 싶다! !아무래도, 오노카치오입니다. 갑작스럽지만 이것을 읽는 거기에 당신은 sudo 명령을 사용한 경험이 있습니까? 듣기까지도 경험이 있을까 생각합니다. 그런 여러분이라면, sudo를 하고 있을 때에, 잘 이렇게 생각하거나...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.