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

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