• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk 9.0.1 => 9.2.1 Debian etch x64 Update fails

F

fuck nuts

Guest
Code:
Setting up sw-cp-server (1.0-5.200902130602.debian40) ...
Starting SWsoft control panels server... stale pidfile. failed
dpkg: error processing sw-cp-server (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of plesk-base:
 plesk-base depends on sw-cp-server (>= 1.0-5); however:
  Package sw-cp-server is not configured yet.
dpkg: error processing plesk-base (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of psa-mail-driver-common:
 psa-mail-driver-common depends on plesk-base (>= 9.2.1); however:
  Package plesk-base is not configured yet.
dpkg: error processing psa-mail-driver-common (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sw-cp-server
 plesk-base
 psa-mail-driver-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

ideas anyone?
 
That's not a nice username :|

I have major problems at the moment. All my sites have gone down after the update which went very smooth?

Seems to be dns stuff.
 
about the problem i've mentioned above...

somehow sw-cp-server was still running occupying port 10001 which made all the installation fail. if you experience the same issue like i had.... try

# lsof | grep 10001
and then
kill -9 <pid>

and try again to install using parallels autoinstaller.
 
Back
Top