Re: BUG #9189: error reading postgresql.conf in pg_createcluster

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: krichter722(at)aol(dot)de, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9189: error reading postgresql.conf in pg_createcluster
Date: 2014-02-12 16:02:53
Message-ID: 52FB9B2D.2060004@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2/11/14, 3:39 PM, krichter722(at)aol(dot)de wrote:
> The invokation of
> <code>sudo pg_createcluster 9.3 default1</code> creates the output
> <code>
> Creating new cluster 9.3/default1 ...
> config /etc/postgresql/9.3/default1
> data /var/lib/postgresql/9.3/default1
> locale de_DE.UTF-8
> Error: could not open /etc/postgresql/9.3/default1/postgresql.conf for
> reading at /usr/share/postgresql-common/PgCommon.pm line 185.
> </code> Why is pg_createcluster having trouble reading file that are created
> by itself (according to manpage)?

You should file an Ubuntu bug about this. This tool is not shipped by
PostgreSQL proper.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2014-02-12 20:21:30 Re: BUG #9187: corrupt toast tables
Previous Message Tom Lane 2014-02-12 15:40:52 Re: BUG #9198: psql -c 'SET; ...' not working