• 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.

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