在redhat用yum安裝的時候,如果是redhat沒有註冊可能會碰到如下錯誤
loading "rhnplugin" plugin
loading "security" plugin
loading "installonlyn" plugin
this system is not registered with rhn.
rhn support will be disabled.
existing lock /var/run/yum.pid: another copy is running. aborting.
解決方法是修改yum源為centos的yum源
進入/etc/yum.repos.d/目錄,首先備份原來的yum repository檔案
mv rhel-debuginfo.repo rhel-debuginfo.repo.bak
wget
即可在此目錄下得到centos-base.repo檔案,這是centos的原始檔,然後測試看看yum是否可以使用了,
如果還是不可以的話,只需將其重新命名為rhel-debuginfo.repo即可。
yum -y install kmod-drbd83 drbd83
Redhat沒有註冊時yum安裝的錯誤解決
在redhat用yum安裝的時候,如果是redhat沒有註冊可能會碰到如下錯誤 loading rhnplugin plugin loading security plugin loading installonlyn plugin this system is not registered wit...
RedHat系統的Yum安裝
redhat linux通常由於沒有註冊,導致yum程式無法使用,需要將其替換為centos的yum程式。wget wget wget 2.查出當前的yum程式,進行解除安裝 rpm qa grep yum rpm e yum 3.2.22 20.el5 nodeps rpm e yum updat...
安裝centos7 5使用yum提示錯誤 解決方法
今天yum install的時候出問題了 fastestmirror是yum的乙個加速外掛程式,這裡是外掛程式提示資訊是外掛程式不能用了。不能用就先別用唄,禁用掉,先yum了再說。1.修改外掛程式的配置檔案 vi etc yum pluginconf.d fastestmirror.conf ena...