HMoellendorf87
Regular Pleskian
Can anyone confirm, that Plesk Panel 12.0.18 is available in autoinstaller now?
I get it displayed with no special command....
I get it displayed with no special command....
Can anyone confirm, that Plesk Panel 12.0.18 is available in autoinstaller now?
I get it displayed with no special command....
404 Not Found
nginx
2014/05/22 22:27:13 [warn] 23290#0: conflicting server name "" on 0.0.0.0:8443, ignored
2014/05/22 22:27:18 [error] 23292#0: *1 open() "/usr/share/html/check-plesk.php" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "POST /check-plesk.php HTTP/1.1", host: "localhost:8443"2014/05/22 22:28:35 [warn] 26244#0: conflicting server name "" on 0.0.0.0:8443, ignored
2014/05/22 22:29:52 [error] 26246#0: *2 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<fqdn>:8443"
2014/05/22 22:34:09 [error] 26246#0: *4 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<ip>:8443"
2014/05/22 22:34:23 [error] 26246#0: *5 open() "/usr/share/html/check-plesk.php" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "POST /check-plesk.php HTTP/1.1", host: "localhost:8443"
2014/05/22 22:34:26 [error] 26246#0: *4 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<ip>:8443"
2014/05/22 22:34:29 [error] 26246#0: *6 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<ip>:8443"
yum -y update
yum -y install nano screen mlocate
yum -y install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum -y install wget unrar
curl http://autoinstall.plesk.com/plesk-installer -o /root/plesk-installer
chmod +x /root/plesk-installer
/root/plesk-installer --select-product-id plesk --select-release-latest --branch=current --install-component common --install-component panel --install-component bind --install-component psa-autoinstaller --install-component postgresql --install-component pmm --install-component agent --install-component mysqlgroup --install-component horde --install-component roundcube --install-component drweb --install-component spamassassin --install-component mailman --install-component postfix --install-component web-hosting --install-component mod_fcgid --install-component proftpd --install-component webalizer --install-component awstats --install-component phpgroup --install-component webservers --install-component watchdog --install-component ruby --install-component fail2ban --install-component modsecurity --install-component config-troubleshooter
Good morning everybody,
I set up a Ubuntu 14.04 LTS Server from scratch and try to install Plesk 12 via the autoinstall script as root.
I was able to get the script via wget http://autoinstall.plesk.com/plesk-installer and did chmod +x ./plesk-installer
When I run the script I´m getting ERROR: Unable to fetch Parallels Installer
Is it because the autoinstaller does not deliver Plesk 12 or because the autoinstaller does not support Ubuntu 14.04?
Do I still need to register for the Plesk 12 preview and if so can I test it on my own VM?
Thanks,
Dennis
Since 12.0.18 I get errors in the Backup Manager, although backups seem to work fine:
Unable to rotate dump: The dump rotation is failed with code '1' at /opt/psa/admin/bin/plesk_agent_manager line 1039.
Clean install of 12.0.18 CentOS 6 1200140513.16:
When trying to access Plesk for configuration via https://<ip>:8443/
I get:
Code:404 Not Found nginx
And this in /var/log/plesk/sw-cp-server/error_log :
Code:2014/05/22 22:27:13 [warn] 23290#0: conflicting server name "" on 0.0.0.0:8443, ignored 2014/05/22 22:27:18 [error] 23292#0: *1 open() "/usr/share/html/check-plesk.php" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "POST /check-plesk.php HTTP/1.1", host: "localhost:8443"2014/05/22 22:28:35 [warn] 26244#0: conflicting server name "" on 0.0.0.0:8443, ignored 2014/05/22 22:29:52 [error] 26246#0: *2 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<fqdn>:8443" 2014/05/22 22:34:09 [error] 26246#0: *4 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<ip>:8443" 2014/05/22 22:34:23 [error] 26246#0: *5 open() "/usr/share/html/check-plesk.php" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "POST /check-plesk.php HTTP/1.1", host: "localhost:8443" 2014/05/22 22:34:26 [error] 26246#0: *4 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<ip>:8443" 2014/05/22 22:34:29 [error] 26246#0: *6 "/usr/share/html/index.html" is not found (2: No such file or directory), client: 4.3.2.1, server: , request: "GET / HTTP/1.1", host: "<ip>:8443"
Installed on CentOS 6.5 with:
Code:yum -y update yum -y install nano screen mlocate yum -y install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm yum -y install wget unrar curl http://autoinstall.plesk.com/plesk-installer -o /root/plesk-installer chmod +x /root/plesk-installer /root/plesk-installer --select-product-id plesk --select-release-latest --branch=current --install-component common --install-component panel --install-component bind --install-component psa-autoinstaller --install-component postgresql --install-component pmm --install-component agent --install-component mysqlgroup --install-component horde --install-component roundcube --install-component drweb --install-component spamassassin --install-component mailman --install-component postfix --install-component web-hosting --install-component mod_fcgid --install-component proftpd --install-component webalizer --install-component awstats --install-component phpgroup --install-component webservers --install-component watchdog --install-component ruby --install-component fail2ban --install-component modsecurity --install-component config-troubleshooter
why you removed note in changelog for supporting ubuntu 14.04 and removed new installer?
Hey,
i've got an PP11.5 license what will happen if i upgrade to PP12? Will the license be converted?
Cheers
When Plesk 10.x or Plesk 11.x is upgraded to Plesk 12, Plesk 10/11 license is not converted to Plesk 12 license.