• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Upgrade not working properly

A

AndyD

Guest
I've tried upgrading my Plesk 8.0.1 box to Plesk 8.1.0, but I'm getting the following error:

Code:
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:
  libapache2-mod-python: Depends: python-central (>= 0.5.8) but it is not going to be installed
                         Depends: python (>= 2.4) but 2.3.5-5 is to be installed
  php5-cgi: Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-curl: Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-gmp: Depends: libgmp3 but it is not installable
            Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-pdo-mysql: Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-pdo-pgsql: Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-pdo-sqlite: Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-pgsql: Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-pspell: Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-snmp: Depends: libsnmp5 (>= 5.1) but it is not installable
             Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-sybase: Depends: libct1 but it is not installable
               Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  php5-tidy: Depends: libtidy0 but it is not installable
             Depends: php5-common (= 5.1.4-swsoft.1) but 5.2.0-10 is to be installed
  psa-mod-fcgid-configurator: Depends: libfcgi0 but it is not installable
  sitebuilder-core: Depends: php5-mysql but it is not going to be installed

catch error with message: Error while resolve packages by apt
ERROR: Error while resolve packages by apt
Check SElinux status after error:
Exit with ERROR status

Any ideas how to fix it?
 
do you use sitebuilder, if not remove it and try again ...

is this debian etch ? (i think plesk does not support debian etch)
 
What does sitebuilder have to do with it? And how can I remove it?

I tried installing the missing package manually, and this is what happens:

Code:
serv02:~# apt-get install libfcgi0
Reading Package Lists... Done
Building Dependency Tree... Done
Package libfcgi0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libfcgi0c2
E: Package libfcgi0 has no installation candidate
serv02:~# apt-get install libfcgi0c2
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  libfcgi0c2
0 upgraded, 1 newly installed, 0 to remove and 129 not upgraded.
2 not fully installed or removed.
Need to get 278kB of archives.
After unpacking 759kB of additional disk space will be used.
Get:1 [url]ftp://ftp.uk.debian.org[/url] testing/main libfcgi0c2 2.4.0-6 [278kB]
Fetched 278kB in 0s (2063kB/s)
Selecting previously deselected package libfcgi0c2.
(Reading database ... 62162 files and directories currently installed.)
Unpacking libfcgi0c2 (from .../libfcgi0c2_2.4.0-6_i386.deb) ...
Setting up reportbug (3.21) ...
Compiling /usr/share/reportbug/reportbug_submit.py ...
  File "/usr/share/reportbug/reportbug_submit.py", line 354
    while failed != True:
    ^
SyntaxError: invalid syntax

dpkg: error processing reportbug (--configure):
 subprocess post-installation script returned error exit status 1
Setting up postgresql-7.4 (7.4.16-1) ...
Starting PostgreSQL 7.4 database server: main* The PostgreSQL server failed to s
tart. Please check the log output:
/usr/lib/postgresql/7.4/bin/postmaster: TCP/IP connections must be enabled for S
SL
 failed!
invoke-rc.d: initscript postgresql-7.4, action "start" failed.
dpkg: error processing postgresql-7.4 (--configure):
 subprocess post-installation script returned error exit status 1
Setting up libfcgi0c2 (2.4.0-6) ...

Errors were encountered while processing:
 reportbug
 postgresql-7.4
E: Sub-process /usr/bin/dpkg returned an error code (1)
serv02:~#
 
Back
Top