Skip to content

Troubleshooting

Allan Berger edited this page Jun 28, 2017 · 3 revisions

Lemmings IO Troubleshooting

Vagrant on Windows

Error: “The guest machine entered an invalid state while waiting for it to boot. Valid states are ‘starting, running’.”

Answer: Enabling Intel Virtualization Technology (Hyper-V) in the BIOS and in the Windows System Configurations should fix the problem.

Error:ssh executable not found in any directories in the %PATH% variable. Is an SSH client installed? Try installing Cygwin, MinGW or Git, all of which contain an SSH client.”

Answer: Use the Git BASH as shell to run vagrant ssh, it comes with SSH support.

Clone this wiki locally