Skip to content

Instantly share code, notes, and snippets.

@canausa
Created December 9, 2013 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canausa/7879022 to your computer and use it in GitHub Desktop.
Save canausa/7879022 to your computer and use it in GitHub Desktop.
tscanausa@tscanausa-mint ~/vagrant-apt $ vagrant reload
/opt/vagrant/embedded/gems/gems/vagrant-1.4.0/plugins/commands/plugin/state_file.rb:54:in `initialize': Permission denied - /home/tscanausa/.vagrant.d/plugins.json (Errno::EACCES)
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/plugins/commands/plugin/state_file.rb:54:in `open'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/plugins/commands/plugin/state_file.rb:54:in `open'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/plugins/commands/plugin/state_file.rb:54:in `save!'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/plugins/commands/plugin/state_file.rb:76:in `upgrade_v0!'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/plugins/commands/plugin/state_file.rb:14:in `initialize'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/lib/vagrant/environment.rb:750:in `new'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/lib/vagrant/environment.rb:750:in `load_plugins'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/lib/vagrant/environment.rb:132:in `initialize'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/bin/vagrant:105:in `new'
from /opt/vagrant/embedded/gems/gems/vagrant-1.4.0/bin/vagrant:105:in `<top (required)>'
from /opt/vagrant/bin/../embedded/gems/bin/vagrant:23:in `load'
from /opt/vagrant/bin/../embedded/gems/bin/vagrant:23:in `<main>'
tscanausa@tscanausa-mint ~/vagrant-apt $ ls -alh /home/tscanausa/.vagrant.d/plugins.json
-rw-r--r-- 1 root root 67 Dec 9 09:35 /home/tscanausa/.vagrant.d/plugins.json
tscanausa@tscanausa-mint ~/vagrant-apt $ chmod 777 /home/tscanausa/.vagrant.d/plugins.json
chmod: changing permissions of ‘/home/tscanausa/.vagrant.d/plugins.json’: Operation not permitted
tscanausa@tscanausa-mint ~/vagrant-apt $ sudo chmod 777 /home/tscanausa/.vagrant.d/plugins.json
[sudo] password for tscanausa:
tscanausa@tscanausa-mint ~/vagrant-apt $ vagrant reload
The following plugins were installed with a version of Vagrant
that had different versions of underlying components. Because
these component versions were changed (which rarely happens),
the plugins must be uninstalled and reinstalled.
To ensure that all the dependencies are properly updated as well
it is _highly recommended_ to do a `vagrant plugin uninstall`
prior to reinstalling.
This message will not go away until all the plugins below are
either uninstalled or uninstalled then reinstalled.
The plugins below will not be loaded until they're uninstalled
and reinstalled:
vagrant-aws, vagrant-chef-zero, vagrant-omnibus
[default] Attempting graceful shutdown of VM...
[default] Clearing any previously set forwarded ports...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2022 (adapter 1)
[default] Booting VM...
[default] Waiting for machine to boot. This may take a few minutes...
[default] Machine booted and ready!
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant
[default] VM already provisioned. Run `vagrant provision` or use `--provision` to force it
tscanausa@tscanausa-mint ~/vagrant-apt $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment