• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problems installing 9.0.1

D

dgersh

Guest
I like many others have been having tons of trouble with plesk 9 eating up all my resources then crashing my server.

I tried to update through the GUI, apparently something got stuck and the server updater page kept telling me there was an error but wouldn't show anything else until the server was power cycled.

When I tried to run the GUI updater again, it looked like it worked but then failed.

So after reading the forums I found suggestions to use

/usr/local/psa/admin/bin/autoinstaller

I'm getting the same problems as before. It looks like it has lots to install for 9.0.1 then gives me:
Starting installation of packages
Installing the package psa-backup-manager-vz-9.0.1-fc7.build90090127.18.i586 (b 0x95a2af0 source=0x87ffaa8 P:4 R:1), psa-backup-manager-9.0.1-fc7.build90090127.18.i586 (b 0x94f47f0 source=0x87ffaa8 P:393 R:6), psa-migration-manager-9.0.1-fc7.build90090127.18.i586 (b 0x9558878 source=0x87ffaa8 P:278 R:48), psa-api-rpc-9.0.1-fc7.build90090127.18.noarch (b 0x948b598 source=0x87ffaa8 P:84 R:6), psa-9.0.1-fc7.build90090127.18.i586 (b 0x9428cb0 source=0x87ffaa8 P:3638 R:85), psa-api-9.0.1-fc7.build90090127.18.noarch (b 0x94d60a8 source=0x87ffaa8 P:1046 R:8), psa-libpam-plesk-9.0.1-fc7.build90090127.18.i586 (b 0x94d4738 source=0x87ffaa8 P:17 R:6), psa-locale-base-en-US-9.0.1-09012214.noarch (b 0x9481f68 source=0x87ffaa8 P:1577 R:0), psa-updates-9.0.1-fc7.build90090127.18.noarch (b 0x948b018 source=0x87ffaa8 P:1 R:1), psa-appvault-updates-9.0.1-fc7.build90090127.18.noarch (b 0x95a2148 source=0x87ffaa8 P:1 R:1)
package psa-api-9.0.1-fc7.build90090127.18 is already installed
package psa-locale-base-en-US-9.0.1-09012214 is already installed
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.

I have 6 GB free space so that's not the issue... what next?
 
Additional Details

From reading one of the failed to update from 9.0.0 to 9.0.0.2 threads I found these greps and ran them. I dunno what they mean exactly but maybe they will help someone. Also, I now get lots of
"Downloading the file PSA_9.0.1/dist-rpm-FedoraCore-7-i386/opt/modules/vpn/psa-vpn-2.0.1-fc7.build90090127.18.i586.rpm: skipped because of md5 checksum match." for each file before it tries to install and fails...

# rpm -qa | grep psa-hotfix
psa-hotfix3-9.0.0-9.0.0-fc7.build90081208.08
psa-hotfix4-9.0.0-9.0.0-fc7.build90081222.11
# rpm -qa |grep psa-9
psa-9.0.0-fc7.build90081117.17
 
Hi,

Generally to view more detailed info about dependency failure chain you should look into /tmp/autoinstaller3.log

As for
"Downloading the file PSA_9.0.1/dist-rpm-FedoraCore-7-i386/opt/modules/vpn/psa-vpn-2.0.1-fc7.build90090127.18.i586.rpm: skipped because of md5 checksum match." for each file before it tries to install and fails...

Try using solution proposed here:
http://forum.parallels.com/showpost.php?p=361278&postcount=2
 
Thanks, but removing that dir didn't work. New downloads same problem.

This is where I quit this **** and revert back to 8.4.

Nice job failing on v 9 Parallels
 
I have the same sort of problem going from 8.6 to 9.0 then 9.01. The solution says delete some directories. I have root /psa directory with folders for 8.4, 8.4, 9.0, 9.01, sitebuilder, etc which are full of rpm's & tars plus the top level has the key .inf3 files. The suggestion is to remove these versions (or some of them?) and let autoinstall fetch them all again?
 
What I did to sort this problem out on my upgrade from 8.6 to 9.0.1.

1. cd /root/parallels/PSA_9.0.1/dist-rpm-CentOS-5-i386/base
2. rpm -Uvh --force --nodeps *
3. /usr/local/psa/admin/bin/autoinstaller (Follow your nose here, I am sure I just accepted the defaults)
4. nano -w /usr/local/psa/admin/conf/php.ini
5. Added the following lines.
[eaccelerator]
eaccelerator.shm_size=4
6. ctrl x and then y
7. /etc/rc.d/init.d/psa restart

Login to https://yoursitesaddress:8443

The above worked for me, best of luck.
 
Back
Top