Created
December 4, 2013 09:26
-
-
Save axe312ger/7784737 to your computer and use it in GitHub Desktop.
Fix vagrant error: Error: Failed to set group to '0': Operation not permitted - [shared folder]
Error: /Stage[main]//Apache::Vhost[ZvdLK5xWSmjX]/File[shared folder]/group: change from dialout to root failed: Failed to set group to '0': Operation not permitted - [shared folder]
Warning: /Stage[main]//Apache::Vhost[ZvdLK5xWSmjX]/File[25-ZvdLK5xWSm…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chgrp 0 [shared folder on host] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment