• 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!
  • 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 saslpasswd2: user not found

DenizGelion

Basic Pleskian
Hi there, today I got a "Plesk update failed" message in the middle of the night and I cannot access the Plesk web GUI anymore. Here's a pastebin of the log: Execution failed. Command: autoinstaller Arguments: Array ( [0] => --sel - Pastebin.com

I suppose the relevant part is this, but I'm not quite sure on what to do now:
Code:
Execution failed.
Command: autoinstaller
Arguments: Array
(
    [0] => --select-product-id
    [1] => plesk
    [2] => --select-release-current
    [3] => --upgrade-installed-components
    [4] => --include-components-from-class
    [5] => aspect=panel
)

Details: Doing restart of Plesk Installer...
...
Code:
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up sasl2-bin (2.1.26.dfsg1-14ubuntu0.1) ...
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)

ERROR: An error occurred on attempt to install packages.
Attention! Your software might be inoperable.
Please contact product technical support.

What am I supposed to do here? Also what happened and what might have caused this behaviour? Our customer sites still seem to be running, so I don't want to just restart the server and see if it dissapears or not. I do have SSH access and know my way around a little bit, if that helps.

I would appreciate the help!

Regards,
Deniz
 
Plesk doesn't use the package sasl2-bin at all because it has is own system for managing users and passwords.
So, just uninstall it with

# apt-get remove sasl2-bin

and run Plesk update again.
 
Back
Top