1

When I try bootstrapping rubber I get this error: failed: "/bin/bash -l -c 'sudo -p '\\''sudo password: '\\'' bash -l /tmp/install_elasticsearch'" on tools.**********.com

How should I go about fixing this?

1
  • Did you ever figure out a fix? Commented Jan 6, 2013 at 7:21

1 Answer 1

1

I figured out the issue.

Apparently the url for elastic search download is wrong. If you do the following everything should work normally.

Under

config/rubber/deploy-elasticsearch.rb

Change the line that says

wget --no-check-certificate -qNP /tmp https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-#{rubber_env.elasticsearch_version}.zip

to

wget --no-check-certificate -qNP /tmp http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-#{rubber_env.elasticsearch_version}.zip

Specifically the url has to be changed instead of using

https://github.com/downloads/ use http://download.elasticsearch.org/

Rubber elastic search error issue 250

Sign up to request clarification or add additional context in comments.

1 Comment

Yup, i found that on the github page. I forgot to add answer

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.