Hopefully your pg_hba.conf files look more like:local all all trusthost all all 192.168.10.0/24 trusthost pgbench all
192.168.3.0/24 trustOn 27 Sep 2006 21:02:47 -0700, blackjadelin <
[EMAIL PROTECTED]> wrote:I have co
I have configured my postgresql fonfigure files,
postgresql.conf:
..
tcpip_socket = true
ssl = true
..
pg_hba.conf:
..
local all trust
host all trust
..
and i restart my computer, then i tr
"=?utf-8?B?5p6X6bub546J?=" <[EMAIL PROTECTED]> writes:
> Exception in thread "main" org.postgresql.util.PSQLException:
> Connection refused. Check that the hostname and port are correct and
> that the postmaster is accepting TCP/IP connections.
> i have just now checked my postgre with command "ne
I am using linux Red Hat 8 OS, it may be 2 old now, ^_^
I have just installed my opennms by rpm package, and now i am running
the installer to setup the PostgreSQL database:
# $OPENNMS_HOME/bin/install -disU
but some exception happens:
===