Skip to content

Instantly share code, notes, and snippets.

@codekipple
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codekipple/aa027893e6f12992bf88 to your computer and use it in GitHub Desktop.
Save codekipple/aa027893e6f12992bf88 to your computer and use it in GitHub Desktop.
Vagrant networking hanging
Githubhub user https://github.com/Ramblurr says:
https://github.com/mitchellh/vagrant/issues/3860#issuecomment-76380469
For others who stumble across this bug report while searching, this bug has been fixed in Vagrant, but you can still get the "waiting for" delays if you're /etc/networking/interfaces file has extra ifaces in it.
Boot the machine with VBox Gui, wait the three or so minutes for the machine to boot, then login as root and edit /etc/networking/interfaces and make sure it doesn't have duplicate or extra ethX interfaces.
This happened to me when using Varying-Vagrant-Vagrants/VVV and abruptly halting the machine, and fiddling with VBox's network interfaces.
cloud-init-nonet[4.54]: waiting 10 seconds for network device
cloud-init-nonet[14.57]: waiting 120 seconds for network device
cloud-init-nonet[134.57]: gave up waiting for a network device.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment