Hello,
I am running Vagrant 1.8.1 with the Parallels provider (1.6.1) on Mac OSX El Capitan, and anytime I 'vagrant halt' a Debian machine, it just hangs for a very long time, even though the machine is actually shut down.
You can verify this by using any standard Vagrantfile and the 'parallels/debian-8.2' box on Atlas--just do a 'vagrant up' followed by a 'vagrant halt'. It looks to me like the halt command is never returning back to the caller, so it just waits for the 30 second timeout.
Is there a way I can work around this problem?
I am running Vagrant 1.8.1 with the Parallels provider (1.6.1) on Mac OSX El Capitan, and anytime I 'vagrant halt' a Debian machine, it just hangs for a very long time, even though the machine is actually shut down.
You can verify this by using any standard Vagrantfile and the 'parallels/debian-8.2' box on Atlas--just do a 'vagrant up' followed by a 'vagrant halt'. It looks to me like the halt command is never returning back to the caller, so it just waits for the 30 second timeout.
Is there a way I can work around this problem?