• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question pmm utility 'PMMCli' raised an exception. Error code is: -11

Koda

New Pleskian
Hi

Yesterday I have updated my MySQL with this tutorial CLICK

Now my Backups givs this error: pmm utility 'PMMCli' raised an exception. Error code is: -11

In the KB I have found this CLICK, but the rights are ok:
root@mail:~# ls -ld /var/lib/psa/dumps/
drwxr-xr-x 5 psaadm psaadm 4096 Mar 12 07:36 /var/lib/psa/dumps/

nano /usr/local/psa/PMM/logs/pmmcli.log
[2017-03-12 04:03:59.374|28523] CRITICAL: PMMUtility exception:
Subprocess <subprocess[28645] '/usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager domains-id --get-size --ftp --output-file=FTP_HIDDEN --session-path=/opt/psa/PMM/sessions/2017-03-12-035409.761
--from-file=/opt/psa/PMM/sessions/2017-03-12-035409.761/from-file'> was finished with exit code -11


I hope you have a Idea to help :)

Koda
 
Make sure that you have no Segmentation fault message when you run

# /usr/bin/perl -e 'require JSON::XS;'

If you have it, try to reinstall perl-base with

# apt-get install --reinstall perl-base
 
Back
Top