Skip to content

Commit

Permalink
Merge branch 'master' into issues/352
Browse files Browse the repository at this point in the history
  • Loading branch information
noahl committed Jan 5, 2018
2 parents 0fe45bc + c712c11 commit c5e89d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
1 change: 0 additions & 1 deletion quipucords/scanner/network/inspect_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def _finalize_host(self, host):

# Update scan counts
if self.scan_task is not None:

self.scan_task.systems_scanned += 1
self.scan_task.save()

Expand Down

0 comments on commit c5e89d6

Please sign in to comment.