Forums

Mike
Mike
Offline
Resolved
0 votes
Hi,

I have a ClearOS 7 server I've recently been tasked with updating. However, there are some unmet dependencies:


[root@clearos ~]# yum update
Loaded plugins: clearcenter-marketplace, fastestmirror
ClearCenter Marketplace: fetching repositories...
ClearCenter Marketplace: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)>
Loading mirror speeds from cached hostfile
* clearos: mirror2-singapore.clearos.com
* clearos-centos: download3.clearsdn.com
* clearos-centos-sclo-rh: download3.clearsdn.com
* clearos-centos-updates: download3.clearsdn.com
* clearos-contribs: mirror2-singapore.clearos.com
* clearos-fast-updates: download3.clearsdn.com
* clearos-infra: mirror2-singapore.clearos.com
* clearos-updates: mirror2-singapore.clearos.com
clearos-updates | 3.5 kB 00:00:00
(1/2): clearos-updates/7/updateinfo | 96 B 00:00:00
(2/2): clearos-updates/7/primary_db | 170 kB 00:00:00
Resolving Dependencies
--> Running transaction check
[... output truncated ...]
--> Finished Dependency Resolution
Error: Package: 1:app-samba-core-3.5.9-1.v7.noarch (clearos-updates)
Requires: wsdd
Error: Package: kimchi-2.5.0-0.v7.noarch (clearos-contribs)
Requires: spice-html5
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


I had a number of troubles with this system before even getting to this stage, which I resolved with:


curl -LO https://mirror1-newyork.clearos.com/clearos/7/updates/x86_64/RPMS/$(curl -s https://mirror1-newyork.clearos.com/clearos/7/updates/x86_64/RPMS/|grep -oh yum-marketplace-plugin-.*rpm\"|grep -oh yum-marketplace-plugin.*rpm)
rpm -Uvh yum-marketplace-plugin-2.4-1.v7.noarch.rpm
yum clean all --enablerepo=*
mv /var/cache/yum /var/cache/yum.$(date +"%F")
yum update app-base
yum update # (problem is encountered here)


Server details:


# cat /etc/clearos-release
ClearOS release 7.9.1 (Final)

# cat /etc/os-release
NAME="ClearOS"
VERSION="7 (Final)"
ID="clearos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="ClearOS 7 (Final)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:clearos:clearos:7"
HOME_URL="https://www.clearos.com/"
BUG_REPORT_URL="https://tracker.clearos.com/"

# uname -a
Linux clearos 3.10.0-1062.1.2.el7.x86_64 #1 SMP Mon Sep 30 14:19:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux


Hoping someone can point me in the right direction, so I can get this server patched.

Kind regards,
Mike.
Monday, December 20 2021, 06:43 AM
Share this post:

Accepted Answer

Monday, December 20 2021, 09:47 AM - #Permalink
Resolved
0 votes
The problem should clear automatically overnight if you have automatic updates enabled or you can do:
yum update ca-certificates --disablerepo=* --enablerepo=clearos-infra
yum update app-base
yum clean all
yum update
The reply is currently minimized Show
Responses (1)
  • Accepted Answer

    Mike
    Mike
    Offline
    Tuesday, December 21 2021, 06:21 AM - #Permalink
    Resolved
    0 votes
    Thank you, the above resolved my issue. Cheers!
    The reply is currently minimized Show
Your Reply