2.1.2
Windows 10 17134.137
bento Ubuntu 16.04
Provide a link to a GitHub Gist containing the complete debug output:
https://www.vagrantup.com/docs/other/debugging.html. The debug output should
be very long. Do NOT paste the debug output in the issue, just paste the
link to the Gist.
Vagrant should boot normally.
$ vagrant.exe up --provision
Vagrant failed to initialize at a very early stage:
The plugins failed to load properly. The error message given is
shown below.
cannot load such file -- vagrant/share
Got the same problem, the only way to start Vagrant after updating it to 2.1.2 is uninstalling the vagrant-share plugin.
I have the same problem with Windows 7 after installing version 2.1.2.
The error message is exactly the same.
When I try to install any plugin I get this message,
$ vagrant plugin install vagrant-share
FATAL: vagrant-reload plugin not detected. Please install the plugin with
'vagrant plugin install vagrant-reload' before continuing.
The same thing happens with any plugin that I try to install, or if I try to do plugin repair or --reinstall.
I'm running this from the Git Bash console.
Uninstalling the vagrant-share gives the same result.
$ vagrant plugin uninstall vagrant-share
FATAL: vagrant-reload plugin not detected. Please install the plugin with
'vagrant plugin install vagrant-reload' before continuing.
Sadly, nearly every new releases have issues on Windows platform.
Hi there,
Thanks for reporting this issue. There was a missing loader file in the Windows packages. The file has been added and fixed packages have been uploaded to the releases site.
Cheers!
Nice, I'll try it at work tomorrow 😀
Den ons 27 juni 2018 19:20Chris Roberts notifications@github.com skrev:
Hi there,
Thanks for reporting this issue. There was a missing loader file in the
Windows packages. The file has been added and fixed packages have been
uploaded to the releases site.Cheers!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/hashicorp/vagrant/issues/9955#issuecomment-400763126,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJIjykw-UtWyiMOe-Qv-ZOnr4BxQW5wkks5uA77MgaJpZM4U4-dz
.
vagrant plugin expunge --reinstall
This command permanently deletes all currently installed user plugins. It
should only be used when a repair command is unable to properly fix the
system.
Continue? [N]: y
All user installed plugins have been removed from this Vagrant environment!
Vagrant will now attempt to reinstall user plugins that were removed.
Installing the 'vagrant-share' plugin. This can take a few minutes...
Fetching: vagrant-share-1.1.9.gem (100%)
Installed the plugin 'vagrant-share (1.1.9)'!
C:\Users\Angel Luis>vagrant
Vagrant failed to initialize at a very early stage:
The plugins failed to load properly. The error message given is
shown below.
cannot load such file -- vagrant/share
So @chrisroberts no, it's not fixed.
A provisional solution is to use ngrok as default.
So, if you have a private newtork in 192.168.33.10:
ngrok http 192.168.33.10:80
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.
Most helpful comment
Nice, I'll try it at work tomorrow 😀
Den ons 27 juni 2018 19:20Chris Roberts notifications@github.com skrev: