• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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