Skip to content

Instantly share code, notes, and snippets.

@killerswan
Created September 23, 2015 07:13
Show Gist options
  • Save killerswan/b56da34371553d04e458 to your computer and use it in GitHub Desktop.
Save killerswan/b56da34371553d04e458 to your computer and use it in GitHub Desktop.
vagrant ssh on stellar single-peer seems to fail (probably easy, but I am too jet-lagged to sort it out tonight)
single-peer $ history | tail -15
514 mkdir stellar-things
515 cd stellar-things/
516 git clone https://github.com/stellar/vagrant-examples
517 sudo git clone https://github.com/stellar/vagrant-examples
518 dir
519 cd vagrant-examples/
520 dir
521 cd single-peer/
522 dir
523 cat Vagrantfile
524 vagrant up
525 vagrant ssh
526 uname -a
527 history | tail
528 history | tail -15
single-peer $
single-peer $ vagrant ssh
Vagrant failed to initialize at a very early stage:
The directory Vagrant will use to store local environment-specific
state is not accessible. The directory specified as the local data
directory must be both readable and writable for the user that is
running Vagrant.
Local data directory: /Users/kevin/code/stellar-things/vagrant-examples/single-peer/.vagrant
single-peer $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment