Thursday, 15 April 2010

virtualbox - Vagrant: There was an error executing the following command with VBoxManage -



virtualbox - Vagrant: There was an error executing the following command with VBoxManage -

after added new shared folder that:

config.vm.share_folder 'tomcat logs', '/path_on_vm/logs/', 'logs/'

vagrant up throw error:

there error executing next command vboxmanage: ["sharedfolder", "add", "99d6e47f-d372-4d6e-a27b-8191deff32c8", "--name", "tomcat logs", "--hostpath", "/users/w/dev/vagrant-dev/logs"]

this got. i'm using vagrant_log=degug

any ideas?

the problem in /path_on_vm/logs/ has owned vagrant user. wish improve error messages vagrant.

virtualbox vagrant

No comments:

Post a Comment