webdevops / vagrant-docker-vm

:computer: Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
https://webdevops.io/projects/vagrant-docker-vm/
MIT License
87 stars 28 forks source link

Vagrant up fails due to ifdown error #90

Closed kitzberger closed 8 years ago

kitzberger commented 8 years ago

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 8 years ago

Ubuntu 16.04 version?

kitzberger commented 8 years ago

Yes, it's this commit: eb1b15d

mblaschke commented 8 years ago

Which Vagrant version?

kitzberger commented 8 years ago

Vagrant 1.8.1

mblaschke commented 8 years ago

Please keep Vagrant up to date, current version is 1.8.5

kitzberger commented 8 years ago

Argl, thanks! You're the man!