Closed binary1230 closed 9 years ago
this might be the fix, testing: config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root", "1"]
ok I have the fix here though it's tangled up with some other stuff, I have to re-organize my branches and stuff. https://github.com/binary1230/magfest/commit/01d01a62a969dfff51ba338b95fa3b9d1859a957
No longer an issue on the new ubersystem-deploy
If I run:
vagrant up
this is coming from vagrant.sh when this happens:
the error is because I'm running on windows and symlinks aren't allowed in the home dir which is shared from the host windows box.
mount
command reveals:So we gotta move the default vagrant install to a native linux FS somehow. or... don't use symlinks on windows. I'll check into it.
This also explains maybe why env/bin/python wasn't working for Vicki (also on Windows) but works fine for Eli (on linux).