mrdavidlaing / pressupbox-development-boilerplate

Patterns and practices for teams to collaborating on WordPress projects
Other
1 stars 5 forks source link

vagrant up hangs #27

Open daithi-coombes opened 11 years ago

daithi-coombes commented 11 years ago

I've been having intermittent issues with vagrant hanging when calling vagrant up. Normally I would start the vbox console and shutdown the vagrant vm, then run vagrant up again and it would work. I presumed the issue, being intermittent, was down to my setup.

This evening vagrant hung on nearly every attempt. A restart solved it. Sometimes the vm preview in vbox console would show the guest bootloader and the automatic grub coundown is not running so its waiting for grub option to be selected, other times its at the login screen waiting for user input.

This maybe related to some of the issues here: vagrant up hangs at "Waiting for VM to boot. This can take a few minutes"

host:

~$ cat /etc/*release*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.10
DISTRIB_CODENAME=quantal
DISTRIB_DESCRIPTION="Ubuntu 12.10"
NAME="Ubuntu"
VERSION="12.10, Quantal Quetzal"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu quantal (12.10)"
VERSION_ID="12.10"
mrdavidlaing commented 11 years ago

Reading through the link; it seems that these issues are mostly related to networking & machine powerdown.

Perhaps your use of 3G triggers this more often?

Maybe a workflow of always vagrant suspend before shutting your machine down & moving to a new location would reduce the number of times this occurs?