ReleaseEngineering/Tupperware: Difference between revisions

No edit summary
Line 59: Line 59:
ex. Buildbot is not visible at http://127.0.0.1:8000/
ex. Buildbot is not visible at http://127.0.0.1:8000/
* If the others are up and Buildbot is not, then run "vagrant ssh", then "docker restart buildbot"
* If the others are up and Buildbot is not, then run "vagrant ssh", then "docker restart buildbot"
== Error: machine is in the 'poweroff' ==
When running "vagrant up", I am getting a error which states, "The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again."
There are a few possibilities:
* OS X Mavericks may be causing problems with the 64-bit vagrant boxes (https://github.com/mitchellh/vagrant/issues/2157)
** could be a missing kernel driver, there is a hidden virtualbox GUI window that will give more information on errors
* Make sure you are running
** Vagrant 1.6.3+
** VirtualBox 4.3.6+
* Switching to a 32-bit vagrant box seems to be a temporary fix
Confirmed users
194

edits