Обсуждение: Network problem

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

Network problem

От
DU
Дата:
I think I'm going insane.

In postgresql.conf I have:

tcpip_socket = true


In pg_hba.conf I have

host    all         all         0.0.0.0         0.0.0.0   trust


From the command line I run:

 psql -h 10.3.4.110 bookreviews

(where 10.3.4.110 is the IP of the machine where pg is running and
obviously "bookreviews" is the name of my database)


I get:

psql: FATAL:  no pg_hba.conf entry for host "10.3.4.110", user
"<USER>", database "bookreviews", SSL off

(where <USER> is my username)


If I run this:

psql bookreviews

It works fine, so it isn't the username or the database end.  WHAT AM
I DOING WRONG??

I'm running from RPMs installed on RH 9.  Oh, I also turned on the
logging and maxed debug up to 5 and all I get is the same thing the CL
shows me.

Fwd: Network problem

От
DU
Дата:
OK, everyone who is beating their head against a wall and/or having a
heart attack can stop now.  I was editing backup copies I had made of
the conf files.  Sorry.  It works once I do it right.

---------- Forwarded message ----------
From: DU <desiredusername@gmail.com>
Date: Sun, 12 Sep 2004 10:13:46 -0400
Subject: Network problem
To: pgsql-general@postgresql.org

I think I'm going insane.

In postgresql.conf I have:

tcpip_socket = true

In pg_hba.conf I have

host    all         all         0.0.0.0         0.0.0.0   trust

From the command line I run:

 psql -h 10.3.4.110 bookreviews

(where 10.3.4.110 is the IP of the machine where pg is running and
obviously "bookreviews" is the name of my database)

I get:

psql: FATAL:  no pg_hba.conf entry for host "10.3.4.110", user
"<USER>", database "bookreviews", SSL off

(where <USER> is my username)

If I run this:

psql bookreviews

It works fine, so it isn't the username or the database end.  WHAT AM
I DOING WRONG??

I'm running from RPMs installed on RH 9.  Oh, I also turned on the
logging and maxed debug up to 5 and all I get is the same thing the CL
shows me.