Re: Re: postmaster question - Mailing list pgsql-general

From Richard Huxton
Subject Re: Re: postmaster question
Date
Msg-id 3A9793E2.32A61A90@archonet.com
Whole thread Raw
In response to Re: Re: postmaster question  (Lonnie Cumberland <lonnie_cumberland@yahoo.com>)
List pgsql-general
Lonnie Cumberland wrote:
>
> Hello Mitch,
>
> I have been trying to do just that and hove found that by going to my init.d
> directory and starting up the "postgresql" service helps.
>
> Now the problem seems to be that even though I have just used "pg_passwd" to
> add me as a user, I am now getting an error message back saying that:
>
> ---------------------------------------------------------------
> Connection to database 'template1' failed.
> FATAL 1:  SetUserId: user 'lonnie' is not in 'pg_shadow'
>
> createdb: database creation failed on testpg.
> ----------------------------------------------------

Make sure that postgres is actually running by checking "ps aux | grep post"
Make sure that initdb has been run.
Make sure that you have created a user with "createuser" (I think this
is the one for you)

- Richard Huxton

pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: Re: postmaster question
Next
From: Aristide Aragon
Date:
Subject: Help with pq++