Closed swa-kumran closed 4 years ago
Same issue for me too using 2.2.13.
+1 for me, except I am running macOS Catalina version 10.15.7
I got rid of the warning by steps here.
However, the files were not synced from the sync_folder to the bind_folder
Additional Information
config.vm.synced_folder
is working as intendeddf -h --output=source,target
does not show the expected mount$ vagrant --version
Vagrant 2.2.13
$ vagrant plugin list
vagrant-bindfs (1.1.8, global)
Hello,
Can any of you add config.bindfs.debug = true
to his Vagrantfile and post here the output of a vagrant up
?
Thanks
This seems to be related to a bug in the latest Vagrant release. (See hashicorp/vagrant#12035)
You can rollback to Vagrant 2.2.10 and wait for a fix.
I'll close this issue as it's not a vagrant-bindfs problem but feel free to reopen it if needed.
A fix has been found by Vagrant's developpers and should be released soon as 2.2.14.
I updated my environement so I have the following configuration.
While doing a vagrant up, Im facing a Guest Additions issue:
The guest additions on this VM do not match the installed version of VirtualBox! In most cases this is fine, but in rare cases it can cause things such as shared folders to not work properly. If you see shared folder errors, please update the guest additions within the virtual machine and reload your VM.
As a consequence, it doesn't bind my folder from my Windows 10 to my Ubuntu. In the code below, only the first line is working:
If I do
ls /var/www/
I can see test__nfs but not test.I could align the version of the Guest Additions and the VM with:
vagrant vbguest --auto-reboot
I also updated the kernel and restarted Ubuntu:
sudo apt upgrade sudo shutdown now
Im still getting this issue..
I also reinstalled and reinstalled everything.