• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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