Skip to content

Commit

Permalink
Update readme with fork crash workaround for macOS 10.13+
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Jan 4, 2018
1 parent bf1ba0a commit a3d84dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,12 @@ In order to run the server execute the following command::
make serve

If you intend to run on Mac OS there are several more steps required.

- You need to increase the maxfile limit as described `here <https://github.com/ansible/ansible/issues/12259#issuecomment-173371493>`_.
- Install sshpass as described `here <https://github.com/ansible-tw/AMA/issues/21>`_.
- If you are running macOS 10.13 or greater and you encounter unexpected crashes when running scans,
set the environment variable ``OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES`` before starting the server.
See explanation `here <https://github.com/ansible/ansible/issues/31869#issuecomment-337769174>`_.


Piping data to Elasticsearch
Expand Down

0 comments on commit a3d84dd

Please sign in to comment.