You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have gotten the following output on the last 2 fresh builds
==> default: Attempting graceful shutdown of VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!echo;printf$SSH_AUTH_SOCK
Stdout from the command:
Stderr from the command:
printf: usage: printf [-v var] format [arguments]
vagrant ssh, vagrant suspend, and vagrant up all work, but the error gets thrown on vagrant halt.
The text was updated successfully, but these errors were encountered:
Like Philip is saying, there is a error message every time you enter "vagrant halt". Instead of shutting the vm down the error messages appears, but a "vagrant halt -f" forces a shut down to the vm.
I have gotten the following output on the last 2 fresh builds
vagrant ssh
,vagrant suspend
, andvagrant up
all work, but the error gets thrown onvagrant halt
.The text was updated successfully, but these errors were encountered: