grtjn / mlvagrant

Scripts for bootstrapping a local MarkLogic cluster for development purposes using https://www.vagrantup.com/ and https://www.virtualbox.org/.
Apache License 2.0
19 stars 16 forks source link

Centos-7.3 connection timeout #116

Closed grtjn closed 6 years ago

grtjn commented 7 years ago

Getting a lot of:

Warning: Connection timeout. Retrying...

Increase timeout using config.vm.boot_timeout (default 300 sec)

grtjn commented 7 years ago

According to https://github.com/chef/bento/issues/789 this is caused by outdated virtualbox and vagrant, but doesn't provide extra details..

grtjn commented 7 years ago

According to related issues and comments, you need VBox 5.1.8 at the least. Yet to be confirmed. I think I'll stick with 7.2 as default for now..

grtjn commented 6 years ago

Time to revisit this. I now have more recent vbox and vagrant (new laptop)..

grtjn commented 6 years ago

I seem to have resolved this, and documented how to prevent in future: https://github.com/grtjn/centos-packer-templates#recovering-from-local-vagrant-cache

grtjn commented 6 years ago

See also https://github.com/chef/bento/issues/1042 for analysis details..