Linux
使用 yum 升級 centos
我正在嘗試更新我的系統,一直在尋找但找不到任何解決我的問題的方法。當我執行
yum update
時,我收到以下錯誤Loaded plugins: fastestmirror, rhnplugin There was an error communicating with RHN. Red Hat Satellite or RHN Classic support will be disabled. rhn-plugin: Error communicating with server. The message was: Unable to connect to the host and port specified Loading mirror speeds from cached hostfile * epel: fedora-epel.mirror.lstn.net No packages marked for update
我實際上不知道要查看哪些文件以及要更改哪些文件。任何幫助將不勝感激。
更新 RHEL 需要有效的 RHEL 訂閱。
您收到的錯誤消息表明您的伺服器無法聯繫相關伺服器以驗證其訂閱狀態。
如果您使用的是 Satellite,您需要檢查您是否與 Satellite 伺服器建立了網路連接。
如果您不使用 Satellite 並直接從 Red Hat 接收更新,您需要使用該實用程序遷移到 RHEL 訂閱管理。
rhn-migrate-classic-to-rhsm
舊的紅帽網路前段時間已停用。如果您還沒有 RHEL 訂閱,則需要購買一個,或者切換到 CentOS。
如果你的系統真的是 CentOS,那麼你需要刪除這個
yum-rhn-plugin
包:yum -y remove yum-rhn-plugin
這個包不應該安裝在 CentOS 系統上,除非它們正在與 Spacewalk/Satellite 通信。