• 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

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