Articles in this section

Menus in Plesk do not load: Unable to exec utility listmng: file does not exist or is not executable: /opt/psa/admin/bin/listmng

Plesk for Linux kb: technical

Applicable to:

  • Plesk for Linux

Symptoms

  • Menus in Plesk are not opening with the error message:

    PLESK_ERROR: Unable to exec utility listmng: file does not exist or is not executable: /opt/psa/admin/bin/listmng

    PLESK_ERROR: Server Error
    500 TypeError
    s is undefined

  • In some cases, the error message above is displayed on the Home page in Plesk.
  • The system has been upgraded to Ubuntu 22 or Debian 11.

Cause

Mailman mailing list is no longer shipped by Plesk for Ubuntu 22.04 and Debian 11.
During the OS upgrade, this package has not been removed causing conflict in Plesk operations.

Resolution

  1. Connect to the Plesk server via SSH.
  2. Remove the mailman package:

    # apt remove mailman

  3. Reconfigure the server-wide configuration:

    # plesk repair web -server

     

If after applying the steps above the pages in Plesk are still not accessible, reinstall the plesk-mail-pc-driver package:

  1. Get Plesk version and OS release:

    # plesk -v

  2. Go to http://autoinstall.plesk.com and to get a link for your Plesk version and OS release:

    http://autoinstall.plesk.com > PSA_<version> > dist_<operating_system> > opt > maildrivers > right-click on plesk-mail-pc-driver > click "Copy link address"

    Below is an example for Plesk Obsidian 18.0.47 on Ubuntu 22.04:

    http://autoinstall.plesk.com > PSA_18.0.47 > dist-deb-Ubuntu-22.04-x86_64 > opt > maildrivers > plesk-mail-pc-driver_18.0-v.ubuntu.22.04+p18.0.47.5+t221020.0801_amd64.deb

  3. Download the file to the Plesk server:

    # wget http://autoinstall.plesk.com/PSA_18.0.47/dist-deb-Ubuntu-22.04-x86_64/opt/maildrivers/plesk-mail-pc-driver_18.0-v.ubuntu.22.04+p18.0.47.5+t221020.0801_amd64.deb

  4. Remove the broken plesk-mail-pc-driver package:

    # dpkg -P --force-all plesk-mail-pc-driver

  5. Install the downloaded package:

    # dpkg -i 'plesk-mail-pc-driver_18.0-v.ubuntu.22.04+p18.0.47.5+t221020.0801_amd64.deb'

  6. Reconfigure the server-wide configuration:

    # plesk repair web -server

 
Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.