Rhel
RHEL 6.6:和rrno14和rrn這14Errno 14PYCURL 錯誤 22 - “請求的 URL 返回錯誤:403 Forbidden”
首先,這是我第一次設置RHEL機器,我比較習慣Debian。
我們同時安裝多台機器。我們已經從 RHEL 6.3 升級到 RHEL 6.6,我們現在正在嘗試安裝 openmotif22(需要幾天后才能安裝的 IBM 安裝程序)。
在第一台機器上,一切正常,我們沒有問題,但在第二台機器上,這兩個包出現了這個錯誤,我不知道它是從哪裡來的。
root@mymachine:~# yum install -y openmotif22.i686 openmotif22.x86_64 --verbose Loading "rhnplugin" plugin Loading "product-id" plugin Loading "security" plugin Loading "subscription-manager" plugin Updating Subscription Management repositories. Unable to read consumer identity Config time: 0.260 This system is receiving updates from RHN Classic or RHN Satellite. Looking for repo options for [main] Looking for repo options for [rhel-x86_64-server-6] Repo 'rhel-x86_64-server-6' setting option 'enabled' = '1' Repo 'rhel-x86_64-server-6' setting option 'gpgcheck' = '1' Yum Version: 3.2.29 rpmdb time: 0.000 Setting up Install Process Setting up Package Sacks pkgsack time: 0.306 Obs Init time: 0.288 Resolving Dependencies --> Running transaction check ---> Package openmotif22.i686 0:2.2.3-19.el6 will be installed Checking deps for openmotif22.i686 0:2.2.3-19.el6 - u looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.7)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.4)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.3.4)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.3)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.2)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.11)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.1.3)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.1.2)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.1)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6(GLIBC_2.0)', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libc.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libXt.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libXp.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libXmu.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libXm.so.3', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libXext.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libX11.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libUil.so.3', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libSM.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libMrm.so.3', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('libICE.so.6', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u looking for ('/usr/share/X11/XKeysymDB', None, (None, None, None)) as a requirement of openmotif22.i686 0:2.2.3-19.el6 - u Error: failed to retrieve repodata/9681fa082b2fd9fdd65a0548409bd4c16be74e217e46d11c1fff3470300e4df0-filelists.xml.gz from rhel-x86_64-server-6 error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden
可能來自配置文件,但是,我們已經填寫了
/etc/sysconfig/rhn/up2date
使用我們的代理設置。
我們的“http_proxy”變數在兩台機器上都是空的,而且我們在兩台機器上
yum.conf
也根本沒有代理資訊。兩台機器都使用 rhn_register 註冊。我要檢查的配置文件用完了。
修復。
我做了什麼:
/etc/rhsm/rhsm.conf
使用代理設置 ( )填寫 rhsm.conf 文件- 重啟機器
- 嘗試安裝:
root@mymachine:~# yum install -y openmotif22.i686 openmotif22.x86_64
-> 失敗,同樣的錯誤yum clean all -v
yum repolist -v
root@mymachine:~# yum install -y openmotif22.i686 openmotif22.x86_64
-> 它起作用了……不知道為什麼,但重新啟動是關鍵。我已經在沒有重新啟動的情況下完成了這些步驟,它沒有用。
這就是為我解決的問題:
yum clean all rm -rf /var/cache/yum