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

Running on Mac issues #311

Closed
pezholio opened this issue Apr 16, 2014 · 1 comment
Closed

Running on Mac issues #311

pezholio opened this issue Apr 16, 2014 · 1 comment

Comments

@pezholio
Copy link
Member

Hi,

I've been trying to get Morph up and running on OSX, after much wrestling with getting Docker installed locally, I elected to use the provided Vagrantfile. After running vagrant up dev, I get the following error:

Failed to mount folders in Linux guest. This is usually beacuse
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:

mount -t vboxsf -o uid=`id -u 4243`,gid=`getent group 4243 | cut -d: -f3` /vagrant /vagrant
mount -t vboxsf -o uid=`id -u 4243`,gid=`id -g 4243` /vagrant /vagrant

Initially, I thought it was related to hashicorp/vagrant#3341, but I tried the fix in the issue, but still no joy. Am I missing something?

@pezholio
Copy link
Member Author

Ah, this works now. I was runing Vagrant 1.3.5, upgrading to the latest version fixed it. Rubber ducking via issue logs!

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

No branches or pull requests

1 participant