Plesk

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

Symptoms

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