解決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
- PRVF-0002Could not retrieve local nodename的解決方法
- RMAN備份時出現RMAN-06056: could not access datafile 6 錯誤,解決方法!!
- scp出現錯誤的解決辦法
- 編譯EJB出現錯誤的解決編譯
- ontape出現段錯誤(未解決篇)
- nginx出現403錯誤的解決方法Nginx
- WARNING:Could not lower the asynch I/O limit 錯誤解決MIT
- CentOS 中yum命令執行錯誤解決辦法CentOS
- exchange出現1025錯誤!(未解決)
- ant構建時出現錯誤解決方案
- Mysql出現連線錯誤解決辦法MySql
- CentOS7 yum 報錯: Cannot retrieve metalink for repository: epel. Please verify its path and try againCentOSAI
- 連線MySQL出現2013錯誤解決MySql
- centos7 執行firewall-cmd --state出現錯誤CentOS
- oracle 安裝的時候出現PRVF-0002 : could not retrieve local node nameOracle
- Linux yum提示Loaded plugins錯誤的解決方法LinuxPlugin
- Nginx出現413 Request Entity Too Large錯誤解決方法Nginx
- 隨身碟出現防寫錯誤的解決方法
- apache出現 403 permission 和404 not fund錯誤(解決方法)Apache
- exp/imp出現錯誤通過expdp/impdp來解決
- 實體類註解錯誤:Could not determine type for:
- sql出現結果集錯誤以及出現ora-600或者ora-7445錯誤的解決方法思路SQL
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- centos7 安裝docker本地倉庫出現 http: server gave HTTP response to HTTPS client 錯誤解決方案CentOSDockerHTTPServerclient
- Flask擴充套件包安裝出現錯誤:Could not find a version that satisfies the requirement ...Flask套件UIREM
- git add .出現錯誤LF will be replaced by CRLF in 解決辦法Git
- Python: 安裝 sklearn 包出現錯誤的解決方法Python
- rman duplicate出現PLS-00201錯誤解決
- ubuntu安裝軟體出現Unable to locate package錯誤解決UbuntuPackage
- php抓取https網址出現錯誤的解決方法PHPHTTP
- 【MySql】複製出現Slave_SQL_Running: No 錯誤解決MySql
- 伺服器出現 HTTP 錯誤程式碼,及解決方法伺服器HTTP
- 錯誤:為repo 'appstream' 下載後設資料失敗 : Cannot prepare internal mirrorlist: No URLs in mirrorlistAPP