• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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