Chopicalqui

Results 3 comments of Chopicalqui

Hey @shanow7 Looks like PostgreSQL is not running. Did you start the PostgreSQL service via the following command? `sudo service postgresql start` Afterwards, it should work. Cheers

Interesting. Can you send me the output of the following command: `uname -a` It looks like that PostgreSQL is not installed on your machine, which is unusual for Kali Linux...

It looks like your Kali Linux version does not have PostgreSQL installed (which is unusual) and therefore KIS cannot execute the following command: ``` $ update-rc.d postgresql enable [e] update-rc.d:...