Forums

Resolved
0 votes
Hello, since monday i have an update issue when trying to update my 7.2 x64 system, how can i fix this?

yum update
Loaded plugins: clearcenter-marketplace, fastestmirror
ClearCenter Marketplace: fetching repositories...
Loading mirror speeds from cached hostfile
* clearos: ftp.nluug.nl
* clearos-centos-verified: mirror1-frankfurt.clearos.com
* clearos-contribs: ftp.nluug.nl
* clearos-epel-verified: mirror1-frankfurt.clearos.com
* clearos-fast-updates: download4.clearsdn.com
* clearos-infra: ftp.nluug.nl
* private-clearcenter-dyndns: download2.clearsdn.com:80
* private-clearcenter-verified-updates: download2.clearsdn.com:80
Resolving Dependencies
--> Running transaction check
---> Package systemd.x86_64 0:219-19.el7_2.4 will be updated
---> Package systemd.x86_64 0:219-19.el7_2.7 will be an update
---> Package systemd-libs.x86_64 0:219-19.el7_2.4 will be updated
--> Processing Dependency: systemd-libs = 219-19.el7_2.4 for package: libgudev1- 219-19.el7_2.4.x86_64
---> Package systemd-libs.x86_64 0:219-19.el7_2.7 will be an update
---> Package systemd-sysv.x86_64 0:219-19.el7_2.4 will be updated
---> Package systemd-sysv.x86_64 0:219-19.el7_2.7 will be an update
--> Finished Dependency Resolution
Error: Package: libgudev1-219-19.el7_2.4.x86_64 (@clearos-centos-verified)
Requires: systemd-libs = 219-19.el7_2.4
Removing: systemd-libs-219-19.el7_2.4.x86_64 (@anaconda/7.2.0)
systemd-libs = 219-19.el7_2.4
Updated By: systemd-libs-219-19.el7_2.7.x86_64 (clearos-fast-updates)
systemd-libs = 219-19.el7_2.7
Available: systemd-libs-208-20.el7_1.6.x86_64 (clearos-centos-verifie d)
systemd-libs = 208-20.el7_1.6
Available: systemd-libs-219-19.el7.x86_64 (clearos-centos-verified)
systemd-libs = 219-19.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Thanks in advance!
Tuesday, April 12 2016, 11:29 AM
Share this post:

Accepted Answer

Wednesday, April 13 2016, 07:39 PM - #Permalink
Resolved
2 votes
The Frankfurt mirror was a little behind. That should have shaken out of the repo system by now:


yum clean all
yum update
The reply is currently minimized Show
Responses (2)
  • Accepted Answer

    Saturday, April 16 2016, 06:30 PM - #Permalink
    Resolved
    0 votes
    Thanks Peter, i just gave it a shot and its working!
    The reply is currently minimized Show
  • Accepted Answer

    David rom
    David rom
    Offline
    Wednesday, April 13 2016, 05:37 AM - #Permalink
    Resolved
    0 votes
    Do rpm -qa |grep -i 'packagename'

    ie.
    #####################################
    rpm -qa |grep 'coreutils-libs'

    coreutils-libs-8.4-9.fc13.i686
    coreutils-libs-8.4-9.fc13.i686
    #####################################

    and remove the duplicate package using rpm -e

    rpm -e coreutils-libs-8.4-9.fc13.i686

    do an updatedb command at the end.
    The reply is currently minimized Show
Your Reply