- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-15-2019 03:19 PM
Ran through Install:
$ sudo yum install -y wget git gcc python-devel libffi-devel openssl-devel
$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo -H python get-pip.py
$ sudo -H pip install ansible
$ git clone https://github.com/PaloAltoNetworks/minemeld-ansible.git
$ cd minemeld-ansible
$ ansible-playbook -K -i 127.0.0.1, local.yml
$ usermod -a -G minemeld <your user> # add your user to minemeld group, useful for development
When checking if all services are up and running:
sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/supervisor/config/supervisord.conf status
Returns with error:
unix:///var/run/minemeld/minemeld.sock no such file
Please advise,
02-22-2019 03:57 AM
Hi @ChrisM537
unhapply MM and CentOS 7 don't work smoothly. I've had many issues to put both to work together. Right now it is not working (MM 0.9.52). Take a time to look at these open discussions:
If you get any progress, please share it with us.
Best regards
02-27-2019 11:52 PM
Hi @danilo.souza,
replied in another, sorry if this took longer than expected. We had done some major changes in the MM engine to be more stable on CentOS7. My reply:
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!