Re: Broken postgres links need to find callers

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Broken postgres links need to find callers
Date: 2018-10-31 18:58:50
Message-ID: 687c3449-b875-8e23-6bdb-85157c9e8da8@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/31/18 11:33 AM, Rich Shepard wrote:
> On Wed, 31 Oct 2018, Adrian Klaver wrote:
>
>> If you refuse to implement the suggestions I asked for then I cannot
>> help you, as you are now off on a different tangent. One that on the
>> face of it is dangerous.
>
>   In var/lib/pgsql/10.3/data/postgresql.conf:
>
> # - Connection Settings -
>
> _addresses = 'localhost'
>
>   No listener_addresses present.

As the below shows that is not a valid setting.

Try:

listen_addresses = ''

>
> $ pg_ctl start -D /var/lib/pgsql/10.3/data/
> waiting for server to start....2018-10-31 18:33:03.323 GMT [3352] LOG:
> unrecognized configuration parameter "_addresses" in file
> "/var/lib/pgsql/10.3/data/postgresql.conf" line 59
> 2018-10-31 18:33:03.323 GMT [3352] FATAL:  configuration file
> "/var/lib/pgsql/10.3/data/postgresql.conf" contains errors
>  stopped waiting
> pg_ctl: could not start server
>
> Rich
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-10-31 19:02:51 Re: Broken postgres links need to find callers
Previous Message Rich Shepard 2018-10-31 18:48:56 Re: Broken postgres links need to find callers