• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

autoupdater problems

N

next2thebay

Guest
Hi Everyone,

I am having issues using the Auto-updater.
I get an error log when I try to initiate the 7.5.1 to 7.5.2 update.

Here's the Log:

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.10-0.i386.rpm
Installing php-4.3.10-0.i386.rpm
Installing php-imap-4.3.10-0.i386.rpm
Installing php-mysql-4.3.10-0.i386.rpm
error: failed dependencies:
php = 4.3.8-sp.rh73.2 is needed by php-ldap-4.3.8-sp.rh73.2
php = 4.3.8-sp.rh73.2 is needed by php-manual-4.3.8-sp.rh73.2


How can I fix these easily
 
I am not registered with RedHat for updates. Is there any way I can do the updates without incurring a cost?

I tried getting the proper PHP release and installing it, but it seems that it still does not satisfy the requirements.


Any Ideas?
 
I had a similar problem with upgrading to 7.5.2...here is what I did.

1 - Force install the problem packages from your 'base' directory. Mine is located at /root/psa/PSA_7.5.2/rpm_RedHat_9/base

Use the following
#rpm -Uvh --nodeps problem-package.rpm

2 - Install the Red Hat Network pgp key using
#rpm --import /usr/share/rhn/RPM-GPG-KEY

3 - there is no cost to register with RH in order to use up2date. You can run
#up2date --dry-run

This will not only walk you through registration - not all information needed, read it - but will show what programs it can update.

4 - Rerun the autoinstaller.

This worked for me - hope it works for you.
sam
 
Tried running the up2date command with the switches that you had.. It didn't work. Not sure where to go from here.
 
Back
Top