• 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

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