| From: | John R Pierce <pierce(at)hogranch(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PostgreSQL installation failure |
| Date: | 2016-09-16 18:22:35 |
| Message-ID: | dc2b7d5c-772f-3794-f23f-ad74c457961a@hogranch.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 9/16/2016 1:53 AM, Thomas(dot)Deboben(dot)ext(at)rohde-schwarz(dot)com wrote:
> psql: could not connect to server: Connection refused (0x0000274D/10061)
> Is the server running on host "localhost" (::1) and accepting
> TCP/IP connections on port 5432?
that says it all. Is the postgres service running ? and if it is,
whats listen_addresses set to in postgresql.conf ? your system has ipv6
enabled, so listen_addresses should be 'localhost' not just
'127.0.0.1'. Or, it could be '*' if you want to listen on all
interfaces (eg, allow LAN connections).
--
john r pierce, recycling bits in santa cruz
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nikolai Zhubr | 2016-09-16 22:21:37 | Nonblocking libpq + openssl = ? |
| Previous Message | Alex Ignatov | 2016-09-16 15:43:37 | Re: Unable to create oracle_fdw (foreign data wrapper) extension |