PaloAltoNetworks / minemeld-ansible

Ansible playbook for installing MineMeld on Linux
Apache License 2.0
48 stars 48 forks source link

Ubuntu 16.04 Task minemeld service fails: No such file or directory #51

Open dbijman opened 5 years ago

dbijman commented 5 years ago

While the systemd task is okay the service fails with an error:

TASK [minemeld : minemeld systemd] ***** changed: [127.0.0.1]

TASK [minemeld : minemeld service] ***** fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "failure 1 during daemon-reload: Failed to connect to bus: No such file or directory\n"}

RUNNING HANDLER [minemeld : restart collectd] **

RUNNING HANDLER [minemeld : restart nginx] ***** to retry, use: --limit @/minemeld-ansible/local.retry

PLAY RECAP ***** 127.0.0.1 : ok=71 changed=65 unreachable=0 failed=1

jtschichold commented 5 years ago

Hi @dbijman, just tried this on a brand new 16.04 and worked. Could you check /opt/minemeld/log/supervisord.log for errors?