Hi there, That's a different error than vagrant-login - that is vagrant-omnibus, which is a third-party plugin. Try running `vagrant plugin install vagrant-omnibus`.
Best, Seth > On Dec 12, 2014, at 3:27 PM, Bertalan Verebelyi > <[email protected]> wrote: > > Hi! Im still getting the same error messages. > > Bundler, the underlying system used to manage Vagrant plugins, > is reporting that a plugin or its dependency can't be found. > This is usually caused by manual tampering with the 'plugins.json' > file in the Vagrant home directory. To fix this error, please > remove that file and reinstall all your plugins using `vagrant > plugin install`. > /opt/vagrant/embedded/gems/gems/bundler-1.7.9/lib/bundler/resolver.rb:368:in > `resolve': Could not find gem 'vagrant-omnibus (>= 0) ruby' in the gems > available on this machine. (Bundler::GemNotFound) > from > /opt/vagrant/embedded/gems/gems/bundler-1.7.9/lib/bundler/resolver.rb:166:in > `start' > from > /opt/vagrant/embedded/gems/gems/bundler-1.7.9/lib/bundler/resolver.rb:129:in > `resolve' > from > /opt/vagrant/embedded/gems/gems/bundler-1.7.9/lib/bundler/definition.rb:193:in > `resolve' > from > /opt/vagrant/embedded/gems/gems/bundler-1.7.9/lib/bundler/definition.rb:132:in > `specs' > from > /opt/vagrant/embedded/gems/gems/bundler-1.7.9/lib/bundler/definition.rb:177:in > `specs_for' > from /opt/vagrant/embedded/gems/gems/vagrant-1.7.1/lib/vagrant.rb:76:in > `<top (required)>' > from > /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in > `require' > from > /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in > `rescue in require' > from > /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:in > `require' > from > /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.1/bin/vagrant:105:in > `<main>' > > > 2014. december 10., szerda 18:25:42 UTC+1 időpontban Mitchell Hashimoto a > következőt írta: > Hi, > > This is a different issue! I guess moving vagrant-login to core caused > more problems than we expected and didn't affect us locally since we > weren't devving on the installer. I'm working on this now. Sorry! > > Best, > Mitchell > > On Wed, Dec 10, 2014 at 8:36 AM, Mark Fletcher > <[email protected] <javascript:>> wrote: > > Hi Mitchell, > > > > Was this fix applied to the .deb pkgs? I see a similar issue when upgrading > > from v1.6.5 to v1.7.0 on Ubuntu 14.10. Completely uninstalling vagrant and > > then reinstalling the v1.7.0 deb pkg does not resolve this. > > > > Thanks, > > > > Mark > > > > > > On Wednesday, 10 December 2014 01:16:06 UTC-6, Mitchell Hashimoto wrote: > >> > >> Marc, > >> > >> This should now be fixed. Please redownload the installer. > >> > >> Best, > >> Mitchell > >> > >> On Tue, Dec 9, 2014 at 10:32 PM, Mitchell Hashimoto > >> <[email protected] <>> wrote: > >> > Marc, > >> > > >> > New installers are building. I'll elaborate on what went wrong: > >> > > >> > Our installers still configured Vagrant to look for "vagrant-login" > >> > despite it being in core. Since it is open source and in core now, > >> > this obviously caused this error. We're building new installers now to > >> > fix this issue. > >> > > >> > Best, > >> > Mitchell > >> > > >> > On Tue, Dec 9, 2014 at 10:17 PM, Mitchell Hashimoto > >> > <[email protected] <>> wrote: > >> >> Marc, > >> >> > >> >> I think I know what this is and I'm working on a fix now. > >> >> > >> >> Best, > >> >> Mitchell > >> >> > >> >> On Tue, Dec 9, 2014 at 10:14 PM, Marc-André Courtois > >> >> <[email protected] <>> wrote: > >> >>> I updated to 1.7.0 and started getting this error (see below). I > >> >>> removed > >> >>> ~/.vagrant.d/plugins.json as instructed but I kept getting the same > >> >>> error. I > >> >>> uninstalled everything, removed ~/.vagrant.d and did a fresh install > >> >>> of > >> >>> 1.7.0 but I'm still getting the same error. > >> >>> > >> >>> I looked into /opt/vagrant/embedded/gems but I don't see vagrant-login > >> >>> there. I'm wondering if it's a bug or only an issue on my side. > >> >>> > >> >>> > >> >>> Bundler, the underlying system used to manage Vagrant plugins, > >> >>> is reporting that a plugin or its dependency can't be found. > >> >>> This is usually caused by manual tampering with the 'plugins.json' > >> >>> file in the Vagrant home directory. To fix this error, please > >> >>> remove that file and reinstall all your plugins using `vagrant > >> >>> plugin install`. > >> >>> > >> >>> /opt/vagrant/embedded/gems/gems/bundler-1.7.8/lib/bundler/resolver.rb:357:in > >> >>> > >> >>> `resolve': Could not find gem 'vagrant-login (>= 0) ruby' in the gems > >> >>> available on this machine. (Bundler::GemNotFound) > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/gems/gems/bundler-1.7.8/lib/bundler/resolver.rb:164:in > >> >>> > >> >>> `start' > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/gems/gems/bundler-1.7.8/lib/bundler/resolver.rb:129:in > >> >>> > >> >>> `resolve' > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/gems/gems/bundler-1.7.8/lib/bundler/definition.rb:193:in > >> >>> > >> >>> `resolve' > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/gems/gems/bundler-1.7.8/lib/bundler/definition.rb:132:in > >> >>> > >> >>> `specs' > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/gems/gems/bundler-1.7.8/lib/bundler/definition.rb:177:in > >> >>> > >> >>> `specs_for' > >> >>> from > >> >>> /opt/vagrant/embedded/gems/gems/vagrant-1.7.0/lib/vagrant.rb:76:in > >> >>> `<top (required)>' > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:118:in > >> >>> > >> >>> `require' > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:118:in > >> >>> > >> >>> `rescue in require' > >> >>> from > >> >>> > >> >>> /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:124:in > >> >>> > >> >>> `require' > >> >>> from > >> >>> /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.0/bin/vagrant:105:in > >> >>> > >> >>> `<main>' > >> >>> > >> >>> -- > >> >>> You received this message because you are subscribed to the Google > >> >>> Groups > >> >>> "Vagrant" group. > >> >>> To unsubscribe from this group and stop receiving emails from it, send > >> >>> an > >> >>> email to [email protected] <>. > >> >>> For more options, visit https://groups.google.com/d/optout > >> >>> <https://groups.google.com/d/optout>. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Vagrant" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout > > <https://groups.google.com/d/optout>. > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
