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

Plesk update from 10.4.4 to 11 goes wrong

D

DanielQue

Guest
Hello guys, i just went to update my plesk panel on my debian server and now i have this error displaying:
ERROR: Service_Agent_Exception
Unable to read components configuration from the service node: sh: /opt/psa/admin/bin/packagemng: Permission denied


Additionally, an exception has occurred while trying to report this error: Service_Agent_Exception
Unable to read components configuration from the service node: sh: /opt/psa/admin/bin/packagemng: Permission denied


0: Unix.php:340
Service_Node_Components_Unix->_syncProperties(NULL null, boolean false)
1: :
call_user_func_array(array, array)
2: Properties.php:151
Service_Node_Properties->sync(NULL null, boolean false)
3: Components.php:20
Service_Node_Components->sync()
4: Properties.php:32
Service_Node_Properties->__construct(object of type Db_Table_Row_ServiceNode)
5: ServiceNode.php:185
Db_Table_Row_ServiceNode->components()
6: ServiceNode.php:88
Db_Table_Row_ServiceNode->refreshProperties()
7: auth.php3:510
Now i have the new version installed but its corrupted..

Since im not expert with server management, im just so lost and dont know where to start to fix this.

I made a server backup before, but i cant access plesk panel admin since im having this error.

What can i do?

Sincerely
Daniel Q.
 
Disable selinux

You can also try the following

Disable selinux and try again

#setenforce 0

and if the above fails, then try disabling SELinux permanently by:

#vim /etc/selinux/config

and change to the following or add it, if it does not exist

SELINUX=enforcing
 
Back
Top