-
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
"Unable to find binary extension, was hitimes installed correctly" after installing v1.8.1 #6801
Comments
Same here, running plugin related commands does work:
|
Uninstalling and reinstalling plugins solved the problem for me. |
a full removal of vagrant made this work again for me. uninstalling/reinstalling plugins was not enough. |
Hi everyone, Thank you for opening and commenting on this issue, and I am sorry the upgrade process has not been smooth. Unfortunately I am not able to reproduce this issue, but I am glad you were able to get it fixed by uninstalling plugins or re-installing Vagrant. It is possible that the I am going to go ahead and close this issue, but if someone is able to provide a reproducible way, we can definitely get this fixed in core. Thanks! 😄 |
I seem to be able to reliably reproduce this: |
@cswingler that error is coming from the berkshelf plugin, not Vagrant |
I managed to get past this problem by uninstalling just one plugin (landrush in my case as it was first on the list). |
@sethvargo I am exactly same situation as described by @maxandersen. Do you want me to get any specific logs so you can investigate? |
I don't have the berkshelf plugin, btw. |
This log is when I try to
|
Uninstalling hitimes plugin worked for me |
Same here uninstall of landrush solved it (only plugin I had installed myself, |
Same issue here. After upgrading a fully functional Vagrant 1.7.4 with landrush plugin (0.18.0), i got the error message experienced by @maxandersen @aequitas and @mario-areias. Uninstalling landrush and reinstalling helped to work around the problem. |
So, is landrush incompatible with 1.8.1 or is this merely an upgrade process issue? |
landrush works perfectly after reinstalling it. i guess it is some existing On Fri, Feb 5, 2016, 21:11 Mike Greiling notifications@github.com wrote:
|
Yeah I had that too in a 1.7.4 -> 1.8.1 upgrade on osx. To resolve I trashed my |
Uninstalling landrush and reinstalling fixed for me 👍 |
Same as petems! I had landrush 0.18.0, now it's 0.19.0 |
Correction: it SEEMED to work, but it didn't. I needed to empty ~/.vagrant.d/data/landrush and reinstall landrush. |
I ran into this same issue and resolved it like @petems by simply uninstalling and reinstalling landrush. In my case I did not need to empty .vagrant.d dir but instead only reinstall landrush. I am using a Mac 10.10.4 and originally installed vagrant using homebrew in case that should be important at all. Something else that may be important is that I don't have hitimes plugin installed before or after upgrading vagrant. |
I updated from a working 1.7.4 to a now broken 1.8.1 via osx package on vagrantup.com.
When I run
vagrant --version
I get "Vagrant 1.8.1", but running any other command gives me:Any pointers ? I'm running El Capitain if that matters.
The text was updated successfully, but these errors were encountered: