• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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