• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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