listen_addresses = '*' ok, specific address(es) no

From: Geoffrey Knauth <geoff(at)knauth(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: listen_addresses = '*' ok, specific address(es) no
Date: 2006-06-15 14:05:26
Message-ID: 7F9DD4F9-A334-4A52-8501-1DA780CD4D2E@knauth.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I'm running PostgreSQL 8.1.3. In my postgresql.conf, the following
works:
listen_addresses = '*'

but the following does not:
listen_addresses = '192.168.1.33'

I get an error:
WARNING: could not create listen socket for "192.168.1.33"
FATAL: could not create any TCP/IP sockets

I'm running Mac OS X 10.4.6 on PPC, if that makes a difference.

For now, listen_addresses = '*' works for me, but I was curious why I
couldn't use the more restrictive listen_addresses.

Geoffrey
--
Geoffrey S. Knauth | http://knauth.org/gsk

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2006-06-15 14:37:01 Re: listen_addresses = '*' ok, specific address(es) no
Previous Message Tom Lane 2006-06-15 13:42:08 Re: UTF-8 Problem ?