• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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