• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk 12.0.18 trouble installing

Ivica Kolenkaš

New Pleskian
Hello guys,

I have tried to install Plesk 12 using bundled ISO with CentOS6 x86_64 an manual install also. Both of those left me with the same error which is

Code:
Loading mirror speeds from cached hostfile
* base: mirrors.clouvider.net
* epel: mirrors.coreix.net
* extras: centos.mirroring.pulsant.co.uk
* updates: mirrors.coreix.net
http://autoinstall.plesk.com/PSA_12.0.18/dist-rpm-CentOS-6-x86_64/contrib/libaps-1.0.7-798670.14062518.x86_64.rpm: [Errno 14] PYCURL ERROR 56 - "Failure when receiving data from the peer"
Trying other mirror.
Error while preparing to install packages: [u'Errors were encountered while downloading packages.', u'libaps-1.0.7-798670.14062518.x86_64: failure: contrib/libaps-1.0.7-798670.14062518.x86_64.rpm from PSA_12_0_18-dist: [Errno 256] No more mirrors to try.']. Trying again.
http://autoinstall.plesk.com/PSA_12.0.18/dist-rpm-CentOS-6-x86_64/contrib/libaps-1.0.7-798670.14062518.x86_64.rpm: [Errno 14] PYCURL ERROR 56 - "Failure when receiving data from the peer"
Trying other mirror.
Error while preparing to install packages: [u'Errors were encountered while downloading packages.', u'libaps-1.0.7-798670.14062518.x86_64: failure: contrib/libaps-1.0.7-798670.14062518.x86_64.rpm from PSA_12_0_18-dist: [Errno 256] No more mirrors to try.']. Trying again.
http://autoinstall.plesk.com/PSA_12.0.18/dist-rpm-CentOS-6-x86_64/contrib/libaps-1.0.7-798670.14062518.x86_64.rpm: [Errno 14] PYCURL ERROR 56 - "Failure when receiving data from the peer"
Trying other mirror.
Number of retries is exceeded.
YumDownloadError: [u'Errors were encountered while downloading packages.', u'libaps-1.0.7-798670.14062518.x86_64: failure: contrib/libaps-1.0.7-798670.14062518.x86_64.rpm from PSA_12_0_18-dist: [Errno 256] No more mirrors to try.']

My server (VM) has 30GB HDD, 1GB RAM and is running 2.6.32-504.30.3.el6.x86_64 kernel, fully updated. I have disabled firewall for the simplicity of installation but to no avail.
 
Make sure that hostname autoinstall.plesk.com is not firewalled and correctly resolvable from tour server.
 
Thank you for your prompt reply Igor.

It is resolvable, I'm able to wget the package (or any other package for that matter). IPTables is disabled and there are no connection issues as far as I can tell.
 
Looks like something wrong with OS. Try to google "PYCURL ERROR 56"
 
I've installed CentOS7 instead of CentOS6, still the same problem. Is everything ok with your repositories? Will try to install on Ubuntu, both with official bundled ISO and using manual installer.
 
That's it, after putting

Code:
68.232.34.73 autoinstall.plesk.com

in /etc/hosts installation started without trouble. I'm hoping it will end successfully too :) Thank you very much for you answers.
 
Back
Top