Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac support #679

Open
madmatah opened this issue Aug 24, 2021 · 3 comments
Open

Mac support #679

madmatah opened this issue Aug 24, 2021 · 3 comments

Comments

@madmatah
Copy link
Contributor

Bug Report

As reported in #675 , the Quick start instructions fail on Mac because of the following problems :

While executing make cluster:

  • readlink does not support the -f option on Mac
  • uuidgen returns uppercase strings on Mac

Also, the documentation recommends to tune sysctl value tune vm/max_map_count for Elasticsearch, but it fails on mac.

Possible Solution

  • Find a POSIX alternative for readlink -f and apply it in bin/arnold and bin/init-cluster (hint here?)
  • Fix the uuidgen case issue
  • Update the documentation to mention that the sysctl command needs special care on mac (possible solution here)
@aarajbhattarai
Copy link

While executing bin/arnold -c eugene -e development -a hello bootstrap:

@aarajbhattarai
Copy link

@jmaupetit
Which Operating system do you use for arnold?

@jmaupetit
Copy link
Contributor

Which Operating system do you use for arnold?

GNU/Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants