• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Plesk 10 - daily bug

CerdanS

Basic Pleskian
PLESK10 - Daily bug - Registry.xml -> SOLVED

Hi everybody & IGOR,

I have PLESK 10 on UBUNTU 64...

I got the classical error : "ERROR: SWKeyExFatalError - error: Cannot open file..."

I fix it via this command : chown psaadm:swkey-data /etc/sw/keys/registry.xml

AND IT WORKS > UNTIL daily system update at 06:50 aprox, then the rights for file :

/etc/sw/keys/registry.xml backs to root:swkey-data, and users are unable to connect...

I tried look on each file, but I'm lost, every single day I have to SSH / and give psaadm:swkey-data to the registry.xml.


Any idea (please) ?
 
Last edited:
Make sure that psaadm is a member of swkey-data group:

# id psaadm
uid=500(psaadm) gid=500(psaadm) groups=500(psaadm),501(swkey-data),503(psaserv),505(psasb)
 
Maybe the users "root" and "psaadm" must be in same group or somewhere like that ?

Can someone (please) post his "/etc/group" file so I can take a look (for plesk10 on linux), I looked on my other PLESK, 8.3 but not comparable... because I tried so many things, I'm not sure for that...

Except this problem everything works perfect (once I give daily psaadm to registry.xml).

Thanks for any kind of help.
 
Make sure that psaadm is a member of swkey-data group:

Hi Igor,

Here it is :

uid=1001(psaadm) gid=1001(psaadm) groups=1001(psaadm),1004(psaserv)

Added it via : vim /etc/group :

> Added : swkey-data:x:1002:psaadm

and id psaadm =

uid=1001(psaadm) gid=1001(psaadm) groups=1001(psaadm),1002(swkey-data),1004(psaserv)

And it seems IT WORKS :)

THANKS A LOT IGOR (from Belgrade, Serbia).

[ SOLVED ]
 
Last edited:
Back
Top