Created
November 12, 2015 15:05
-
-
Save aiwilliams/0ea83a2cfd8941c0fbd9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bringing machine 'computer7' up with 'vmware_fusion' provider... | |
==> computer7: Cloning VMware VM: 'ubuntu-14.04.2'. This can take some time... | |
==> computer7: Verifying vmnet devices are healthy... | |
==> computer7: Preparing network adapters... | |
==> computer7: Fixed port collision for 22 => 2222. Now on port 2205. | |
==> computer7: Starting the VMware VM... | |
==> computer7: Waiting for machine to boot. This may take a few minutes... | |
computer7: SSH address: 192.168.117.219:22 | |
computer7: SSH username: vagrant | |
computer7: SSH auth method: private key | |
computer7: Warning: Connection reset. Retrying... | |
==> computer7: Machine booted and ready! | |
==> computer7: Forwarding ports... | |
computer7: -- 22 => 2205 | |
==> computer7: Setting hostname... | |
==> computer7: Configuring network adapters within the VM... | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
touch /etc/sysconfig/network-scripts/ifcfg-eth1 | |
Stdout from the command: | |
Stderr from the command: | |
stdin: is not a tty | |
touch: cannot touch '/etc/sysconfig/network-scripts/ifcfg-eth1': No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment