Vagrant up fails due to ifdown error
kitzberger opened this issue · 6 comments
kitzberger commented
Just checked out the latest version but cannot get vagrant to "up" the machine properly.
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: 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/ifdown eth1 2> /dev/null
Stdout from the command:
Stderr from the command:
There is no eth1 on my maschine. Any suggestions?
mblaschke commented
Ubuntu 16.04 version?
kitzberger commented
Yes, it's this commit: eb1b15d
mblaschke commented
Which Vagrant version?
kitzberger commented
Vagrant 1.8.1
mblaschke commented
Please keep Vagrant up to date, current version is 1.8.5
kitzberger commented
Argl, thanks! You're the man!