-
Notifications
You must be signed in to change notification settings - Fork 47
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
Elastic search not working on Mac OS: brew services start elasticsearch-full #161
Comments
Also getting errors for: elastic/tap/kibana-full: Calling plist_options is disabled! Use service.require_root instead. |
❯ brew install elastic/tap/elasticsearch-full |
@linpan Can you please send the full commands instead? |
@ajaythakor Today I was trying to install elasticsearch using Homebrew by executing below commands & got error as Calling plist_options is disabled! Use service.require_root instead. brew tap elastic/tap |
This issue can be considered as duplicate with #146 For me it is fixed by applying the PR changes locally! |
|
brew install elastic/tap/elasticsearch-full |
Experiencing the same issue
|
I am experiencing the same % brew services start elastic/tap/elasticsearch-full |
Thank you @rimple-saini-new this solution worked for me |
Stuff like this happened too often to me when I updated macOS. I will install macOS Sonoma after this bug has been fixed. When can we expect this PR to be merged into main? |
Whenever I try to start the service with the command:
brew services start elasticsearch-full
it gives me below error message:elasticsearch-full: Calling plist_options is disabled! Use service.require_root instead.
Please report this issue to the elastic/tap tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it:
/opt/homebrew/Library/Taps/elastic/homebrew-tap/Formula/elasticsearch-full.rb:68
I have tried
brew tap elastic/tap
also, it works fine but when I try to start the service, it stucks here.The text was updated successfully, but these errors were encountered: