Created
October 29, 2014 15:04
-
-
Save pirelenito/5e2e80eba4ad710599ca to your computer and use it in GitHub Desktop.
Vagrant up error on CoreOS
This file contains hidden or 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 'default' up with 'vmware_fusion' provider... | |
| ==> default: Verifying vmnet devices are healthy... | |
| ==> default: Preparing network adapters... | |
| ==> default: Starting the VMware VM... | |
| ==> default: Waiting for machine to boot. This may take a few minutes... | |
| default: SSH address: 172.16.31.183:22 | |
| default: SSH username: vagrant | |
| default: SSH auth method: private key | |
| default: Warning: Connection timeout. Retrying... | |
| ==> default: Machine booted and ready! | |
| ==> default: Forwarding ports... | |
| default: -- 22 => 2222 | |
| ==> default: 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! | |
| mv /tmp/etcd-cluster.service /media/state/units/ | |
| Stdout from the command: | |
| Stderr from the command: | |
| mv: cannot move '/tmp/etcd-cluster.service' to '/media/state/units/': No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment