Not able to connect to PostgreSQL in Linux!

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Not able to connect to PostgreSQL in Linux!
Дата
Msg-id 200102191600.f1JG0K773792@hub.org
обсуждение исходный текст
Ответы Re: Not able to connect to PostgreSQL in Linux!  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Emily Carl
Дата:
Сообщение: Re: Regresstion Tests do not find PGLIB directory
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with function aclcontains, features or bug?