BUG #9189: error reading postgresql.conf in pg_createcluster

From: krichter722(at)aol(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9189: error reading postgresql.conf in pg_createcluster
Date: 2014-02-11 20:39:02
Message-ID: 20140211203902.2705.57527@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9189
Logged by: Karl Richter
Email address: krichter722(at)aol(dot)de
PostgreSQL version: 9.3.2
Operating system: Ubuntu 13.10 on Linux 3.11 on x86_64
Description:

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)?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-02-11 21:19:50 Re: BUG #9187: corrupt toast tables
Previous Message kevin.hughes 2014-02-11 16:24:08 BUG #9187: corrupt toast tables