On Tue, Jun 23, 2020 at 4:43 PM Gautam Bhat <[email protected]> wrote: > > Hi, > > I installed docker images in CentOS and I get the following error message: > > openxpki-server_1 | Loaded config does not contain system node. at > /usr/lib/x86_64-linux-gnu/perl5/5.28/OpenXPKI/Config.pm line 73. > > and > > openxpki_openxpki-server_1 exited with code 13 > > I installed the same docker images in Ubuntu and it starts out fine. > > I have not changed any files and installed exactly as mentioned in the > document. Is there some prerequisite that it needs? > > Thanks, > Gautam.
I got this up in Docker i.e. at least to accessing the WebUI stage. Turns out the difference between CentOS and Ubuntu is that in CentOS selinux is set to enforcing. From earlier mails in the mailing list it was highlighted that the cause of this error was permissions. Since there were no problems with the actual file permissions as I was using it as-is I found that SELinux might be the cause of the issue as I had similar problems with Samba. I have disabled SELinux and tested that it is working. I will soon enable SELinux and check how to make it run. Thanks, Gautam. _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
