我们使用Katello/卫星6管理我们的回复/pkgs,并订阅我们的服务器。在Katello中,它说glibc-2.12-1.212.el6.x86_64和glibc-common-2.12-1.212.el6.x86_64是一个适用于系统的更新,然后我单击来更新,它会说成功。然而,什么都没有发生,Katello仍然告诉我,这是一个适用的更新。
如果我对服务器本身进行ssh,并尝试执行yum install glibc-2.12-1.212.el6.x86_64,它会说没有找到任何包。这是在一个CentOS 6.10框上。
我们还有一些其他的包,比如nscd,它们也依赖于最新的glibc作为依赖项,所以我非常好奇为什么会发生这种情况。
repo id repo name status
company_repos_centos6_extras centos6_extras 43
company_repos_centos6_os centos6_os 6,695+18
company_repos_centos6_updates centos6_updates 305+54
company_repos_epel6 epel6 12,515
company_repos_katello_centos6 katello_centos6 4
base CentOS-6 - Base 6,695+18
dgoodwin-subscription-manager Copr repo for subscription-manager owned by dgoodwin 8+2
epel Extra Packages for Enterprise Linux 6 - x86_64 12,517
extras CentOS-6 - Extras 46
foreman-client Foreman client 1.20 4
group_qpid-qpid Copr repo for qpid owned by @qpid 25+3
logstashforwarder Lostash Forwarder official repo 1
lynis Lynis YUM repo 51
company company Repository for CentOS 6 - x86_64 636
company company RPM Repository for CentOS 6 - noarch 37
pulp Pulp Community Release 21
subscription-manager Subscription manager repository from Candlepin 8+2
update CentOS-6 - Updates 329+54
repolist: 39,940
Uploading Enabled Repositories Reportcompany_repos_centos6_os和基本repos中肯定有glibc-2.12-1.212.el6.x86_64。
正如注释中所要求的那样,我的/etc/yum.conf包含有exclude=glibc-* kernel-*的回购,实际上执行yum update不起作用。
发布于 2019-04-03 23:33:25
你最后的评论暴露了你的问题。
从回购文件和/或/etc/yum.conf中删除排除行,运行yum clean all,然后再次安装glibc。这一行不包括您需要更新的包(S)。
https://unix.stackexchange.com/questions/510154
复制相似问题