start with a simple box/project to confirm all works or be able to find where it fails
- virtualbox. Manually create and boot a box, i suggest any 64 bit os like ubuntu. - vagrant, create a project and test all works mkdir p64 cd p64 vagrant init -m hashicorp/precise64 vagrant up if this fails, but virtualbox works then try vagrant up --debug and share a gist.github.com with all the verbose output alvaro On Sun, Jan 14, 2018 at 11:00 AM, 'aram sahakyan' via Vagrant < [email protected]> wrote: > I'll try to run the Yii2 Advanced project in VirtualBox > Installed Vagrant and Virtualbox > when the vagrant up command appears an error > "There are errors in the configuration of this machine. > the following errors and try again: > vm: > * The 'hostmanager' provisioner could not be found. > > Vagrant: > * Unknown configuration section 'hostmanager'. > Installed the plug-in Vagrant Host Manager (via the command "vagrant > plugin install vagrant-hostmanager"), the problem did not resolve > What could be the problem? > OS - Windows > This error is not only for the project Yii2 ,it's for all projects that I > will try to run virtualbox > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > 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]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/vagrant-up/6ce9e23e-e35e-4ffa-9c02-a1d21e4a45e5%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/6ce9e23e-e35e-4ffa-9c02-a1d21e4a45e5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ex0e_xa6JPRBg33E%3DmuFv7L5MPJ%3DZM40uaeXAE5CkAoWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
