Sophia Castellarin
Sophia Castellarin
@tshahed, thanks for the extra information! If you could share the full debug log in a public gist (https://gist.github.com/) that would be awesome 😃
@tshahed could you also share the Vagrantfile used to produce this error? Thanks!
Since the mount command is timing out, it seems like this may be a networking issue. This guide https://github.com/hashicorp/vagrant/blob/80e94b5e4ed93a880130b815329fcbce57e4cfed/website/pages/docs/synced-folders/nfs.mdx#troubleshooting-nfs-issues (still under development) lists out some thing to check for to...
Right, from the logs above it looks like the IP you want to use is 192.168.200.1. So, you can check if that nfs folder is available on the guest by...
Since the share is not available on the guest but is available on the host, it seems like this is probably a networking issue. Please ensure that the ports for...
@pasankg Vagrant doesn't have configuration options to change firewall rules on your host or guest. You may find [the shell provisioner](https://www.vagrantup.com/docs/provisioning/shell) useful for doing this after boot. However, a more...
Hey there, thanks for opening up an issue! TL;DR I think the `[:running]` bit, or the checking the vm state bit is important. It was added to resolve some [issues...
related to https://github.com/conda/conda/pull/7258
Heya @grahamhub, thanks for sorting this out 🎉 It looks like it'll be quite an ordeal to do this kind of privileged escalation. Maybe correct me if I'm wrong, but...
Hey there, [dependency provisioning](https://www.vagrantup.com/docs/provisioning/basic_usage#dependency-provisioners) is an experimental feature. In order to use it you must [enable experimental mode](https://www.vagrantup.com/docs/experimental). If the problem persists after that has been enabled, could you provide...