Closed marcosepp closed 3 years ago
Irma v2 is tested mainly on Debian9 (python3 version is 3.5 instead of 3.7). Do you have a Debian9 base image available?
I will try Debian9.
Thanks for your reply!
I tried Ubuntu 18.04 because of my environment specifics and it works fine now. I have to test it with Debian 9 as well but this is irrelevant from this issue.
I tried to install IRMA in production mode to pre-configured Debian10 hosts which were deployed using Debian OpenStack cloud images.
Ansible playbooks were successful after some modifications to the code, but application is not working properly. I checked system logs and found that brain and frontend services are not started. Thus frontend is serving the UI but there aren't any probes registred. It might be because I've made some serious code changes and that's why it's not working. Maybe you can guide me, what might be causing the errors and how can I fix it?
Brain journalctl error:
Frontend journalctl logs:
Marco