• 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!
  • 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: SWKeyExFatalError

KevinStone

New Pleskian
Hi, somehow I have managed to have managed to change the system permissions.

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​

Does anybody know how I can reset the permissions to the default settiing and fix this?

Any help greatly appreciated.

Thanks
 
Last edited:
There is a thread of reseting system permissions (a search should lead you there ...)
As for the permissions of /etc/sw, this should help
Code:
cd /etc/sw
chown -R psaadm keys
/etc/init.d/psa restart
 
Back
Top