Hello,
the postgresql standard server 8.4 cant listen to 5432 by default port when this one was created ?
the error is : psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
my pg_hba.conf file:
postgresql.conf :
My iptables:
My server IP 192.168.144.22 and my client addresse is 192.168.144.18.
Is this the same problem reported on latest ubuntu distribution ?
Joined: 23 Oct 2005 21:05:02
Messages: 197
Offline
If you use:
It just connects to port 5432. All that does is see if the firewall is allowing connections from your client to the database server. If that works, then you know that there is an issue higher up on the stack. This is just verifying that you can connect.... almost like a 'ping' to the port.