Re: I get a error msg when i try to connect to the DB - Mailing list pgsql-general

From RAJARAM JAYARAMAN
Subject Re: I get a error msg when i try to connect to the DB
Date
Msg-id BAY121-F28ECEC882077D455884EA1CFD80@phx.gbl
Whole thread Raw
In response to Re: I get a error msg when i try to connect to the DB  (Brad Nicholson <bnichols@ca.afilias.info>)
List pgsql-general

Hi

Sorry I forgot to give the pg_hba.conf detail

Error message -

============== removing existing temp installation    ==============
============== creating temporary installation        ==============
============== initializing database system           ==============
============== starting postmaster                    ==============
running on port 65432 with pid 8227
============== creating database "regression"         ==============
createdb: could not connect to database template1: FATAL:  missing or erroneous pg_hba.conf file
HINT:  See server log for details.
pg_regress: createdb failed

Present pg_hba.conf entries -

# TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD

local   all         all                                             trust
host all all ??? 255.255.255.255 trust
host all all 0.0.0.0 0.0.0.0 trust

# IPv4-style local connections:
host    all         all         127.0.0.1         255.255.255.255   trust
# IPv6-style local connections:
host    all         all         ::1               ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff        trust

I'm stuck here and could not proceed any further can you please help.

Regards

Rajaram J 



Live the life in style with MSN Lifestyle. Check out!

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: FInding "corrupt" values in UTF-8 tables (regexp question, I think)
Next
From: "Phoenix Kiula"
Date:
Subject: Re: FInding "corrupt" values in UTF-8 tables (regexp question, I think)