• 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.

Resolved My plesk got corrupted after updating

hassanayoub85

New Pleskian
Dear,
I have a ubuntu vps
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty

I tried form plesk to update packages, this error appears
Update failed.
2017-06-17 07:47:11 INFO: pum is called with arguments: ['--update', '--json', '--', 'libgnutls-openssl27', 'libgnutls26']
2017-06-17 07:47:18 INFO: updating packages: libgnutls-openssl27 libgnutls26 libgnutls26:i386
saslpasswd2: user not found
dpkg: error processing package sasl2-bin (--configure):
subprocess installed post-installation script returned error exit status 20
Errors were encountered while processing:
sasl2-bin
Error in function:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
2017-06-17 07:47:24 ERROR: installArchives() failed
2017-06-17 07:47:24 ERROR: Exited with returncode 1.

then now the plesk is not accessible any more, and if i ttry by ssh to apt-isntall upgrade, this eerror appears:

apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
linux-headers-generic linux-headers-virtual linux-image-virtual
linux-virtual python3-software-properties software-properties-common
software-properties-gtk
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up sasl2-bin (2.1.25.dfsg1-17build1) ...
saslpasswd2: user not found
dpkg: error processing package sasl2-bin (--configure):
subprocess installed post-installation script returned error exit status 20
Errors were encountered while processing:
sasl2-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)

Any idea !!!!
:
 
Hi hassanayoub85,
saslpasswd2: user not found
dpkg: error processing package sasl2-bin (--configure):
subprocess installed post-installation script returned error exit status 20
Errors were encountered while processing:
sasl2-bin
Error in function:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
2017-06-17 07:47:24 ERROR: installArchives() failed
2017-06-17 07:47:24 ERROR: Exited with returncode 1.
For this issue, pls. consider to use:
Code:
aptitude purge sasl2-bin
... and continue with:
Code:
apt-get install -f

You may try to re-install "sasl2-bin" after you successfully finished your other updates/upgrades with the command:
Code:
aptitude install sasl2-bin


Hint:
Always consider to use "aptitude" instead of "apt-get" on Debian/Ubuntu - based systems, because "aptitude" is able to provide possible other solutions, in case that dependencies for packages tell you to remove packages, that you don't want to remove from your server. ;)
 
Back
Top