No symlinked folder, errors upon vagrant reload
I ran vagrant reload as suggested in another question thread from a user who also has no symlinked folder. The reload gave me errors.
[default] Configuring and enabling network interfaces...
/Applications/Vagrant/embedded/gems/gems/net-ssh-2.6.6/lib/net/ssh/transport/packet_stream.rb:87:in `next_packet': connection closed by remote host (Net::SSH::Disconnect)
This is after having destroyed the VM and rebuilt it from scratch. Any ideas?
Answers
You shouldn't have to do vagrant reload whenever you come back to work on the lessons. You should only have to vagrant up and then vagrant ssh to get in and start the development server.
The /vagrant directory only exists on the VM. On your local system, it's whatever directory you did vagrant up in.
When you run vagrant up, you get this error? Or after a successful vagrant up/vagrant halt cycle?