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
==> 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:
mesg: ttyname failed: Inappropriate ioctl for device
vagrant box update --box bento/ubuntu-16.04
Checking for updates to 'bento/ubuntu-16.04'
Latest installed version: 2.2.6
Version constraints: > 2.2.6
Provider: virtualbox
I checked interfaces in VM and eth1 is renamed to enp0s3
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto enp0s3
iface enp0s3 inet dhcp
pre-up sleep 2
The text was updated successfully, but these errors were encountered:
You can manually apply the patch from the posted fix (that is what I did) which is super hacky but works. Or you can run vagrant from source. Either way, there isn't much we, the bento team, can do to get a release of Vagrant cut.
Hi,
configuration network interfaces failed.
I checked interfaces in VM and eth1 is renamed to enp0s3
The text was updated successfully, but these errors were encountered: