Comment 1 for bug 33996

Revision history for this message
Johannes Thoma (johannes-thoma) wrote :

I found how to fix this:

edit the postgres.conf file for the 7.4 version:

sudo vi /etc/postgresql/7.4/main/postgresql.conf

and change the line 30 which is as follows:

# tcpip_socket = false

to:

tcpip_socket = true

then it works. This should be easy to fix for the next ubuntu release (or update).

best wishes

- Johannes