繁体   English   中英

无法执行 "yum list": Errno 5] OSError: [Errno 2] No such file or directory

[英]Failed to execute "yum list": Errno 5] OSError: [Errno 2] No such file or directory

操作系统:Oracle Linux 6

[xxx@host /etc]$ uname -a
Linux slc08yld 2.6.39-400.298.2.el5uek #1 SMP Mon Jan 22 13:08:39 PST 2018 x86_64 x86_64 x86_64 GNU/Linux

错误在于:

[xxxx@host /etc]$ yum list
file://localhost/tmp/common1/x86_64/redhat/50/base/ga/Server/repodata/repomd.xml: [Errno 5] OSError: [Errno 2] No such file or directory: '/tmp/common1/x86_64/redhat/50/base/ga/Server/repodata/repomd.xml'
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again

yum.config:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
metadata_expire=0


[base]
name=Red Hat Linux - Base
baseurl=file://localhost/tmp/common1/x86_64/redhat/50/base/ga/Server
#baseurl=http://pd-yum-slc-01.us.oracle.com/yum/OracleLinux/EL5/GA/x86_64/base/Server


#[updates]
#name=Red Hat Linux - Updates
#baseurl=file://localhost/tmp/common/AS4.0_u1_x86_64/RedHat/Updates
proxy=http://www-proxy.us.oracle.com:80

你能告诉我是什么问题吗?

提前致谢!

您的存储库期望在以下位置找到其存储库元数据:

file://localhost/tmp/common1/x86_64/redhat/50/base/ga/Server/repodata/repomd.xml

但它不存在于该路径中。 首先检查路径以及文件是否存在,然后清除 yum 缓存

# 干净

如果您改为启用 DVD Repo,它也会很好

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM