Обсуждение: Connecting from xp to linux server

Поиск
Список
Период
Сортировка

Connecting from xp to linux server

От
Simone Gadenz
Дата:
Hi all,

this is the problem I am facing.

I have PG 8.3 running on a KUBUNTU installation running on a virtual 
machine. From inside the virtual machine I can use PGADMIN to manage PG 
but when I try to connect from the xp machine I have this error: "Error 
connecting to the server:FATAL: missing or erroneous pg_hba.conf file" .

I set the permission in the pg_hba.conf on the server.

The machine talk each oher, I can ping and use telnet on the 5432 port.

The log on the server does not report any problem.

Ideas?

S.

-- 



 Dr. Simone Gadenz


via P. Togliatti 69, 50051

Castelfiorentino (FI)


+39 339 6053660




*INFORMATIVA PRIVACY (ex D.lgs. 196/03)*

Le inormazioni contenute in questo documento e nei relativi allegato

possono essere riservate e sono destinate esclusivamente alla persona

od alla Società indicata come destinatario.

La diffusione e la distribuzione del presente documento a soggetti

diversi da quelli indicati, od in genere qualsivoglia utilizzo illecito

dei dati ivi contenuti, e proibita sia ai sensi dell'art. 616 del

Codice Penale che dal D.Lgs 196/03 in materia di protezione dei dati

personali (Privacy).

Se avete ricevuto per errore questo documento siete pregati di

distruggerlo e di comunicarcelo prontamente tramite e-mail o fax.



Re: Connecting from xp to linux server

От
Erwin Brandstetter
Дата:
Hi Simone!

On Jun 7, 9:28 am, s.gad...@geologyx.it (Simone Gadenz) wrote:
> Hi all,
>
> this is the problem I am facing.
>
> I have PG 8.3 running on a KUBUNTU installation running on a virtual
> machine. From inside the virtual machine I can use PGADMIN to manage PG
> but when I try to connect from the xp machine I have this error: "Error
> connecting to the server:FATAL: missing or erroneous pg_hba.conf file" .
>
> I set the permission in the pg_hba.conf on the server.
>
> The machine talk each oher, I can ping and use telnet on the 5432 port.
>
> The log on the server does not report any problem.
>
> Ideas?


This error message comes from the server: "FATAL: missing or erroneous
pg_hba.conf file" .
You should probably consider what the error message says: the server
either cannot find the pg_hba.conf file or the file is erroneous.

For further questions turn to  pgsql.admin (pgsql-admin@postgresql.org)
or  pgsql.general (pgsql-general@postgresql.org)


Regards
Erwin