rapid7 / warvox

http://www.warvox.org/
203 stars 55 forks source link

Postgres Problem #46

Closed rknikiting closed 8 years ago

rknikiting commented 8 years ago

sorry, newbie here.

root@kali:/home/warvox# sudo su - postgres postgres@kali:~$ createuser -s warvox 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"?

I'm stuck. please help. Kali Linux 2016.1

hdm commented 8 years ago

You need to start the database first (/etc/init.d/postgresql start)

XSecr3t commented 5 years ago

I have same problems