Forum OpenACS Q&A: Re: Installation of OpenACS with Naviserver

Collapse
Posted by Benjamin Brink on

Well, *usually* it starts automatically and remains in the background.

This is the normal way to start the service (or replace 'start' with 'stop' to stop it):

sudo service postgresql start

Or to manually start, try something like this:

/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c config_file=/etc/postgresql/9.5/main/postgresql.conf
Collapse
Posted by Juan Carlos on
Ok, that problem is solved, but now I have another one.

The tutorial asks me to do sudo bash, but that gave me this:
[sudo] password for postgres:

But, the postgres password doesnt work, I even changet it using ALTER USER.

What can I do?