• 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

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