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

No such file or directory - /tmp/poolparty/poolparty/chef/etc/chef/roles/chef.json (Errno::ENOENT) #70

Open
maize opened this issue Mar 11, 2010 · 3 comments

Comments

@maize
Copy link

maize commented Mar 11, 2010

Getting this error "No such file or directory - /tmp/poolparty/poolparty/chef/etc/chef/roles/chef.json (Errno::ENOENT)" after starting cloud by "cloud start"

@auser
Copy link
Owner

auser commented Mar 11, 2010

Yikes.
Can you try downloading the source and running it?

git clone git://github.com/auser/poolparty.git
export PATH=$PATH:/path/to/poolparty/bin
cloud start

@maize
Copy link
Author

maize commented Mar 11, 2010

tried it, but i got the same error msg "/opt/local/lib/ruby/gems/1.8/gems/poolparty-1.6.3/bin/../lib/poolparty/chef_attribute.rb:22:in `initialize': No such file or directory - /tmp/poolparty/poolparty/chef/etc/chef/roles/chef.json (Errno::ENOENT)"

i setted my PATH by this:
"export PATH=$PATH:/User/maize/poolparty/bin"
is it correct?

@maize
Copy link
Author

maize commented Mar 11, 2010

hint for others, this export worked for me: "export PATH=~/poolparty/bin:$PATH"

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

2 participants