Not able to connect to PostgreSQL in Linux! - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Not able to connect to PostgreSQL in Linux!
Date
Msg-id 200102191600.f1JG0K773792@hub.org
Whole thread Raw
Responses Re: Not able to connect to PostgreSQL in Linux!  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
Srini (a.srinivasan@chennai.transys.net) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
 Not able to connect to PostgreSQL in Linux!

Long Description
We installed Redhat Linux 7.0 with iPlanet 4.1 web server for Linux. It is working fine. Now, we are trying to run
PostgreSQLon top of that.  

We were able to do setup of PostgreSQL. The service is running properly. When we try to connect to DB using 'pgaccess'
or'psql', it is throwing the following error message. 

"connection to database failed:
missing or erroneous pg_hba.conf file, see postmaster log for details'

We found that there is no log file for postmaster and the content of present /var/lib/pgsql/data/pg_hba.conf file is
local    all    trust
host    all    127.0.0.1    255.255.255.255    trust
host    all    localhost    255.255.255.255    trust
Please advise how to get out this problem and your further suggestion for the successful running of PostgreSQL
database?. 


Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Emily Carl
Date:
Subject: Re: Regresstion Tests do not find PGLIB directory
Next
From: Tom Lane
Date:
Subject: Re: Problem with function aclcontains, features or bug?