• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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