Re: Cannot create users - Mailing list pgsql-general

From Richard Huxton
Subject Re: Cannot create users
Date
Msg-id 006b01c0531e$932873c0$1001a8c0@archonet.com
Whole thread Raw
In response to Cannot create users  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Cannot create users  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
----- Original Message -----
> [postgres@salmo rshepard]$ createuser rshepard
> Shall the new user be allowed to create databases? (y/n) y
> Shall the new user be allowed to create more new users? (y/n) y
> psql: Missing or erroneous pg_hba.conf file, see postmaster log for
details
> createuser: creation of user "rshepard" failed
>
>   Will someone please explain to me what I missed during the installation?
I
> know it must be something simple, but I don't see the answer in the
> administrator's manual. (If the answer is there, please pass me a pointer
to
> the page number and I'll go read it for myself.)

pg_hba.conf is postgres' host access file (bit like /etc/hosts.allow).
You'll probably find it somewhere under your main pgsql directory or /etc
(on this machine it is in /usr/local/pgsql/data). It lists which hosts can
connect to the database backend, so it could well be that the host you are
using is not listed there (the file contains instructions).

If you cannot find the file, get a copy from the source tar (and drop the
rpm maintainer a note to let them know there's a problem).

- Richard Huxton


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PL/TCL regex string matching
Next
From: Warren Vanichuk
Date:
Subject: Schema Tools?