Skip to content

Instantly share code, notes, and snippets.

@acidChrist
Forked from axe312ger/gist:7784737
Last active August 29, 2015 14:05
Show Gist options
  • Save acidChrist/11cd088a17abb39afc25 to your computer and use it in GitHub Desktop.
Save acidChrist/11cd088a17abb39afc25 to your computer and use it in GitHub Desktop.
err: /Stage[main]//Apache::Vhost[halastica.k1.ff]/File[/vagrant/web]/group: change from dialout to root failed: Failed to set group to '0': Operation not permitted - /vagrant/web
sudo chgrp 0 [shared folder on host]
ex:
sudo chgrp 0 web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment