Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

vagrant broken for Windows hosts #74

Open
roberthunt opened this issue Dec 2, 2014 · 0 comments
Open

vagrant broken for Windows hosts #74

roberthunt opened this issue Dec 2, 2014 · 0 comments

Comments

@roberthunt
Copy link
Contributor

When using a Windows host with Vagrant the symbolic link creation for the temp folder fails, this is the output during the bootstrap script:

==> default: ln:
==> default: failed to create symbolic link `/vagrant/app/tmp'
==> default: : Protocol error

The reason for the symbolic link is explained in the bootstrap script:

# Move the tmp folder into /home, having it in the shared/synced vagrant folder seems to cause permissions issues

If we can fix the permission issues we might not need to rely on a symbolic link at all.

This seems to be a common issue with symbolic links and Windows hosts as you can see here: cityindex-attic/logsearch#7

Running vagrant up from an administrative command prompt seems to work for the moment.

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

No branches or pull requests

2 participants