sudo時出現unable to resolve host 的解決方法
Ubuntu環境, 假設這臺機器名字叫abc(機器的hostname), 每次執行sudo 就出現這個警告訊息:
sudo: unable to resolve host abc雖然sudo 還是可以正常執行, 但是警告訊息每次都出來,而這只是機器在反解上的問題, 所以就直接從/etc/hosts 設定, 讓abc(hostname) 可以解回127.0.0.1 的IP 即可.
解決方法
1. vi /etc/hosts 第一行資訊如下:127.0.0.1 localhost
2. 在127.0.0.1 localhost 後面加上主機名稱(hostname) 即可, /etc/hosts 內容修改成如下:
第一種方法:直接將hostname(abc)追加到後面
127.0.0.1 localhost abc #要保證這個名字與 /etc/hostname中的主機名一致才有效
第二種方法:可以分開寫
127.0.0.1 localhost127.0.0.1 abc
這樣設完後, 使用sudo 就不會再有那個提示資訊了。
相關文章
- sudo 出現unable to resolve host 解決方法
- Android Studio 出現“Cannot resolve symbol” 解決辦法AndroidSymbol
- 記錄:yum Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error解決CloudError
- 關於對連線資料庫時出現1130-host “**” is not allowed to connect to this MySql/mariadb server 的錯誤解決方法資料庫MySqlServer
- Host 'xxx' is not allowed to connect to this MySQL server 解決方法MySqlServer
- 完美解決呼叫“sudo rosdep init“命令時的報錯ROS
- ArchLinux出現ACPI ERROR的解決方法LinuxError
- Gradle Resolve dependecies 很長時間的解決辦法Gradle
- NFS掛載時出現”access denied by server while mounting”的解決方法NFSServerWhile
- ROS初始化時候sudo rosdep init rosdep update出現的各種問題親測成功的解決辦法(2020.12.29已解決!)ROS
- Linux:mount命令出現Host is down如何解決Linux
- sudo apt update時報錯 E: Unable to lock directory /var/lib/apt/lists/APT
- win10彈出usb時出現該裝置正在使用的解決方法Win10
- Mac SSH 連線出現 Host key verification failed. 錯誤解決MacAI
- eslint-plugin-import Unable to resolve path to moduleEsLintPluginImport
- nginx出現403錯誤的解決方法Nginx
- Mysql 錯誤日誌出現大量[Warning] Aborted connection to db user host的解決思路MySql
- Mysql host is blocked because of many connection errors;unblock解決方法MySqlBloCError
- PPT儲存時出現“連同字型儲存”彈窗的解決方法
- win7系統播放pptv時出現CPU100%的解決方法Win7
- 恢復備份例項時出現ORA-01659的解決方法UA
- 執行Tensorboard出現kernel is dead的解決方法ORB
- sublime出現 unable download.......
- Unable to execute SonarScanner analysis: Fail to get bootstrap index from server: Host is unreachable(Host unreachable)AIbootIndexServer
- sudo rosdep init 和 rosdep update 報錯的解決方法(簡單有效!)ROS
- AndroidStudio升級報錯Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve cAndroidAPPCompile
- python匯入dlib時出錯解決方法Python
- 解決MySql報錯:1130 - Host ‘xxx‘ is not allowed to connect to this MySQL server的方法MySqlServer
- 使用 sudo 命令出現錯誤
- win10系統下Cortana搜尋時出現卡頓的解決方法Win10
- CentOS 使用 sudo 提示使用者不在sudoers檔案中的解決方法CentOS
- 關於Failed to resolve的問題解決AI
- 解決jpa查詢時,Unable to locate Attribute with the the given name錯誤
- sudo rosdep init and rosdep update Error 手動新增+修改域名解決方法ROSError
- mac ping:can not resolve www.baidu.com:Unknown hostMacAI
- RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)RPCAPPAI
- Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa(解決的兩種方式)Go
- win10關機task host怎麼解決 win10電腦關機時出現taskhostwindow怎麼辦Win10