RedHat 5.1 Postgres 6.3.2 problem resolved

From: De Clarke <de(at)ucolick(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: RedHat 5.1 Postgres 6.3.2 problem resolved
Date: 1998-06-19 04:56:20
Message-ID: 199806190456.VAA01517@ronin.ucolick.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


The default RedHat install doesn't include pidentd, which
apparently is now required by PG (?). When I install the
RPM for pidentd, I get past the "unrecognized authentication"
problem.

But I still have a configuration problem of some kind:
I cannot connect to the postmaster.

86) musashi.ucolick.org.postgres: psql -d template1
Connection to database 'template1' failed.
connectDB() failed: Is the postmaster running and accepting TCP/IP(with -i) connections at 'localhost' on port '5432'?

87) musashi.ucolick.org.postgres: telnet localhost 5432
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
88) musashi.ucolick.org.postgres:

I can connect to other services on localhost (the usual inetd stuff).

This feels like a slight Linux misconfig problem.... has anyone else
been here?

de

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-06-19 11:38:53 Re: [HACKERS] RedHat 5.1 Postgres 6.3.2 problem resolved
Previous Message Marc Howard Zuckman 1998-06-19 04:24:03 RE: [HACKERS] Need help understanding unique indices (fwd)