리눅스 일반
unable to resolve host
똑똑한 영장류
2015. 8. 4. 15:34
sudo: unable to resolve host
명령을 쳤더니 아래 메세지가 계속 보이네...
sudo: unable to resolve host
/etc/hostname 에 기록되어 있는 호스트명이 /etc/hosts 에 없어서 그렇단다.
/etc/hosts 에 같은 호스트명을 아래처럼 기록해주면 된다.
sudo nano /etc/hosts
아래 내용처럼...
127.0.0.1 myhostname