• 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.

No succesfull Installation on ubuntu 14.04 64bit

Sven_Amend

New Pleskian
Hello Community,

today i have startet an installation of plesk 12 on the above named OS after i have tested plesk 12 under debian 7.4. I have setup quota service on my ubuntu OS and executed apt-get update before i used the following shell skript http://autoinstall.plesk.com/one-click-installer to do the installation of plesk 12. In the Installation-Wizard i became lots of erros:
Err http://autoinstall.plesk.com/ubuntu/PSA_12.0.18/ trusty/all plesk-platform-runtime amd64 1.0-892097.14062518
403 Forbidden file type or location: http://autoinstall.plesk.com/ubuntu...latform-runtime_1.0-892097.14062518_amd64.deb
Err http://autoinstall.plesk.com/ubuntu/PSA_12.0.18/ trusty/all plesk-librdbmspp amd64 2.0-735641.14062518
403 Forbidden file type or location: http://autoinstall.plesk.com/ubuntu...lesk-librdbmspp_2.0-735641.14062518_amd64.deb
Err http://autoinstall.plesk.com/ubuntu/PSA_12.0.18/ trusty/all sw-libboost-date-time1.54.0 amd64 1.54.0-14060316


Please can you help me?

Kind Regards from Germany
 
Thanks for your reply Igor but your tipp did not work for me, i get the same errors as descriped about with your solution
 
Al these URLs are accessible for me. Do you have any firewall or something wrong in network infrastructure?
 
Hmm on my Host i have opened allte the needed Ports which are listed in the link http://kb.odin.com/en/391 and i can ping the autoinstall.plesk.com wihtout any problems other installation like apt-get install apache2 are working perfect
 
Strange. There is really something wrong with your network. Or maybe you have some mirror there?
I can download it on any my test servers.
 
Hi Sven_Amend,

I suggest the following steps, to install Plesk on Ubuntu 14.04 :

sudo apt-get install php5
sudo apt-get remove apparmor
( Apparmor can cause issues/problems, which you can avoid, by removing it )
sudo wget -O plesk-installer.sh http://autoinstall.plesk.com/plesk-installer

The Plesk installer might not run with a simple "su" - command, I suggest to use "sudo su" and then

./plesk-installer.sh

... to install Plesk.​

If you experience issues, please provide some errors and/or error - logs, which might help to investigate your issues.
 
Back
Top