netgen / summercamp-2015

Vagrant setup with Ansible provisioner configured for running Summer Camp 2015 virtual machine
https://2015.phpsummercamp.com
6 stars 10 forks source link

VM error on windows hosts - link creation (needed for eZP) in guest does not work #41

Open gggeek opened 9 years ago

gggeek commented 9 years ago

I think this relates to https://www.virtualbox.org/ticket/10085

gggeek commented 9 years ago

This morning I started Vagrant from an elevated command prompt (vagrant 1.7.4 + vbox 5.0 + win 8.1) - the problem I get when trying to make symlinks is now different - instead of a permission denied error message, I get a symlink created pointing to the wrong folder: it uses windows-style path separators!

vagrant@vagrant-ubuntu-trusty-64:/var/www/summercamp/workshops/ez-performance/web$ ln -s ../ezpublish_legacy/extension extension

vagrant@vagrant-ubuntu-trusty-64:/var/www/summercamp/workshops/ez-performance/web$ ll lrwxrwxrwx 1 vagrant vagrant 0 Aug 28 2015 extension -> ..\ezpublish_legacy\extension

Also mentioned here: http://stackoverflow.com/questions/31830915/symlinks-in-shared-folder-of-virtual-box-with-windows-10-host

gggeek commented 9 years ago

Seems to be fixed in the latest VBox nightly builds - https://www.virtualbox.org/ticket/14434

gggeek commented 9 years ago

Grrr, I installed the nightly build and now I am back to

ln: failed to create symbolic link ‘share’: Protocol error

even though