If you’re experiencing a fatal error when loading a Vagrant machine, chances are you just need to upgrade your version of Vagrant.
Specifically this error, when using `ubuntu/xenial` (Ubuntu 16.04 LTS)
/sbin/ifdown eth1 2> /dev/null
Upgrade your local install of Vagrant to at least 1.8.5 and you’ll be set.
0 Comments