• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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