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

Vagrant has problems with non ASCII characters in home path (on windows) #2465

Closed
joaoportela opened this issue Nov 6, 2013 · 4 comments
Closed

Comments

@joaoportela
Copy link

When deploying my first vagrant box on my windows machine I encountered an error related to the vagrant.d directory:

Vagrant failed to initialize at a very early stage:

The home directory you specified is not accessible. The home
directory that Vagrant uses must be both readable and writable.

You specified: C:/Users/Joao Portela/.vagrant.d

Since my home directory is actually João Portela and not Joao Portela the problem became clear. As a first attempt, I assumed that setting VAGRANT_HOME explicitly (VAGRANT_HOME=C:/Users/João Portela/.vagrant.d) would fix the issue, but the exact same error message still appeared.

As a work around we can change VAGRANT_HOME to something else that doesn't have non-ascii characters - I changed to VAGRANT_HOME=C:\.vagrant.d

@fgrehm
Copy link
Contributor

fgrehm commented Nov 6, 2013

Closing as duplicate of GH-2113

@fgrehm fgrehm closed this as completed Nov 6, 2013
@joaoportela
Copy link
Author

I looked for it but was unable to find it. What is the normal procedure now? Since it's closed I assume nothing else needs to be done here. Correct?

@fgrehm
Copy link
Contributor

fgrehm commented Nov 6, 2013

Yeah, just keep an eye on that other issue :)

@lucasmezencio
Copy link

I LOVE YOU, DUDE!!

Thanks a lot!!

@hashicorp hashicorp locked and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants