• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Installing Plesk 8 on Virtuozzo FC4

P

porkiey

Guest
When I do an install on a clean FC4 it hits the following error:

Reading system installed packages...done.
Download file plesk-8.0.0-fc4-i386.hdr.gz: 44%..93%..100% done
Download file plesk-8.0.0-fc4-i386.hdr.gz: 25%..67%..100% done
Can't execute command gunzip --stdout /root/psa/PSA_8.0.0/update-rpm-FedoraCore-4-i386/plesk-8.0.0-fc4-i386.hdr.gz
ERROR: Can't read updates headers file
ERROR: Installation failed


Now the strange thing is that gunzip IS installed and if you manually run that command it works and spews all sorts of things out!
 
I have the exact same problem with FC2 - did you find a solution yet?
 
I´ve had the same problem. Seems to be a memory problem.

Before the update stop all unneeded services:

Code:
/etc/init.d/psa stop
rcapache2 stop
rcxinetd stop
rcnamed stop
/etc/init.d/qmail stop
/etc/init.d/saslauthd stop
/etc/init.d/courier-imap stop
/etc/init.d/syslog stop
/etc/init.d/cron stop

Then restart mysql to empty the buffer.
Code:
rcmysql restart

start the autoinstaller again, should work now.
Code:
/usr/local/psa/admin/bin/autoinstaller

After all reboot the server and have fun ;)
 
Back
Top