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

Improve FreeBSD Support #60

Merged
merged 1 commit into from
Oct 11, 2017
Merged

Improve FreeBSD Support #60

merged 1 commit into from
Oct 11, 2017

Conversation

zachfi
Copy link
Contributor

@zachfi zachfi commented Oct 11, 2017

No description provided.

@zachfi zachfi mentioned this pull request Oct 11, 2017
@coveralls
Copy link

coveralls commented Oct 11, 2017

Coverage Status

Coverage remained the same at 73.529% when pulling b3431ab on xaque208:freebsd into cb5266f on camptocamp:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 73.529% when pulling b3431ab on xaque208:freebsd into cb5266f on camptocamp:master.

@coveralls
Copy link

coveralls commented Oct 11, 2017

Coverage Status

Coverage remained the same at 73.529% when pulling b3431ab on xaque208:freebsd into cb5266f on camptocamp:master.

@mcanevet mcanevet merged commit 369c1ec into voxpupuli:master Oct 11, 2017
@b4ldr
Copy link
Member

b4ldr commented Oct 11, 2017

in order for vagrant to mount the shared folder it needs to create an NFS mount. Adding the following to your /etc/sudoers file should help, for mac at least see the following link for more info

https://www.vagrantup.com/docs/synced-folders/nfs.html#root-privilege-requirement

# Required for vagrant
# replace $USER with your username
Cmnd_Alias VAGRANT_EXPORTS_ADD = /usr/bin/tee -a /etc/exports
Cmnd_Alias VAGRANT_NFSD = /sbin/nfsd restart
Cmnd_Alias VAGRANT_EXPORTS_REMOVE = /usr/bin/sed -E -e /*/ d -ibak /etc/exports
$USER  ALL=(root) NOPASSWD: VAGRANT_EXPORTS_ADD, VAGRANT_NFSD, VAGRANT_EXPORTS_REMOVE

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

Successfully merging this pull request may close these issues.

5 participants