-
Notifications
You must be signed in to change notification settings - Fork 492
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
ERROR: While executing gem ... (Errno::EACCES) #458
Comments
Is this from installing |
yes, here is the full log ==> Vaprobash: /tmp/vagrant-shell: line 48: /home/vagrant/.rvm/scripts/rvm: No such file or directory chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell "latest" "sass" "compass" switching from 1.4.1 to master |
I got the same problem. Vagrant is running on Mac
|
vagrantruby_gems = [ # List any Ruby Gems that you want to install |
I tried after installing the ruby
this is for additional files to build executables. And its worked |
Same error but strangely enough only for Compass |
I recently encountered this error and i have included that the entire RVM system install gets botched because I was trying to install a key behind my companies firewall. The command: gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 Uses the port 11371 which is blocked by the firewall. What actually worked was using the recommended command to get this key: command curl -sSL https://rvm.io/mpapis.asc | gpg --import - then i could do: \curl -sSL https://get.rvm.io | bash -s stable --ruby After which I could get ruby > 2.0. Is it possible if we could modify the Vaprobash scripts to support this command instead? Thanks, |
Gotcha - yeah that sounds like a good alternative. On Tue, May 12, 2015 at 1:10 PM Adam Klein [email protected] wrote:
|
@cmosguy thanks for this, it worked for me! |
I get this error while executing vagrant up following the install instruction from the documentation
`==> Vaprobash: >>> Start installing Ruby Gems
==> Vaprobash: ERROR: While executing gem ... (Errno::EACCES)
==> Vaprobash: Permission denied - /var/lib/gems
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell "latest" "sass" "compass"`
The text was updated successfully, but these errors were encountered: