Skip to content

Instantly share code, notes, and snippets.

@axe312ger
Created December 4, 2013 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save axe312ger/7784737 to your computer and use it in GitHub Desktop.
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…
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