Re: Connecting via ssh tunnel - Mailing list pgsql-general

From Leonel Nunez
Subject Re: Connecting via ssh tunnel
Date
Msg-id 1763.189.155.92.16.1164404757.squirrel@enelserver.com
Whole thread Raw
In response to Connecting via ssh tunnel  ("ben short" <ben@benshort.co.uk>)
List pgsql-general
> Hi,
>
> I have a postgresql server setup on a Solaris 10 box. I can connect to
> the db via psql from the local machine. What I have been trying to do
> it connect with pgAdmin from my workstation. I have setup the tunnel
> correctly, local port 5432 and destination localhost:5432. Everytime I
> try to connect I get the following message.
>
> 2006-11-24 20:42:48 ERROR  : Error connecting to the server: server
> closed the connection unexpectedly
>     This probably means the server terminated abnormally
>     before or while processing the request.
>
> I havent altered the config files, so postgresql should be listening
> on localhost.
>

on solaris :

telnet localhost 5432   does connect ?

> Any one got any ideas?
>
> Ben
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>


leonel



pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: PGDATA
Next
From: Richard Broersma Jr
Date:
Subject: Re: How to restore a dumbed file in postgreSQL