Forums

Vince
Vince
Offline
Resolved
0 votes
Hello

I noticed a day ago that the automatice updates on my system were not progressing. So i started snooping around.

I tried a yum update and discovered that there was an issue with one of the zarafa packages:

the error is as follows:

Transaction Summary
=====================================================================================================================================================================================================================
Install 6 Package(s)
Upgrade 82 Package(s)
Remove 1 Package(s)

Total size: 109 M
Total download size: 58 k
Is this ok [y/N]: y
Downloading Packages:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 19 kB/s | 58 kB 00:03
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
php-ldap >= 5.1.0 is needed by zarafa-z-push-2.0.4-3.v6.noarch
php-process >= 5.1.0 is needed by zarafa-z-push-2.0.4-3.v6.noarch
** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows:
zarafa-z-push-2.0.1-2.clearos.noarch has missing requires of php-ldap >= ('0', '5.1.0', None)
zarafa-z-push-2.0.1-2.clearos.noarch has missing requires of php-process >= ('0', '5.1.0', None)
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2012-12-27-20-54mvrhpJ.yumtx

I have tried to re run it as shown in the instruction above, however it returns the same error.

Has anyone experienced this before? can you share how you resolved it?

Kind Regards

V
Thursday, December 27 2012, 10:16 AM
Share this post:
Responses (5)
  • Accepted Answer

    Vince
    Vince
    Offline
    Saturday, December 29 2012, 06:20 AM - #Permalink
    Resolved
    0 votes
    Hi Peter

    that's all I needed. Thank you so much.

    I love this product, i'm still very new to the world of Linux.

    Kind Regards

    Vince.
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, December 29 2012, 12:35 AM - #Permalink
    Resolved
    0 votes
    Try installing the two missing dependencies:

    yum install php-ldap php-process
    The reply is currently minimized Show
  • Accepted Answer

    Vince
    Vince
    Offline
    Thursday, December 27 2012, 08:16 PM - #Permalink
    Resolved
    0 votes
    Thanks Guy's

    the yum repolist returned:


    Loaded plugins: clearcenter-marketplace, fastestmirror
    ClearCenter Marketplace: fetching repositories...
    Loading mirror speeds from cached hostfile
    * clearos: mirror2-dallas.clearsdn.com
    * clearos-addons: mirror2-dallas.clearsdn.com
    * clearos-core: mirror2-dallas.clearsdn.com
    * clearos-extras: mirror2-dallas.clearsdn.com
    * clearos-professional: download4.clearsdn.com
    * clearos-updates: mirror2-dallas.clearsdn.com
    * private-clearcenter-account-sync: download4.clearsdn.com:80
    * private-clearcenter-antimalware: download4.clearsdn.com:80
    * private-clearcenter-backuppc: download3.clearsdn.com:80
    * private-clearcenter-content-filter: download4.clearsdn.com:80
    * private-clearcenter-dyndns: download4.clearsdn.com:80
    * private-clearcenter-ids: download4.clearsdn.com:80
    * private-clearcenter-professional: download4.clearsdn.com:80
    * private-clearcenter-rbs: download4.clearsdn.com:80
    * private-clearcenter-zarafa-community: download4.clearsdn.com:80
    * private-clearcenter-zarafa-small-business: download4.clearsdn.com:80
    repo id repo name status
    clearos ClearOS Professional 6 - x86_ 733
    clearos-addons ClearOS Professional 6 - x86_ 47
    clearos-core ClearOS Core 6 - x86_64 - OS 8,563+72
    clearos-extras ClearOS Professional 6 - x86_ 230
    clearos-professional ClearOS Professional 6 - x86_ 4
    clearos-updates ClearOS Professional 6 - x86_ 185
    private-clearcenter-account-sync private-clearcenter-account-s 4
    private-clearcenter-antimalware private-clearcenter-antimalwa 3
    private-clearcenter-backuppc private-clearcenter-backuppc 16
    private-clearcenter-content-filter private-clearcenter-content-f 3
    private-clearcenter-dyndns private-clearcenter-dyndns 2
    private-clearcenter-ids private-clearcenter-ids 3
    private-clearcenter-professional private-clearcenter-professio 7
    private-clearcenter-rbs private-clearcenter-rbs 2
    private-clearcenter-zarafa-community private-clearcenter-zarafa-co 29
    private-clearcenter-zarafa-small-business private-clearcenter-zarafa-sm 34
    repolist: 9,865

    -------------------------------------------------------------------------------------------------------------------------------------------------

    for some reason, I'm no longer recieving emails Should I simply remove the old zaraafa-z-push and replace it with the newer version?

    Kind Regards

    V.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, December 27 2012, 03:00 PM - #Permalink
    Resolved
    0 votes
    Looks like you have an old existing version of zarafa-z-push installed (from my 6.3 testing repo?)

    Yum is trying to upgrade other (PHP?) packages that it relies on, php-ldap and php-process. This should be OK unless you have other repo's enabled - hence Bens post above.

    PS there is a version of zarafa-z-push-2.0.4-3.v6.noarch in the ClearOS / Zarafa repo which should be used instead...
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, December 27 2012, 02:05 PM - #Permalink
    Resolved
    0 votes
    What is the output of
    yum repolist


    B.
    The reply is currently minimized Show
Your Reply