-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Encountering "mount.nfs: access denied by server" on Ubuntu 16.10 with NFS synced_folder configured #8241
Comments
Can you please:
sudo mkdir /media/test and share that folder Thanks |
Same issue:
|
Additionally, tried manually with some verbosity on the guest:
|
Also confirmed this fails on macOS Sierra. Even in what I think should be the trivial case: Test Vagrantfile fully complete is below:
|
See also #8138 |
There are some problems when NAT is enabled in virtualbox. Instead of setuping network for eth1, Vagrant try to configure eth0 which is already used. Please check /etc/network/interfaces file (in the virtual machine) for confirmation. |
@kikitux : Not sure if you saw my previous replies, but after looking at #8138 at @peterdragon's suggestion, I note that mounting succeeds after restarting the network service:
However, this doesn't solve my problem, as I have additional bindfs configuration to proceed to afterwards. |
@kikitux : This issue seems to be resolved in 9661134. A quick patch succeeded. Any idea when the next Vagrant release is due? |
Hi there, It looks like this has been resolved within a previously shipped version of Vagrant so I am now closing this issue. If the original issue was not fully resolved, please reopen this issue or create a new one. Cheers! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
System
/etc/exports
modified by Vagrant like so:Issue
After running
vagrant up
, encountering the following error:Investigation
vagrant ssh
)Related issues
Mine my duplicate #5424, #100, and others.
The text was updated successfully, but these errors were encountered: