virtualbox - Getting timeout on vagrant up -


today have started learning vagrant. creating first, base virtual machine ( hashicorp/precise32) went pretty smooth. wanted test box, time :puppetlabs/ubuntu-14.04-32-puppet. im getting msg : default: warning: connection timeout. retrying... have read might because of disabled virtualization, understand virtualization it's needed 64bit machines. can problem here? me, please? in advance.

try

  • increase 'ssh_wait_timeout'
  • increase 'boot_wait'
  • activate vb.gui options in vagrantfile
  • increase 'config.vm.boot_timeout options in vagrantfile
  • disable shared folder line config.vm.synced_folder '.', '/vagrant', disabled: true in vagrantfile
  • update vagrant (latest 1.8.1)
  • update virtualbox (latest 5.0.12)
  • cross finger

Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -