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

can't execute

mr_exclusive

Basic Pleskian
Hi,

I have discovered something in my warn.log

Event manager[23891]: Can't execute /usr/local/psa/admin/plib/modules/sbm2/update_hosting.php : Permission denied

the file update_hosting.php exists, and normaly i can run it by root, but plesk don't do it by it self :confused:

what permitions should have the file

sorry for my english
 
Originally posted by mr_exclusive
Hi,

I have discovered something in my warn.log

Event manager[23891]: Can't execute /usr/local/psa/admin/plib/modules/sbm2/update_hosting.php : Permission denied

the file update_hosting.php exists, and normaly i can run it by root, but plesk don't do it by it self :confused:

what permitions should have the file

sorry for my english

First of all check under which user this command is set to run in your Plesk Event Manager: Server -> Event Manager. This user should be able to run this command. On my 7.5.4 server I have this file with following permissions:

# ls -la /usr/local/psa/admin/plib/modules/sbm2/update_hosting.php
-rwxr-x--- 1 root psaadm 14729 Oct 17 2005 /usr/local/psa/admin/plib/modules/sbm2/update_hosting.php

Hope this information can help you.
 
Hi,

changing permissions didn't help, but changing permissions in Plesk Event Manager: Server -> Event Manager from "psaadm" to "root" worked for me :)
 
Back
Top