==> default: Configuring and enabling network interfaces... DEBUG ssh: Checking whether SSH is ready... DEBUG ssh: Re-using SSH connection. INFO ssh: SSH is ready! DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: (sudo=false) DEBUG ssh: Exit status: 0 INFO guest: Autodetecting host type for [#] DEBUG guest: Trying: mint DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: if test -r /etc/os-release; then source /etc/os-release && test xLinux Mint = x$ID && exit fi if test -x /usr/bin/lsb_release; then /usr/bin/lsb_release -i 2>/dev/null | grep -qi Linux Mint && exit fi if test -r /etc/issue; then cat /etc/issue | grep -qi Linux Mint && exit fi exit 1 (sudo=false) DEBUG ssh: stderr: bash: line 4: test: too many arguments DEBUG ssh: stderr: grep: Mint DEBUG ssh: stderr: : No such file or directory DEBUG ssh: Exit status: 1 DEBUG guest: Trying: atomic DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: grep 'ostree=' /proc/cmdline (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: trisquel DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: [ -x /usr/bin/lsb_release ] && /usr/bin/lsb_release -i 2>/dev/null | grep Trisquel (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: fedora DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: grep 'Fedora release' /etc/redhat-release (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: pld DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: cat /etc/pld-release (sudo=false) DEBUG ssh: stderr: cat: DEBUG ssh: stderr: /etc/pld-release DEBUG ssh: stderr: : No such file or directory DEBUG ssh: stderr: DEBUG ssh: Exit status: 1 DEBUG guest: Trying: amazon DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: grep 'Amazon Linux AMI' /etc/os-release (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: funtoo DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: grep Funtoo /etc/gentoo-release (sudo=false) DEBUG ssh: stderr: grep: /etc/gentoo-release: No such file or directory DEBUG ssh: Exit status: 2 DEBUG guest: Trying: ubuntu DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: if test -r /etc/os-release; then source /etc/os-release && test xubuntu = x$ID && exit fi if test -x /usr/bin/lsb_release; then /usr/bin/lsb_release -i 2>/dev/null | grep -qi ubuntu && exit fi if test -r /etc/issue; then cat /etc/issue | grep -qi ubuntu && exit fi exit 1 (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: darwin DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: uname -s | grep 'Darwin' (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: arch DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: cat /etc/arch-release (sudo=false) DEBUG ssh: stderr: cat: /etc/arch-release DEBUG ssh: stderr: : No such file or directory DEBUG ssh: Exit status: 1 DEBUG guest: Trying: gentoo DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: grep Gentoo /etc/gentoo-release (sudo=false) DEBUG ssh: stderr: grep: /etc/gentoo-release DEBUG ssh: stderr: : No such file or directory DEBUG ssh: Exit status: 2 DEBUG guest: Trying: netbsd DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: uname -s | grep NetBSD (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: dragonflybsd DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: uname -s | grep -i 'DragonFly' (sudo=false) DEBUG ssh: Exit status: 1 DEBUG guest: Trying: redhat DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: cat /etc/redhat-release (sudo=false) DEBUG ssh: Exit status: 0 INFO guest: Detected: redhat! DEBUG guest: Searching for cap: configure_networks DEBUG guest: Checking in: redhat DEBUG guest: Found cap: configure_networks in redhat INFO guest: Execute capability: configure_networks [#, [{:type=>:dhcp, :adapter_ip=>"192.168.33.1", :ip=>"192.168.33.0", :netmask=>"255.255.255.0", :auto_config=>true, :interface=>1}]] (redhat) DEBUG ssh: Checking whether SSH is ready... DEBUG ssh: Re-using SSH connection. INFO ssh: SSH is ready! DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: (sudo=false) DEBUG ssh: Exit status: 0 DEBUG guest: Searching for cap: network_scripts_dir DEBUG guest: Checking in: redhat DEBUG guest: Found cap: network_scripts_dir in redhat INFO guest: Execute capability: network_scripts_dir [#] (redhat) DEBUG ssh: Checking whether SSH is ready... DEBUG ssh: Re-using SSH connection. INFO ssh: SSH is ready! DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: (sudo=false) DEBUG ssh: Exit status: 0 DEBUG guest: Searching for cap: network_interfaces DEBUG guest: Checking in: redhat DEBUG guest: Checking in: linux DEBUG guest: Found cap: network_interfaces in linux INFO guest: Execute capability: network_interfaces [#] (redhat) DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: /sbin/ip -o -0 addr | grep -v LOOPBACK | awk '{print $2}' | sed 's/://' (sudo=true) DEBUG ssh: Exit status: 0 DEBUG network_interfaces: Unsorted list: ["enp0s3", "enp0s8", "docker0", "veth019f28d@if5", "vethf30ff73@if7"] DEBUG network_interfaces: Sorted list: ["docker0", "enp0s3", "enp0s8", "veth019f28d@if5", "vethf30ff73@if7"] DEBUG network_interfaces: Ethernet preferred sorted list: ["enp0s3", "enp0s8", "docker0", "veth019f28d@if5", "vethf30ff73@if7"] DEBUG ssh: Uploading: /tmp/vagrant-redhat-configure-networks20161123-23259-13iroix to /tmp/vagrant-network-entry-enp0s8-1479920148-0 DEBUG ssh: Re-using SSH connection. DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: # Down the interface before munging the config file. This might # fail if the interface is not actually set up yet so ignore # errors. /sbin/ifdown 'enp0s8' # Move new config into place mv -f '/tmp/vagrant-network-entry-enp0s8-1479920148-0' '/etc/sysconfig/network-scripts/ifcfg-enp0s8' # attempt to force network manager to reload configurations nmcli c reload || true # Restart network service network restart (sudo=true) DEBUG ssh: Sending SSH keep-alive... DEBUG ssh: Exit status: 0 INFO warden: Calling OUT action: # INFO warden: Calling OUT action: # INFO warden: Calling OUT action: # INFO synced_folders: Invoking synced folder enable: virtualbox INFO interface: output: Mounting shared folders... INFO interface: output: ==> default: Mounting shared folders...