Cuando hago vagrant up en agora-dev-box me dice (y /var/run/postgresql/.s.PGSQL.5432 no existe):
TASK: [eorchestra database setup] *********************************************
failed: [default] => {"changed": true, "cmd": "/tmp/rsetup.sh", "delta": "0:00:00.231979", "end": "2014-10-29 20:18:14.302702", "rc": 1, "start": "2014-10-29 20:18:14.070723"}
stderr: psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
createuser: could not connect to database postgres: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
createuser: could not connect to database postgres: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
createdb: could not connect to database template1: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/felix/playbook.retry
Saludos