• 记录一次阿里云服务器升级报错


    记录一次阿里云服务器升级报错  ---Email:1261065212@qq.com

    系统:

    # cat /etc/redhat-release 
    CentOS Linux release 7.4.1708 (Core)
    
    #yum update -y
    
    …………
    
    Error: Percona-XtraDB-Cluster-shared-55 conflicts with Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64
    
    Error: Percona-Server-devel-56 conflicts with Percona-Server-devel-55-5.5.57-rel38.9.el7.x86_64
    
    Error: Percona-Server-shared-56 conflicts with Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64
    
    Error: Percona-Server-shared-compat-57 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64
    
    Error: Percona-XtraDB-Cluster-shared-55 conflicts with 1:Percona-XtraDB-Cluster-shared-56-5.6.37-26.21.1.el7.x86_64
    
    Error: Percona-Server-shared-compat-57 conflicts with Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64
    
    Error: Percona-XtraDB-Cluster-shared-56 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64
    
    Error: Percona-XtraDB-Cluster-shared-57 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64
    
    Error: Percona-Server-devel-57 conflicts with Percona-Server-devel-55-5.5.57-rel38.9.el7.x86_64
    
    Error: Package: 1:mariadb-server-5.5.56-2.el7.x86_64 (base)
    
               Requires: mariadb-libs(x86-64) = 1:5.5.56-2.el7
    
               Removing: 1:mariadb-libs-5.5.52-1.el7.x86_64 (@anaconda)
    
                   mariadb-libs(x86-64) = 1:5.5.52-1.el7
    
               Obsoleted By: Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64 (percona-release-x86_64)
    
                   Not found
    
               Updated By: 1:mariadb-libs-5.5.56-2.el7.x86_64 (base)
    
                   mariadb-libs(x86-64) = 1:5.5.56-2.el7
    
    Error: Percona-Server-devel-57 conflicts with Percona-Server-devel-56-5.6.37-rel82.2.el7.x86_64
    
    Error: Percona-Server-shared-55 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64
    
    Error: Package: 1:mariadb-5.5.56-2.el7.x86_64 (base)
    
               Requires: mariadb-libs(x86-64) = 1:5.5.56-2.el7
    
               Removing: 1:mariadb-libs-5.5.52-1.el7.x86_64 (@anaconda)
    
                   mariadb-libs(x86-64) = 1:5.5.52-1.el7
    
               Obsoleted By: Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64 (percona-release-x86_64)
    
                   Not found
    
               Updated By: 1:mariadb-libs-5.5.56-2.el7.x86_64 (base)
    
                   mariadb-libs(x86-64) = 1:5.5.56-2.el7
    
    Error: Percona-XtraDB-Cluster-shared-compat-57 conflicts with 1:Percona-XtraDB-Cluster-shared-56-5.6.37-26.21.1.el7.x86_64
    
    Error: Percona-XtraDB-Cluster-shared-compat-57 conflicts with 1:Percona-XtraDB-Cluster-shared-55-5.5.41-25.12.855.el7.x86_64
    
     You could try using --skip-broken to work around the problem
    
     You could try running: rpm -Va --nofiles --nodigest

    原因:由于阿里云镜像默认装了mariadb

    [root@ansible-admin sites]# rpm -qa | grep mariadb
    
    mariadb-5.5.52-1.el7.x86_64
    
    mariadb-libs-5.5.52-1.el7.x86_64

    解决方法:

    #yum erase mariadb-libs -y
    
    #yum install Percona-Server-client-56 -y (至此问题解决)
    
    #yum update -y
  • 相关阅读:
    【Java 学习笔记】 HashMultimap(guava)
    [论文笔记] Analysis of Integration Models for Service Composition (ACM workshop, 2002)
    浅谈论文笔记管理方法
    [论文阅读] 论文阅读2篇(COMPSAC09, JNW09)
    [论文笔记] Monitoring Dependencies for SLAs: The MoDe4SLA Approach (SCC, 2008)
    [论文收集] CEC (Commerce and Enterprise Computing) 2009相关论文列表
    [论文笔记] Service Provenance in QoSAware Web Service Runtimes (ICWS, 2009)
    [资料整理] Decentralized Services Orchestration, Choreography相关的几篇论文
    [论文收集] Clustering Algorithm在Web Service领域应用相关论文
    [论文笔记] A minimal role mining method for the web service composition (2009)
  • 原文地址:https://www.cnblogs.com/lwf-blog/p/7631787.html
Copyright © 2020-2023  润新知