简体   繁体   English

azure centos 更新:错误:发现多库版本问题。 libsss_idmap

[英]azure centos update: Error: Multilib version problems found. libsss_idmap

Azure centos 7 VM has update issues with Multilib version problems found for libsss_idmap Azure centos 7 VM 有更新问题,发现 libsss_idmap 的 Multilib 版本问题

Error: Multilib version problems found.错误:发现 Multilib 版本问题。 This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem.这通常意味着根本原因是其他原因,multilib 版本检查只是指出存在问题。 Eg.:例如。:

     1. You have an upgrade for libsss_idmap which is missing some
        dependency that another package requires. Yum is trying to
        solve this by installing an older version of libsss_idmap of the
        different architecture. If you exclude the bad architecture
        yum will tell you what the root cause is (which package
        requires what). You can try redoing the upgrade with
        --exclude libsss_idmap.otherarch ... this should give you an error
        message showing the root cause of the problem.

     2. You have multiple architectures of libsss_idmap installed, but
        yum can only see an upgrade for one of those architectures.
        If you don't want/need both architectures anymore then you
        can remove the one with the missing update and everything
        will work.

     3. You have duplicate versions of libsss_idmap installed already.
        You can use "yum check" to get yum show these errors.

   ...you can also use --setopt=protected_multilib=false to remove
   this checking, however this is almost never the correct thing to
   do as something else is very likely to go wrong (often causing
   much more problems).

   Protected multilib versions: libsss_idmap-1.16.5-10.el7_9.11.x86_64 != libsss_idmap- 1.16.5-10.el7_9.10.i686
   Error: Protected multilib versions: libsss_nss_idmap-1.16.5-10.el7_9.11.x86_64 != libsss_nss_idmap-1.16.5-10.el7_9.10.i686

edit CentOS-Base.repo and comment out the MS Azure trafficmanager.net URL.编辑 CentOS-Base.repo 并注释掉 MS Azure trafficmanager.net URL。

sudo vi /etc/yum.repos.d/CentOS-Base.repo

comment out with (#) baseurl and remove comment of mirrorlist用 (#) baseurl 注释掉并删除 mirrorlist 的注释

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://olcentgbl.trafficmanager.net/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://olcentgbl.trafficmanager.net/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

credit to binaryflow at: https://forums.centos.org/viewtopic.php?f=47&t=78483&sid=ca05b4af61e270f4cc074f1f2105d088&start=10 credit to binaryflow at: https://forums.centos.org/viewtopic.php?f=47&t=78483&sid=ca05b4af61e270f4cc074f1f2105d088&start=10

暂无
暂无

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

相关问题 共享项目时出错(未找到 Azure DevOps Services 或 Team Foundation Server 存储库配置。确保) - Error (No Azure DevOps Services or Team Foundation Server repository configuration was found. Ensure) When sharing a project ##[错误]没有匹配的清单文件<file>被找到。 Azure 释放管道错误</file> - ##[error]No manifest file(s) matching <file> was found. Azure release pipeline error 无法访问 Azure WCF 继电器获取“找不到端点。 端点不存在。” 错误 - Trouble Accessing Azure WCF relay Getting “The endpoint was not found. Endpoint does not exist.” Error Azure自动化:入门DSC节点:“ vmname,未找到实体。” - Azure Automation: Onboarding DSC Node: “vmname, The entity was not found.” 未找到请求值&#39;VS2015&#39;。 - Azure powershell - Requested value 'VS2015' was not found. - Azure powershell Azure移动服务:{System.TypeLoadException} = {“找不到入口点。”:“”} - Azure Mobile Services: {System.TypeLoadException} = {“Entry point was not found.”:“”} 尝试在linux中构建Azure功能应用程序,然后返回错误“未找到任何工作函数。 尝试公开你的工作类和方法“ - Try to build Azure function app in linux following error returns “No job functions found. Try making your job classes and methods public” 消息-Azure上的更新功能版本 - Message - Update Functions Version on Azure centos7天蓝色框上的登录错误vsftpd - login error vsftpd on centos7 azure box Azure WebJob - 未找到任何功能。 尝试将作业类公开,方法公共静态 - Azure WebJob - No functions found. Try making job classes public and methods public static
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM