helin16 / properta-dev-box

0 stars 0 forks source link

fail to vagrant up --provide=vmware_workstation #2

Open tlan16 opened 8 years ago

tlan16 commented 8 years ago
PS C:\Users\Frank\git\properta-dev-box> vagrant plugin install vagrant-vmware-workstation
Installing the 'vagrant-vmware-workstation' plugin. This can take a few minutes...
Installed the plugin 'vagrant-vmware-workstation (4.0.5)'!

PS C:\Users\Frank\git\properta-dev-box> vagrant up --provide=vmware_workstation
A valid license is required to run the Vagrant VMware
provider. Please visit http://www.vagrantup.com to purchase
a license. Once you purchase a license, you can install it
using `vagrant plugin license`.
Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

exit

but I do have a perfectly running vmware workstation. and because of this I did

PS C:\Users\Frank\git\properta-dev-box> vagrant plugin install vagrant-plugin
Installing the 'vagrant-plugin' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Could not find gem 'vagrant-plugin (>= 0) x86-mingw32' in any of the gem sources listed in your Gemfile or available on
this machine.

Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security ris
k, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come
 from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.

I don't understand this error

tlan16 commented 8 years ago

Once you did

vagrant plugin install vagrant-vmware-workstation

vagrant will always complain about the license no matter the provider is. For instance

A valid license is required to run the Vagrant VMware
provider. Please visit http://www.vagrantup.com to purchase
a license. Once you purchase a license, you can install it
using `vagrant plugin license`.
Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

exit

But you can do this to solve it

vagrant plugin uninstall vagrant-vmware-workstation

After all, if you just need the command line of the virtual linux, virtualbox is good enough