vagrant up fails: Destination directory /home/root does not exist
Closed this issue · 1 comments
bowlofeggs commented
The tail of vagrant up
:
==> dev: TASK: [dev | Enable GDB auto-loading] *****************************************
==> dev: failed: [localhost] => {"checksum": "91543d735ef5d50c9eb6c034336b85df99d8c792", "failed": true}
==> dev: msg: Destination directory /home/root does not exist
==> dev:
==> dev: FATAL: all hosts have already failed -- aborting
==> dev:
==> dev: PLAY RECAP ********************************************************************
==> dev: to retry, use: --limit @/root/dev-playbook.retry
==> dev:
==> dev: localhost : ok=11 changed=10 unreachable=0 failed=1
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
jeremycline commented
Fixed, I think