• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

[urgent] plesk reinstall after gnome install

O

Ortix

Guest
So Recently I tried installing Gnome on my Debian 6 server with plesk 11 installed. That did not go well. It apparently removed Plesk for no reason.. now apache is effed and so is plesk.

Running autoinstaller returns these errors:

Reading package lists...
Gathering information about installed license key...
Checking whether the package dependencies are resolved.
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
---X--- `apt-get` output ---------------------
Reading package lists...
Building dependency tree...
Reading state information...
mailman is already the newest version.
php5 is already the newest version.
postgresql is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
apache2-mpm-itk : Conflicts: apache2-mpm
apache2-mpm-prefork : Depends: apache2.2-common (= 2.2.16-6+squeeze7) but 2.2.22-9 is to be installed
Depends: apache2.2-bin (= 2.2.16-6+squeeze7) but 2.2.22-9 is to be installed
Conflicts: apache2-mpm
libpod-wsdl-perl : Depends: libxml-writer-perl but it is not going to be installed
mysql-server : Depends: mysql-server-5.1 but it is not going to be installed
php5-curl : Depends: phpapi-20100525
Depends: php5-common (= 5.4.4-3) but 5.3.3-7+squeeze13 is to be installed
php5-gd : Depends: phpapi-20100525
Depends: php5-common (= 5.4.4-3) but 5.3.3-7+squeeze13 is to be installed
php5-imap : Depends: phpapi-20100525
Depends: php5-common (= 5.4.4-3) but 5.3.3-7+squeeze13 is to be installed
php5-mysql : Depends: phpapi-20100525
Depends: php5-common (= 5.4.4-3) but 5.3.3-7+squeeze13 is to be installed
php5-sqlite : Depends: phpapi-20100525
Depends: php5-common (= 5.4.4-3) but 5.3.3-7+squeeze13 is to be installed
php5-xsl : Depends: phpapi-20100525
Depends: php5-common (= 5.4.4-3) but 5.3.3-7+squeeze13 is to be installed
plesk-billing-plugins : Depends: libxml-libxml-perl but it is not going to be installed
Depends: libio-interface-perl but it is not going to be installed
Depends: libconfig-general-perl but it is not going to be installed
Depends: libsort-versions-perl but it is not going to be installed
Depends: libsoap-lite-perl but it is not going to be installed
Depends: libparams-validate-perl but it is not going to be installed
Depends: libdbd-mysql-perl but it is not going to be installed
Depends: libnet-ssleay-perl but it is not going to be installed
Depends: libcrypt-ssleay-perl but it is not going to be installed
Depends: liblog-log4perl-perl but it is not going to be installed
Depends: libfcgi-perl but it is not going to be installed
Depends: libtext-template-perl but it is not going to be installed
Depends: libxml-validator-schema-perl but it is not going to be installed
Depends: libcgi-fast-perl but it is not going to be installed
Depends: libxml-simple-perl but it is not going to be installed
Depends: libdate-calc-perl but it is not going to be installed
Depends: libdate-manip-perl but it is not going to be installed
Depends: libdigest-sha1-perl but it is not going to be installed
psa-atis : Depends: libdbd-mysql-perl but it is not going to be installed

---------------------- `apt-get` output ---X---
Collecting error details into log file...
Synchronizing the Debian APT package index files...

ERROR: Installation will not continue
Not all packages were installed.
Please, contact product technical support.

Do I have to reinstall the server (host provides image with preinstalled plesk on debian) or is this fixable?
 
Last edited by a moderator:
Plesk doesn't support sid (unstable) Debian repository. At least get rid of it in your sources list.

Also you should have checked the packages list that were going to be updated or removed upon Gnome installation.

P.S. It would be nice if you've used a more understandable title for your post, which reflected your problem in a useful and concise way.
 
That's strange.. My title was "[URGENT] Reinstall Broken Plesk"

I'll fix it.. don't know how that happened.

And "you should have" is not going to help me really...

Also, how do i get rid of sid? Not so good with repos.
 
That's strange.. My title was "[URGENT] Reinstall Broken Plesk"

OK, might be a bug in forum software.

Also, how do i get rid of sid? Not so good with repos.

You should edit APT sources.list file, e.g. by

$ sudo vi /etc/apt/sources.list

There will be a list of lines (often starting with 'deb'), you should make sure that your file looks something like the following:

deb http://ftp.debian.org/debian squeeze main
deb http://ftp.debian.org/debian squeeze-updates main
deb http://security.debian.org/ squeeze/updates main

note that there is squeeze instead of sid or unstable or even testing.

After that you can try to run Autoinstaller again and hope for the best. No guarantees though that Plesk would work (or even install) on an environment with a mixed packages set.
 
Back
Top