解決centos 6 6 更換yum 163源報錯

2021-07-10 22:24:20 字數 585 閱讀 8139

mv centos6-base-163.repo centos-base.repo  

yum clean all & yum makecache

但在 yum makecache報錯: [errno 14] pycurl error 22 - "the requested url returned error: 404 not found"

嘗試其他映象。錯誤:cannot retrieve repository metadata (repomd.xml) for repository: base. please verify its path and try again

這是因為無法訪問 在下已經不存在,需要更改centos-base.repo此檔案中的$releasever引數,

而$releasever**於 rpm -qi centos-release 的version數值 。

centos6.x一般取值為6,因此報錯。

更正操作為

vi  centos-base.repo

替換掉releasever :$s/$releasever/6.6/g

替換掉後已經可以yum makecache 了

解決centos 6 6 更換yum 163源報錯

mv centos6 base 163.repo centos base.repo yum clean all yum makecache 但在 yum makecache報錯 errno 14 pycurl error 22 the requested url returned error 404...

centos6 6掛載iscsi儲存

為解決公司備份和日誌問題,特地設定了一台備份伺服器,並準備8t的儲存空間使用,現在我們就在客戶端來進行掛載iscsi儲存。1.客戶端安裝iscsi的相關安裝包,並啟動 yuminstall binutils iscsi initiator utils kmod xfs xfsprogs servic...

centos6 6編譯安裝redis

原始碼編譯安裝 優點 以這種方式安裝的軟體效能會比其他方式更優一點 1.上傳原始碼 2.解壓 並指定解壓到哪個檔案下 tar zxvf redis 2.6.16.tar.gz c usr soft 3.make 出錯,提示gcc不存在 4.安裝gcc yum y install gcc.x86 64...