Get the most out of your Centmin Mod LEMP stack
Become a Member

Install Fresh install -- yum update outputs error

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Bubka3, Jul 13, 2014.

Tags:
  1. Bubka3

    Bubka3 New Member

    17
    5
    3
    Jun 1, 2014
    New York, NY
    Ratings:
    +5
    Local Time:
    10:13 AM
    1.7.1
    5.5.37
    So, I did a fresh install of Centmin Mod on a new VPS yesterday, and now I can't do yum update. Ideas?


    Code:
    ... stuff to be updated ...
    ---> Package yum-utils.noarch 0:1.1.30-17.el6_5 will be an update
    --> Finished Dependency Resolution
    
    Packages skipped because of dependency problems:
        glibc-2.12-1.132.el6_5.1.x86_64 from updates
        glibc-2.12-1.132.el6_5.2.x86_64 from updates
        glibc-common-2.12-1.132.el6_5.1.x86_64 from updates
        glibc-common-2.12-1.132.el6_5.2.x86_64 from updates
        glibc-devel-2.12-1.132.el6_5.1.x86_64 from updates
        glibc-devel-2.12-1.132.el6_5.2.x86_64 from updates
        glibc-headers-2.12-1.132.el6_5.1.x86_64 from updates
        glibc-headers-2.12-1.132.el6_5.2.x86_64 from updates
    Error:  Multilib version problems found. This often means that the root
           cause is something else and multilib version checking is just
           pointing out that there is a problem. Eg.:
    
             1. You have an upgrade for nss-softokn-freebl which is missing some
                dependency that another package requires. Yum is trying to
                solve this by installing an older version of nss-softokn-freebl 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 nss-softokn-freebl.otherarch ... this should give you an error
                message showing the root cause of the problem.
    
             2. You have multiple architectures of nss-softokn-freebl installed, but
                yum can only see an upgrade for one of those arcitectures.
                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 nss-softokn-freebl 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: nss-softokn-freebl-3.14.3-10.el6_5.x86_64 != nss-softokn-freebl-3.14.3-9.el6.i686
     You could try running: rpm -Va --nofiles --nodigest
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:13 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. Bubka3

    Bubka3 New Member

    17
    5
    3
    Jun 1, 2014
    New York, NY
    Ratings:
    +5
    Local Time:
    10:13 AM
    1.7.1
    5.5.37
    Oh, I feel so silly. First time I use 64bit CentOS and I get burned!

    Thanks :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:13 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    no worries, I get hit with this if the web host's CentOS image has 32bit mixed in. Some hosts don't have this problem though :)