• 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

Cannot install PSA_9.2.1 on Ubuntu 2.6.24-24-server

S

SvetoslavM

Guest
I was trying to install Plesk using the autoinstaller on a virtual (VBox on MAC OS X) ubuntu installation and the installation stopped. Please see the attached files.
Maybe some important packages are missing ?

After first problem I executed the following command (see 2nd attached file)
root@plesk:~# aptitude install gd2
 

Attachments

  • plesk_failed_install_ubuntu.txt
    53.8 KB · Views: 1
  • plesk_failed_install_ubuntu_2.txt
    45 KB · Views: 1
Are there any uninstall instructions for Ubuntu or could I use the ones for FreeBSD ?


Removing Plesk from FreeBSD Systems

To remove Plesk from your server, follow these steps:

1. Log in to Plesk server as root.
2. Run the command /usr/local/etc/rc.d/psa.sh stop
3. Run the command pkg_delete `pkg_info | grep psa | awk '{print $1}' | xargs -n100`
4. Run the command rm -rf /usr/local/psa
5. Delete all references to DNS zones from the file /var/named/etc/namedb/named.conf, remove zone files from /var/named/etc/namedb/master/, and modify the file /etc/rc.conf appropriately.
6. Run the command rm -rf /etc/psa
 
Back
Top