Remote PSQL...

Started by Jablonski, Davidover 26 years ago4 messagesgeneral
Jump to latest
#1Jablonski, David
Dave@weccusa.org

Hi,

I'm trying to use psql on a remote machine and every time I connect I get a
response "Unsupported front-end protocol." I did a packet sniff and saw
that it was trying to connect to the correct remote host and port number but
then the server would return the error response. I've looked through all
the documentation I could find and I'm at my wits end so if anyone could
point me in the right direction I would be grateful. TIA

Remote Host: OpenBSD 2.5
Client: RedHat 6.0

#2The Hermit Hacker
scrappy@hub.org
In reply to: Jablonski, David (#1)
Re: [GENERAL] Remote PSQL...

The version of psql you are trying to connect with is not compatible with
the version of postgresql you are trying to connect to...

On Mon, 23 Aug 1999, Jablonski, David wrote:

Hi,

I'm trying to use psql on a remote machine and every time I connect I get a
response "Unsupported front-end protocol." I did a packet sniff and saw
that it was trying to connect to the correct remote host and port number but
then the server would return the error response. I've looked through all
the documentation I could find and I'm at my wits end so if anyone could
point me in the right direction I would be grateful. TIA

Remote Host: OpenBSD 2.5
Client: RedHat 6.0

************

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org

#3Teodor Cimpoesu
teo@digiro.net
In reply to: Jablonski, David (#1)
Re: [GENERAL] Remote PSQL...

"Jablonski, David" wrote:

Hi,

I'm trying to use psql on a remote machine and every time I connect I get a
response "Unsupported front-end protocol." I did a packet sniff and saw
that it was trying to connect to the correct remote host and port number but
then the server would return the error response. I've looked through all
the documentation I could find and I'm at my wits end so if anyone could
point me in the right direction I would be grateful. TIA

Remote Host: OpenBSD 2.5
Client: RedHat 6.0

************

I think I sow that too, and afaik it's because of client/server library
incompatibility.Try upgrading the older ones - if any.
(btw - I noticed that when trying to connect a 6.4.2 client to 6.3.1 or
something).

--
CIMPOESU Teodor, Web Programmer (h)
@ DIGICOM S.A. Bucharest, Romania
@ Internet, site development
@ teo@digiro.net, +(401)-330.47.28

official home page ~ http://www.digiro.net/
Internet web page ~ http://internet.digiro.net/

#4Jablonski, David
Dave@weccusa.org
In reply to: Teodor Cimpoesu (#3)
RE: [GENERAL] Remote PSQL...

Thanks that must be it. Using version 6.4.3 of psql with 6.3 of postgresql.
I'll give it a try.

-----Original Message-----
From: The Hermit Hacker [mailto:scrappy@hub.org]
Sent: Monday, August 23, 1999 4:56 PM
To: Jablonski, David
Cc: Pgsql-General (E-mail)
Subject: Re: [GENERAL] Remote PSQL...

The version of psql you are trying to connect with is not compatible with
the version of postgresql you are trying to connect to...