• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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