webdevops/vagrant-docker-vm

Vagrant up fails due to ifdown error

kitzberger opened this issue · 6 comments

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?

Ubuntu 16.04 version?

Yes, it's this commit: eb1b15d

Which Vagrant version?

Vagrant 1.8.1

Please keep Vagrant up to date, current version is 1.8.5

Argl, thanks! You're the man!