• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Error: Missing Dependency: psa-hotfix2 >= 8.0.1

J

jcrim

Guest
Anyone had this error or have a fix??? I added the ART PSA 8 compatibles to my CentOS 4.3 (8.01 Plesk) server and I get the below error message when doing a yum upgrade.

I have tried:
yum --install psa-hotfix2 (no success)

Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package perl-MLDBM.noarch 0:2.01-63psa.rhel4.build80060613.20 set to be updated
---> Package log4cpp-plesk.i586 0:0.3.5rc2-rhel4.build80060613.20 set to be updated
---> Package psa-proftpd.i586 0:1.3.0-rhel4.build80060613.20 set to be updated
---> Package sitebuilder_remote-admin.i386 0:2.1.3-rhel4.build060607.14 set to be updated
---> Package psa-pylibplesk.i586 0:8.0.1-rhel4.build80060613.20 set to be updated
--> Running transaction check
--> Processing Dependency: psa-hotfix2 >= 8.0.1 for package: psa-horde
--> Finished Dependency Resolution
Error: Missing Dependency: psa-hotfix2 >= 8.0.1 is needed by package psa-horde


Error: Missing Dependency: psa-hotfix2 >= 8.0.1 is needed by package psa-horde
 
YUM UPGRADE

When doing a yum upgrade, does anyone have a valid solution for dependency problems?
 
Options to Fix

I did the following to fix the problem:

$ yum remove psa-horde

Running Transaction
Removing : psa-mnemo ######################### [1/7]
Removing : psa-ingo ######################### [2/7]
Removing : psa-turba ######################### [3/7]
Removing : psa-imp ######################### [4/7]
Removing : psa-kronolith ######################### [5/7]
Removing : psa-horde ######################### [6/7]
Removing : psa-passwd ######################### [7/7]

Now do a yum upgrade command to upgrade all packages. After this, you have three options:

#1)Go online to the control panel and click on "Upgrader". Select all necessary upgrades including the "Additional Horde (webmail) components for Plesk". Click Install then reboot the box.

#2) In Secure Shell (SSH) - do a yum install psa-horde then a yum upgrade. After this completes, do a /etc/init.d/psa restart command

#3) Or do a manual upgrade in SSH:

yum install psa-horde
yum install psa-imp
yum install psa-ingo
yum install psa-kronolith
yum install psa-mnemo
yum install psa-passwd
yum install psa-turba
 
centos 4.3 plesk 801

hi there
i have the same problem
when i do it like your description i get on the yum upgrade this:

Package psa-migration-manager-8.0.1-rhel4.build80060613.20.i586.rpm is not signed

any ideas?
 
Yes, Go into your yum.conf file in /etc/ directory. Change the gpgcheck=1 to gpgcheck=o. Save the file and then run yum again. After it completes, change the gpgcheck back on.

-Jesse
 
PSA is down,

I tried your option but ended in desatser!
Anybody have an idea what to do now?


>> /etc/init.d/psa restart
PSA is down, performing full restart.
Syntax error on line 301 of /usr/local/psa/admin/conf/httpsd.conf:
Invalid command '@vzcp_redirect@', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/psa/admin/bin/httpsdctl start: httpd could not be started
Starting Plesk: [FAILED]
 
comment out the line with @vzcp_redirect@

f.e

#@vzcp_redirect@'

greets
zeki
 
Got the same problem, and reinstall horde doesnt resovle problem.
 
Back
Top