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