PDA

View Full Version : Installing Plesk 8 on Virtuozzo FC4


porkiey
30th March 2006, 07:00 PM
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!

Spira
7th July 2006, 09:52 AM
I have the exact same problem with FC2 - did you find a solution yet?

Kait
23rd September 2006, 11:00 PM
I´ve had the same problem. Seems to be a memory problem.

Before the update stop all unneeded services:

/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.
rcmysql restart

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

After all reboot the server and have fun ;)