• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Failed upgrade from 9.2.3 to 9.3

tupeu

Basic Pleskian
I have Fedora Core 7
I get this log message:

Starting installation of packages
Installing the package psa-locale-base-en-US-9.3.0-2009121411.noarch
error: Failed dependencies:
psa-locale-base = 9.2.3 is needed by (installed) psa-9.2.3-fc7.build92091015.22.i586
ERROR: Unable to install the requested packages because either there is
not enough free disk space left, or there are package dependency problems.
Warning! Not all packages were installed.
Please check if your system services are operable.
Please, contact product technical support.
 
Do you really have enough free diskspace on this partition? Also you can try to fake remove psa-locale-base package before upgrade with something like
rpm -e --nodeps --justdb psa-locale-base
 
I have 3.8 GB free on my VPS, i think its enough

i did what you said and i get an error

Code:
[root@x ~]# rpm -e --nodeps --justdb psa-locale-base
error: package psa-locale-base is not installed
[root@x ~]#
 
Last edited:
Cant finish upgrading 9.2.3 to 9.3

I have RHEL 5 and I dont have problems with disk space.
My main problem is that all web pages from virtual host points to webmail bacause the unfinished upgrade.

This is the end of email Plesk autoupdate failure report send it to me.

Starting installation of packages
Warning: unresolved requires '/usr/bin/lp' from redhat-lsb-3.1-12.3.EL.i386
Warning: unresolved requires '/usr/bin/lpr' from redhat-lsb-3.1-12.3.EL.i386
Warning: unresolved requires '/usr/sbin/sendmail' from redhat-lsb-3.1-12.3.EL.i386
Warning: unresolved requires '/usr/bin/lp' from redhat-lsb-3.1-12.3.EL.x86_64
Warning: unresolved requires '/usr/bin/lpr' from redhat-lsb-3.1-12.3.EL.x86_64
Warning: unresolved requires '/usr/sbin/sendmail' from redhat-lsb-3.1-12.3.EL.x86_64 Installing the package psa-migration-manager-9.3.0-rhel5.build93091230.06.x86_64, psa-backup-manager-9.3.0-rhel5.build93091230.06.x86_64, psa-9.3.0-rhel5.build93091230.06.x86_64, psa-libpam-plesk-9.3.0-rhel5.build93091230.06.x86_64, plesk-skins-9.3.0-0.287499.noarch, psa-updates-9.3.0-rhel5.build93091230.06.noarch
error: Failed dependencies:
psa = 9.2.3 is needed by (installed) psa-api-rpc-9.2.3-rhel5.build92091015.22.noarch
ERROR: Unable to install the requested packages because either there is not enough free disk space left, or there are package dependency problems.
Warning! Not all packages were installed.
Please check if your system services are operable.
Please, contact product technical support.
 
My main problem is that all web pages from virtual host points to webmail bacause the unfinished upgrade.
I had the exact same problem too, i had to run yum remove psa-atmail and yum remove horde to get my sites index page back

Also i had to run the 9.2.3 update for everything to get back to normal

PS I cant choose what to update, there are a few updates selected by default which you cannot deselect
 
Last edited:
Fixed vhosts | Still cant upgrade

I add a new subdomain in the panel to test what happend and all web pages from virtual hosts return to original content with webmail working ok. I still cant upgrade to 9.3 due same error.
 
Try to fake removing psa-api-rpc package with --justdb.
 
Try to find name of necessary package with

rpm -qa | grep psa-api-rpc

and then remove it. Seems you have some packages with this name installed there for some reason.
 
Now if i run # rpm -e --nodeps --justdb psa-api-rpc it says its not installed


So if i do # rpm -qa | grep psa-api-rpc it does nothing

But i get a NEW error when using Plesk update: unresolved requires

Starting installation of packages
Warning: unresolved requires '/usr/sbin/sendmail' from uudeview-0.5.20-12.i386
Warning: unresolved requires 'psa-api-rpc = 9.2.3-fc7.build92091015.22' from psa-backup-manager-9.2.3-fc7.build92091015.22.i586

Installing the package psa-locale-base-en-US-9.3.0-2009121411.noarch
error: Failed dependencies:

psa-locale-base = 9.2.3 is needed by (installed) psa-9.2.3-fc7.build92091015.22.i586
ERROR: Unable to install the requested packages because either there is
not enough free disk space left, or there are package dependency problems.

Warning! Not all packages were installed.
Please check if your system services are operable.
Please, contact product technical support.
 
Last edited:
It is not errors but warnings and can be ignored. Try to resolve problem with psa-locale-base package with the same manner as for psa-api-rpc.
 
It worked, i was able to update !

I did this:
[root@x ~]# rpm -e --nodeps --justdb psa-locale-base
error: package psa-locale-base is not installed
[root@x ~]# rpm -qa | grep psa-locale-base
psa-locale-base-en-US-9.2.3-2009091015
psa-locale-base-en-US-9.3.0-2009121411
[root@x ~]# rpm -e --nodeps --justdb psa-locale-base-en-US-9.2.3-2009091015
[root@x ~]# rpm -e --nodeps --justdb psa-locale-base-en-US-9.3.0-2009121411
 
Last edited:
Please click one of the Quick Reply icons in the posts above to activate Quick Reply.
 
Back
Top