Nenhum provedor padrão utilizável pode ser encontrado para o seu sistema (a VM não é reconhecida)

2

Estou tendo problemas com o Vagrant, ele não reconhece o Oracle VM

Quando eu tento:

$ vagrant up

No usable default provider could be found for your system.

Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

A CLI mostra minha versão do VirtualBox:

$ vboxmanage --version

5.2.2r119230

E a versão do Vagrant:

$ vagrant version

Installed Version: 1.9.1
Latest Version: 2.0.1

O que há de errado com minhas configurações?

    
por MikiBelavista 29.11.2017 / 10:25

2 respostas

2

Você precisa instalar uma versão menor do que o virtualbox 5.2:

The VirtualBox provider is compatible with VirtualBox versions 4.0.x, 4.1.x, 4.2.x, 4.3.x, 5.0.x, and 5.1.x. Other versions are unsupported and the provider will display an error message. Please note that beta and pre-release versions of VirtualBox are not supported and may not be well-behaved.

vagrantup

    
por 29.11.2017 / 10:55
0

Tente instalar a versão mais recente link via pacote que isso funciona para mim

    
por 28.12.2017 / 20:02