Package: cloud.debian.org Severity: important Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I tried to use the debian/testing64 vagrant box. * What exactly did you do (or not do) that was effective (or ineffective)? I ran `vagrant up`. It mostly runs, but hangs on ==> default: Mounting NFS shared folders... After sitting there * What was the outcome of this action? It mostly runs, but hangs on ==> default: Mounting NFS shared folders... After sitting there for a while, it fails with: The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! mount -o vers=4 192.168.121.1:/home/jkugler/vmware/vagrant_debian /vagrant Stdout from the command: Stderr from the command: mount.nfs: Connection refused * What outcome did you expect instead? I expected the machine to come up without issue. I noticed in the default Vagrantfile that comes with the box, there is an NFS shared folder. That should probably be removed and allow the user to configure shared folders as they see fit.