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
Executing vagrant up recover works fine, but after a while the following appears:
==> recover: Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
/sbin/ip -o -0 addr | grep -v LOOPBACK | awk '{print $2}' | sed 's/://'
Stdout from the command:
Stderr from the command:
bash: sudo: command not found
The text was updated successfully, but these errors were encountered:
Executing
vagrant up recover
works fine, but after a while the following appears:The text was updated successfully, but these errors were encountered: