• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Reset system permissions

KevinStone

New Pleskian
Hi,

Does anyone know how to reset the system permissions?

I have posted this before but I think the title was misleading.

Looking in /etc/sw/keys/ I have the following:

drwxrws--- 2 root swkey-data 4096 Aug 19 07:13 backup
-rw-r--r-- 1 root swkey-data 22 Aug 19 07:13 info
drwxrws--- 2 root swkey-data 4096 Aug 8 2012 instances
drwxrws--- 2 root swkey-data 4096 Aug 19 07:13 keys
drwxrws--- 2 root swkey-data 4096 Sep 24 09:04 lock
-rw-rw---- 1 root swkey-data 19129 Sep 25 04:02 registry.xml
drwxrws--- 2 root swkey-data 4096 Sep 24 09:10 restart

I believe it should look more like this:

drwxrws--- 2 psaadm swkey-data 4096 Jul 7 05:27 backup
-rw-r--r-- 1 psaadm swkey-data 22 May 4 12:36 info
drwxrws--- 2 root swkey-data 4096 Apr 30 03:24 instances
drwxrws--- 2 psaadm swkey-data 4096 Jul 7 05:27 keys
drwxrws--- 2 psaadm swkey-data 4096 May 11 06:01 lock
-rw-rw---- 1 root swkey-data 5451 Jul 13 05:50 registry.xml
drwxrws--- 2 psaadm swkey-data 4096 May 11 06:02 restart

At the moment Plesk does not work at all and I get the following error message when I log in.

ERROR: SWKeyExFatalError

UPDATE: now can't login at all! Error: Unable to check password:

Any help greatly appreciated!

Thanks

Kevin
 
Last edited:
Thanks for the help which has overcome the logging in problem.

I am now back to the ERROR: SWKeyExFatalError issue which is something to do with permissions.

There must be someway to reset to the default permissions, hopefully somebody out there knows..

Thanks again
 
Last edited:
It seems that the registry.xml file has got corrupted on your server. You need to take below steps to resolve this issue.

1. Through SHELL Navigate to /etc/sw/keys/
2. Check the size of registry.xml file and rename or delete this file if the size is 0 Kb.
3. Restart the Plesk services. This will create new registry.xml file.
 
Hi Abdi,

thanks for that I have already checked that and the file was 19.1k do you think it should be deleted if it isn't empty?

Kevin
 
Do not delete it then, instead just rename it to something else just incase you need to revert back to it ...
 
Have you monitored the log files for any possible error clues? ie

Code:
tail -f /usr/local/psa/admin/logs/panel.log
 
Back
Top