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

Resolved chroot: permission denied

Yes i tried this. Also the bootstrapper and even compared permissions on working servers. Did not change anything still permission denied
 
Are you sure that you have correct permissions here:

# ls -la /var/www/vhosts/chroot/lib64/ld-linux*
-rwxr-xr-x 1 root root 155464 Dec 7 04:03 /var/www/vhosts/chroot/lib64/ld-linux-x86-64.so.2

# ls -la /var/www/vhosts/chroot/lib/ld-linux*
-rwxr-xr-x 1 root root 150960 Dec 7 03:29 /var/www/vhosts/chroot/lib/ld-linux.so.2
 
Hmm... I can only recommend to create a request to Plesk support team to do in-depth investigation to find the reason and to fix it directly on your server.
 
The thing here is that we only have a support-code and with your new ticketing system its impossible to open a new request since we cannot access the email linked with it :(
 
We are actually partners so this would be a bit too much paying. I opened a reqest now with my operator email so i hope it will be approved.
 
We resolved the issue, just for anyone wondering what it was:

the filesystem for /var/www was mounted with the "noexec"-flag which does not allow execution of files on it. After a remount whitout this flag, everything works as it should.
 
Back
Top