• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Upgrade from 7.5.4 error

P

Phusys

Guest
I try to updgrade my plesk 7.5.4 to 8.0.0 but i receive this error:
Preparing system for Plesk installation
===============================================================================

There are 0 standard packages, that are necessary for Plesk and which
were not found in your system.

There are 0 standard packages, that are installed, but will be upgraded
for product installation.



N) Install Plesk and all required packages; P) Go back;
Q) Cancel installing; L) Show list of packages;
Select action [N]: n
Start Deb-based installation with apt
Hit http://freedom.dicea.unifi.it stable/main Packages
Hit http://freedom.dicea.unifi.it stable/main Release
Hit http://freedom.dicea.unifi.it stable/main Sources
Hit http://freedom.dicea.unifi.it stable/main Release
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Get:1 http://autoinstall.plesk.com PSA_8.0.0/ Packages [13,3kB]
Ign http://autoinstall.plesk.com PSA_8.0.0/ Release
Scaricato 13,3kB in 2s (4915B/s)
Lettura della lista dei pacchetti in corso...
Reading Package Lists...
Building Dependency Tree...
libpam-plesk is already the newest version.
psa-locale-base-en-us is already the newest version.
psa-pylibplesk is already the newest version.
psa-qmail is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
psa-bu: Depends: psa-7.5.4
psa-migration-manager: Depends: libboost-program-options1.32.0 but it is not going to be installed
Depends: libboost-regex1.32.0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
ERROR: Install command execution failed
ERROR: Installation failed

Anyone could help me?

Thx
 
I've got a similar problem! :(

Here's my output:

Download file versions.inf3: 22%..100% done
Download file PSA_8.0.0/plesk-8.0.0-deb3.1-i386.inf3: 34%..100% done
Checking for system installed packages...done.
Check for components installation status
resolve packages with apt-get
Hit ftp://ftp.uk.debian.org testing/main Packages
Hit ftp://ftp.uk.debian.org testing/main Release
Hit ftp://ftp.uk.debian.org testing/contrib Packages
Hit ftp://ftp.uk.debian.org testing/contrib Release
Hit ftp://ftp.uk.debian.org testing/non-free Packages
Hit ftp://ftp.uk.debian.org testing/non-free Release
Hit ftp://ftp.uk.debian.org testing/main Sources
Hit ftp://ftp.uk.debian.org testing/main Release
Hit ftp://ftp.uk.debian.org testing/contrib Sources
Hit ftp://ftp.uk.debian.org testing/contrib Release
Get:1 http://autoinstall.plesk.com PSA_8.0.0/ Packages [13.3kB]
Hit ftp://ftp.uk.debian.org testing/non-free Sources
Ign http://autoinstall.plesk.com PSA_8.0.0/ Release
Hit ftp://ftp.uk.debian.org testing/non-free Release
Get:2 ftp://ftp.uk.debian.org unstable/main Packages [4080kB]
Get:3 ftp://ftp.uk.debian.org unstable/main Release [82B]
Hit ftp://ftp.uk.debian.org unstable/contrib Packages
Get:4 ftp://ftp.uk.debian.org unstable/contrib Release [85B]
Hit ftp://ftp.uk.debian.org unstable/non-free Packages
Get:5 ftp://ftp.uk.debian.org unstable/non-free Release [86B]
Fetched 4094kB in 2s (1725kB/s)
Reading Package Lists...
Start Deb-based installation with apt
Hit ftp://ftp.uk.debian.org testing/main Packages
Hit ftp://ftp.uk.debian.org testing/main Release
Hit ftp://ftp.uk.debian.org testing/contrib Packages
Hit ftp://ftp.uk.debian.org testing/contrib Release
Hit ftp://ftp.uk.debian.org testing/non-free Packages
Hit ftp://ftp.uk.debian.org testing/non-free Release
Hit ftp://ftp.uk.debian.org testing/main Sources
Hit ftp://ftp.uk.debian.org testing/main Release
Hit ftp://ftp.uk.debian.org testing/contrib Sources
Hit ftp://ftp.uk.debian.org testing/contrib Release
Hit ftp://ftp.uk.debian.org testing/non-free Sources
Hit ftp://ftp.uk.debian.org testing/non-free Release
Hit ftp://ftp.uk.debian.org unstable/main Packages
Hit ftp://ftp.uk.debian.org unstable/main Release
Hit ftp://ftp.uk.debian.org unstable/contrib Packages
Hit ftp://ftp.uk.debian.org unstable/contrib Release
Hit ftp://ftp.uk.debian.org unstable/non-free Packages
Hit ftp://ftp.uk.debian.org unstable/non-free Release
Get:1 http://autoinstall.plesk.com PSA_8.0.0/ Packages [13.3kB]
Ign http://autoinstall.plesk.com PSA_8.0.0/ Release
Fetched 13.3kB in 0s (16.0kB/s)
Reading Package Lists...
Reading Package Lists...
Building Dependency Tree...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
psa-migration-manager: Depends: libboost-program-options1.32.0 but it is not installable
Depends: libboost-regex1.32.0 but it is not installable
psa-tomcat-configurator: Depends: libapache2-mod-jk2 but it is not installable
E: Broken packages
ERROR: Install command execution failed
 
I've solved this error by installing the missing packages by hand with qpkg - works fine now!

Try to look for the sources/packages in google, wget them and install with qpkg -i package.deb :)
 
here's what I did:

Code:
wget [url]http://ftp.uk.debian.org/debian/pool/main/b/boost/libboost-program-options1.32.0_1.32.0-6_i386.deb[/url]
wget [url]http://ftp.uk.debian.org/debian/pool/main/b/boost/libboost-regex1.32.0_1.32.0-6_i386.deb[/url]
wget [url]http://ftp.uk.debian.org/debian/pool/main/liba/libapache2-mod-jk2/libapache2-mod-jk2_2.0.4-3_i386.deb[/url]

dpkg -i *.deb

Then I ran the update again.
 
i've download the missing packages but when i try to update plesk to version 8.0.0 i receive this output:

There are 0 standard packages, that are necessary for Plesk and which
were not found in your system.

There are 0 standard packages, that are installed, but will be upgraded
for product installation.



N) Install Plesk and all required packages; P) Go back;
Q) Cancel installing; L) Show list of packages;
Select action [N]: n
Start Deb-based installation with apt
Hit http://freedom.dicea.unifi.it stable/main Packages
Hit http://freedom.dicea.unifi.it stable/main Release
Hit http://freedom.dicea.unifi.it stable/main Sources
Hit http://freedom.dicea.unifi.it stable/main Release
Get:1 http://autoinstall.plesk.com PSA_8.0.0/ Packages [13,3kB]
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Ign http://autoinstall.plesk.com PSA_8.0.0/ Release
Scaricato 13,3kB in 10s (1234B/s)
Lettura della lista dei pacchetti in corso...
Reading Package Lists...
Building Dependency Tree...
libpam-plesk is already the newest version.
psa-locale-base-en-us is already the newest version.
psa-pylibplesk is already the newest version.
psa-qmail is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
psa-bu: Depends: psa-7.5.4
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
ERROR: Install command execution failed
ERROR: Installation failed
 
Back
Top