<div dir="ltr">Hi Eduardo!<div><br></div><div>When you are in the Ubuntu box, can you run 'ps -ef | grep elasticsearch' and see if you see the service running? You can also try to issue the command 'sudo service elasticsearch status" for the same info.</div>
<div><br></div><div>If it is running Elasticsearch as a service, you won't need to run ES manually or through the suite. You would be able to use 'node run --noes' to tell the suite to not attempt the elasticsearch command.</div>
<div><br></div><div>Hope this helps!</div><div>JP Schneider</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 7, 2014 at 5:22 AM, Eduardo da Silva <span dir="ltr"><<a href="mailto:egvsilva@outlook.com" target="_blank">egvsilva@outlook.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mike,<br>
Thanks for your reply! Yes, that seems to be the problem. I'm running Ubuntu 14.04 LTS. I installed elasticsearch downloading the .deb from their website and the using the Software Center to install.<br>
but seems that only with sudo I can run it. Is there any guide on how to make it available to normal user?<br>
cheers!<br>
<br>
<br>
On 06/05/14 16:12, Pomax wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Eduardo,<br>
<br>
you shouldn't need sudo at all once the prerequisites are installed - all the node commands are sudo-less. Which OS are you using? The error you get is node.js's particularly unhelpful way of saying "I can't run that command because the OS doesn't see an executable when I call this", suggesting elasticsearch did not set a PATH variable that lets you call it as just "elasticsearch". I've not seen this on Windows or OSX, but we did have someone else running into this on a Fedora install a few weeks ago.<br>
<br>
- Mike "Pomax" Kamermans<br>
Webmaker team<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
Webmaker-dev mailing list<br>
<a href="mailto:Webmaker-dev@mozilla.org" target="_blank">Webmaker-dev@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/webmaker-dev" target="_blank">https://mail.mozilla.org/<u></u>listinfo/webmaker-dev</a><br>
</blockquote></div><br></div>