-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Plugins fail to initialize at a very early stage after the update to Vagrant 1.9.0 on OSX El Capitan #8054
Comments
The plugin system within vagrant was updated in 1.9.0 and plugins need to be reinstalled after installation of vagrant 1.9.0. As the message output notes, vagrant can remove existing plugins and attempt to re-install them using: |
thanks for the fast reply @chrisroberts ! But i tried the suggested step reinstalling with
:/ p.s. did a quick debug for the command: https://gist.github.com/rpkoller/6eeca47ab05784f8399425ccb70771f9 |
@rpkoller it looks to be an issue with the Vagrantfile you are using. Try going to your home directory and running the command there. |
@chrisroberts thank you thank you thank you!!! that did the trick. plugins reinstalled flawlessly and the bootup in the particular vm works now again too. curl is also back to normal. ;) THANKS! |
@chrisroberts it'd be great to add this info to the error information - running from home directory does the trick I had the same problem after upgrading vagrant to 1.9.1 I got
running the same command from home solved the problem
|
Hit this just now - I expunged plugins from my home directory, when I go into the directory with my
Update |
I kept receiving a similar error with plugin |
I still have this issue when trying to install plugin 'vagrant-disksize', but this may be due to an outdated plugin.
|
I ended up adding
and then running that was after getting this message
After adding the other dependencies I was able to expunge
|
tried what you suggest
Vagrant version is 2.0.0 |
@sathio I received that error as well. What ended up working for me was to uninstall/expunge all plugins without auto-reinstalling them. Afterwards, when I ran vagrant up the required plugins were successfully re-installed. Replying because this is the first relevant issue I found when Googling.
|
@ashabed, this worked for me as well. Thanks for suggesting it. |
@Artistan this worked for me as well |
I'm coming from the Windows WSL world with Ubuntu. If you're using something like |
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
Vagrant 1.9.0
Host operating system
OSX 10.11.6
Guest operating system
Ubutuntu 16.04 amd64
Vagrantfile
I tried with my install of trellis, the vagrant file is pasted beneath. I also tried one install with drupalvm which had actually the very same error.
Please note, if you are using Homestead or a different Vagrantfile format, we
may be unable to assist with your issue. Try to reproduce the issue using a
vanilla Vagrantfile first.
Debug output
https://gist.github.com/rpkoller/ed9bf4f6d3d1f01b93b29d573897e4a0
Expected behavior
The vagrant plugins should be recognized and
vagrant up
should fire up the VM.Actual behavior
With 1.8.7 I had the the curl issue like everybody else. I've upgraded with the dmg to 1.9. After the update i ran
vagrant -v
which properly returnedVagrant 1.9.0.
. Afterwards I tried to fire up a Trellis install withvagrant up
. But got the following output instead:The exact same output comes with the drupalvm install.
Steps to reproduce
vagrant up
If you need any further informations let me know. Thanks Ralf
The text was updated successfully, but these errors were encountered: