You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I expect
Vagrant starting and provisioning the Odoo VM.
What happens
The command fails with an error, output below.
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'fedora/26-cloud-base' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: 20170705
==> default: Loading metadata for box 'fedora/26-cloud-base'
default: URL: https://vagrantcloud.com/fedora/26-cloud-base
==> default: Adding box 'fedora/26-cloud-base' (v20170705) for provider: virtualbox
default: Downloading: https://vagrantcloud.com/fedora/boxes/26-cloud-base/versions/20170705/providers/virtualbox.box
==> default: Successfully added box 'fedora/26-cloud-base' (v20170705) for 'virtualbox'!
==> default: Importing base box 'fedora/26-cloud-base'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'fedora/26-cloud-base' is up to date...
==> default: Setting the name of the VM: odoo-vagrant_default_1525693890338_321
It appears your machine doesn't support NFS, or there is not an
adapter to enable NFS on this machine for Vagrant. Please verify
that `nfsd` is installed on your machine, and try again. If you're
on Windows, NFS isn't supported. If the problem persists, please
contact Vagrant support.
What I did to fix it
On my machine (Ubuntu 16.04) I needed to install NFS support with sudo apt install nfs-kernel-server nfs-common. After doing the error didn't occur anymore.
Thanks for you work anyway! Just right now I don't have the time for adding that to a readme and issuing a pull request - maybe you can add it sometime to the README.md
The text was updated successfully, but these errors were encountered:
What I do:
$ vagrant up
What I expect
Vagrant starting and provisioning the Odoo VM.
What happens
The command fails with an error, output below.
What I did to fix it
On my machine (Ubuntu 16.04) I needed to install NFS support with
sudo apt install nfs-kernel-server nfs-common
. After doing the error didn't occur anymore.Thanks for you work anyway! Just right now I don't have the time for adding that to a readme and issuing a pull request - maybe you can add it sometime to the README.md
The text was updated successfully, but these errors were encountered: