Certbot update error

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:wavwebs.com

I ran this command: certbot-auto renew

It produced this output:

[root@s18507621 certbot]# ./certbot-auto renew
Bootstrapping dependencies for Legacy RedHat-based OSes that will use Python3… (you can skip this with --no-bootstrap)
yum is hashed (/usr/bin/yum)
yum is hashed (/usr/bin/yum)
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile

  • centos-sclo-rh: mirror2.hs-esslingen.de

  • centos-sclo-sclo: mirror2.hs-esslingen.de

  • epel: ftp.uni-stuttgart.de
    Package gcc-4.4.7-23.el6.x86_64 already installed and latest version
    Package augeas-libs-1.0.0-10.el6.x86_64 already installed and latest version
    Package libffi-devel-3.0.5-3.2.el6.x86_64 already installed and latest version
    Package redhat-rpm-config-9.0.3-51.el6.centos.noarch already installed and latest version
    Package 1:mod_ssl-2.2.15-69.el6.centos.x86_64 already installed and latest version
    Resolving Dependencies
    –> Running transaction check
    β€”> Package ca-certificates.noarch 0:2018.2.22-65.1.el6 will be updated
    β€”> Package ca-certificates.noarch 0:2019.2.32-65.1.el6_10 will be an update
    β€”> Package openssl.x86_64 0:1.0.1e-57.el6 will be updated
    β€”> Package openssl.x86_64 0:1.0.1e-58.el6_10 will be an update
    β€”> Package openssl-devel.x86_64 0:1.0.1e-57.el6 will be updated
    β€”> Package openssl-devel.x86_64 0:1.0.1e-58.el6_10 will be an update
    β€”> Package rh-python36-python.x86_64 0:3.6.9-2.el6 will be installed
    –> Processing Dependency: rh-python36-python-libs(x86-64) = 3.6.9-2.el6 for package: rh-python36-python-3.6.9-2.el6.x86_64
    –> Processing Dependency: rh-python36-runtime for package: rh-python36-python-3.6.9-2.el6.x86_64
    –> Processing Dependency: rh-python36-python-setuptools for package: rh-python36-python-3.6.9-2.el6.x86_64
    –> Processing Dependency: rh-python36-python-pip for package: rh-python36-python-3.6.9-2.el6.x86_64
    –> Processing Dependency: libpython3.6m.so.rh-python36-1.0()(64bit) for package: rh-python36-python-3.6.9-2.el6.x86_64
    β€”> Package rh-python36-python-devel.x86_64 0:3.6.9-2.el6 will be installed
    –> Processing Dependency: scl-utils-build for package: rh-python36-python-devel-3.6.9-2.el6.x86_64
    β€”> Package rh-python36-python-virtualenv.noarch 0:15.1.0-2.el6 will be installed
    –> Running transaction check
    β€”> Package rh-python36-python-libs.x86_64 0:3.6.9-2.el6 will be installed
    β€”> Package rh-python36-python-pip.noarch 0:9.0.1-2.el6 will be installed
    β€”> Package rh-python36-python-setuptools.noarch 0:36.5.0-1.el6 will be installed
    β€”> Package rh-python36-runtime.x86_64 0:2.0-1.el6 will be installed
    –> Processing Dependency: scl-utils for package: rh-python36-runtime-2.0-1.el6.x86_64
    β€”> Package scl-utils-build.x86_64 0:20120927-29.el6_9 will be installed
    –> Processing Dependency: iso-codes for package: scl-utils-build-20120927-29.el6_9.x86_64
    –> Running transaction check
    β€”> Package iso-codes.noarch 0:3.16-2.el6 will be installed
    β€”> Package scl-utils.x86_64 0:20120927-29.el6_9 will be installed
    –> Finished Dependency Resolution
    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 openssl which is missing some
         dependency that another package requires. Yum is trying to
         solve this by installing an older version of openssl 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 openssl.otherarch ... this should give you an error
         message showing the root cause of the problem.
    
      2. You have multiple architectures of openssl 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 openssl 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: openssl-1.0.1e-58.el6_10.x86_64 != openssl-1.0.1e-57.el6.i686
    

Could not install OS dependencies. Aborting bootstrap!

My web server is (include version): httpd 2.2.15-69.el6.centos

The operating system my web server runs on is (include version):

Linux s18507621.onlinehome-server.info 2.6.32-042stab127.2 #1 SMP Thu Jan 4 16:41:44 MSK 2018 x86_64 x86_64 x86_64 GNU/Linux

My hosting provider, if applicable, is: Me

I can login to a root shell on my machine (yes or no, or I don’t know): Yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): Not for this

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):

The same error messages as above…

Note: I have used certbot on this server for several years without issue.

1 Like

I would try:
yum check
and
yum update

1 Like

Thanks That fixed it

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.