Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 127 forks source link

CentOS 7: mongodb is not going to start while SELinux is Enforcing #82

Closed yytsui closed 6 years ago

yytsui commented 6 years ago

I have to configure SElinux manually to work around this issue. I also try to install mongodb with this playbook as mentioned in issue #64 , but it has other issues, so the installation did not complete.

mbst83r commented 6 years ago

Same here. With mongod -f /etc/mongod.conf the service is starting up without any problem and running stable.

With the systemd init script it takes long to start and will be interupted by systemd and killed with errorcode 100.

Installation via playbook was interupted on waiting for startup of the mongod service.