Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot vagrant ssh on Windows #14

Open
brunoimbrizi opened this issue May 4, 2016 · 3 comments
Open

Cannot vagrant ssh on Windows #14

brunoimbrizi opened this issue May 4, 2016 · 3 comments
Assignees

Comments

@brunoimbrizi
Copy link

On Windows 8 Git CMD when I enter vagrant up I get the following:

image

After a few minutes, I get a timeout message:

Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If I manually launch Oracle VM VirtualBox Manager, I see that the VM is running and asking for login and password.
image

I enter vagrant / vagrant and I am through, but it is a dead end.
There is nothing there:

image

And I still can't ssh:

image

@rollcat
Copy link

rollcat commented May 4, 2016

@Rivinek can you grab a windows machine at your office and try reproducing the issue?

I enter vagrant / vagrant and I am through, but it is a dead end.
There is nothing there:

image

@brunoimbrizi: what's your working directory? "~" indicates /home/vagrant, you should perhaps look into /vagrant instead.

Which Vagrant version are you using?

@brunoimbrizi
Copy link
Author

My working directory is:
C:\Users\Bruno\Documents\jobs\2016\an-deiner-seite\git2

This is what I see in the Oracle VM VirtualBox Manager
image

Vagrant

Installed Version: 1.8.1
Latest Version: 1.8.1

You're running an up-to-date version of Vagrant!

@rollcat
Copy link

rollcat commented May 6, 2016

@brunoimbrizi: Sorry, I have been referring to your CWD inside Vagrant, not on the host machine. /home/vagrant is expected to be empty, (unless you run ls with -a), you should look for your stuff in /vagrant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants