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

ERROR: PleskFatalException

H

hassanD

Guest
After applying these commands.

~# chgrp -R psaadm /usr/local/psa/admin/libexec
~# chgrp -R psaadm /usr/local/psa/admin/sbin
~# chgrp psaadm /usr/local/psa/admin/sessions

I can't log in to my plesk . I get following error message.

Components::componentUpdate() failed: Unable to exec utility packagemng: packagemng: failed to open semaphore file /usr/local/psa/var/utilities.sem: Permission denied
System error 13: Permission denied

Please help to resolve this problem. i think it's a permission problem.
 
I have checked default settings:

# stat /usr/local/psa/admin/sbin
File: `/usr/local/psa/admin/sbin'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: bah/186d Inode: 19078112 Links: 3
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)

# stat /usr/local/psa/admin/sessions
File: `/usr/local/psa/admin/sessions'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: bah/186d Inode: 20173680 Links: 2
Access: (0770/drwxrwx---) Uid: ( 0/ root) Gid: ( 501/ psaadm)

# stat /usr/local/psa/admin/libexec
stat: cannot stat `/usr/local/psa/admin/libexec': No such file or directory
 
# stat /usr/local/psa/admin/sbin
File: `/usr/local/psa/admin/sbin'
Size: 4096 Blocks: 16 IO Block: 4096 directory
Device: 901h/2305d Inode: 161753 Links: 3
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 501/ psaadm)

# stat /usr/local/psa/admin/sessions
File: `/usr/local/psa/admin/sessions'
Size: 4096 Blocks: 16 IO Block: 4096 directory
Device: 901h/2305d Inode: 194943 Links: 2
Access: (0770/drwxrwx---) Uid: ( 0/ root) Gid: ( 501/ psaadm)
 
Last edited by a moderator:
Huhhh.... You have applied it with -R option... Group was changed recursively... A lot of important binaries have incorrect permissions now. I think you should contact support team for fixing this broken Plesk.
 
Back
Top