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

Resolve symlinks for the riak script #26

Closed
jcoyne opened this issue Mar 20, 2012 · 1 comment
Closed

Resolve symlinks for the riak script #26

jcoyne opened this issue Mar 20, 2012 · 1 comment

Comments

@jcoyne
Copy link

jcoyne commented Mar 20, 2012

When using homebrew:

cat: /usr/local/releases/start_erl.data: No such file or directory
db/test/1/bin/riak: line 84: /usr/local/erts-/bin/escript: No such file or directory
db/test/1/bin/riak: line 219: /usr/local/erts-/bin/escript: No such file or directory
Error reading /workspace/db/test/1/etc/app.config

with riak 1.0.3

@gordoncww
Copy link

@jcoyne I worked around that issue by setting the source path to riak's libexec directory in test_server.yml, e.g. source: /usr/local/Cellar/riak/1.1.1x86_64/libexec/bin

That will result in the riak script being built with a valid RUNNER_BASE_DIR, which it uses to find all the files you mention.

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

No branches or pull requests

3 participants