-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vagrant up issue - hostmanager not found #38
Comments
Hi Ross, You need to install "vagrant-hostmanager" as vagrant plugin. |
Thank you. I was able to get past the error after installing the plugin with the following command. vagrant plugin install vagrant-hostmanager Thanks, Ross From: Frédéric Descamps [mailto:notifications@github.com] Hi Ross, You need to install "vagrant-hostmanager" as vagrant plugin. — |
thanks |
I have the same problem ,after installing the plugin Vagrant Host Manager (via the command "vagrant plugin install vagrant-hostmanager"), the problem did not resolve |
While running the vagrant up command it gets pretty far along but then I'm getting the following:
==> node1: Successfully added box 'perconajayj/centos-x86_64' (v7.1.20150818) for 'virtualbox'!
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
Vagrant:
I've tried this on a couple of machines and get the same errors.
Centos 6.7
Virtualbox 5.0.12
vagrant 1.8.1
and
windows 7
Virtualbox 4.2.28
vagrant 1.8.1
I'm not that familiar with vagrant but it looks like maybe a config file is missing?
Thanks,
Ross
The text was updated successfully, but these errors were encountered: