解決Centos7 yum 出現could not retrieve mirrorlist 錯誤
剛通過VMware12安裝了centos7.x後,使用ip addr檢視centos區域網的ip發現沒有,使用yum安裝一些工具包時也出現報錯:
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=os error was
14: PYCURL ERROR 6 - “Couldn’t resolve host ‘mirrorlist.centos.org’”
Error: Cannot find a valid baseurl for repo: base
使用yum無法檢索到映象列表,解決方法如下。
-
cd /etc/sysconfig/network-scripts 進入該資料夾後,然後再ls一下,檢視是否有ifcfg-ens33,有時是ifcfg-eth0
-
vi ifcfg-ens33 進入VI的一般模式,移動游標到ONBOOT=no
-
按下"i"進入VI的編輯模式,把no刪除改為yes
-
修改後按下esc再次進入一般模式,再按下":"到檔案底部,在“:”後輸入 “wq” (儲存退出)
-
重啟一下centos,再次試一下ip addr和 yum, 就可以了。
附加: 如果在network-scripts裡找到的是ifcfg-eth0檔案,那就把以下兩項改成如下,最後重啟就行。
ONBOOT=yes MM_CONTROLLED=no
相關文章
- 新安裝的Centos7 yum 出現could not retrieve mirrorlist 最終解決方案CentOS
- Centos7中Could not resolve host: mirrorlist.centos.org; 未知的錯誤"CentOS
- Intellij IDEA使用@Autowired註解,出現could not autowire錯誤,解決方案IntelliJIdea
- Go:錯誤 could not launch process: EOF 解決Go
- centos7部署瓦力可能出現的錯誤以及解決方案CentOS
- CentOS7 yum 報錯: Cannot retrieve metalink for repository: epel. Please verify its path and try againCentOSAI
- Linux yum提示Loaded plugins錯誤的解決方法LinuxPlugin
- nginx出現403錯誤的解決方法Nginx
- Mysql出現連線錯誤解決辦法MySql
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- oracle 安裝的時候出現PRVF-0002 : could not retrieve local node nameOracle
- Python: 安裝 sklearn 包出現錯誤的解決方法Python
- git add .出現錯誤LF will be replaced by CRLF in 解決辦法Git
- centos7 安裝docker本地倉庫出現 http: server gave HTTP response to HTTPS client 錯誤解決方案CentOSDockerHTTPServerclient
- Flask擴充套件包安裝出現錯誤:Could not find a version that satisfies the requirement ...Flask套件UIREM
- 錯誤 qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““ 的解決方法QTPluginPlatformWindows
- 伺服器出現 HTTP 錯誤程式碼,及解決方法伺服器HTTP
- 出現可怕的NoSuchMethodError錯誤的解決辦法 -Gunnar MorlingError
- 錯誤:為repo 'appstream' 下載後設資料失敗 : Cannot prepare internal mirrorlist: No URLs in mirrorlistAPP
- win10系統出現硬體錯誤117如何解決_win10系統出現硬體錯誤117解決教程Win10
- vagrant下composer安裝laravel-wechat時候,出現could not delete的錯誤Laraveldelete
- win10 mstsc出現內部錯誤怎麼修復_win10 mstsc出現內部錯誤解決方法Win10
- ghost win10啟動出現錯誤怎麼解決_ghost win10啟動出現錯誤如何修復Win10
- photoshop匯出png發生未知錯誤的解決方案,ps匯出發生未知錯誤怎麼解決
- 安裝vCenter Server出現1603錯誤的一種解決方法Server
- git push出現unpack failed: error Missing tree錯誤的解決方法GitAIError
- Mac SSH 連線出現 Host key verification failed. 錯誤解決MacAI
- Ocelot錯誤解決
- 記錄:yum Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error解決CloudError
- PySimpleGUI 引入後VsCode出現問題提示 “could not be resolved” 解決方案GUIVSCode
- windows10系統升級助手出現錯誤的解決方法Windows
- Laravel 8使用 佇列任務出現 「 syntax error, unexpected ')' 」錯誤解決Laravel佇列Error
- 安裝完fiddler每次啟動出現這錯誤,我的解決!
- CentOS7中使用yum安裝時報cannot find a valid baseurl for repo錯誤CentOS
- Laravel 出現 419 錯誤Laravel
- Opencv出現detecMultiScale錯誤OpenCV
- 解決 Python UnicodeEncodeError 錯誤PythonUnicodeError
- 解決Ubuntu報錯 E: Unable to locate package yumUbuntuPackage