Re: BUG #6334: initdb not working

From: "Weiss, Wilfried" <Wilfried(dot)Weiss(at)nsg(dot)com>
To: "Pg Bugs" <pgsql-bugs(at)postgresql(dot)org>
Cc: "Alvaro Herrera" <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: BUG #6334: initdb not working
Date: 2012-03-07 10:32:42
Message-ID: D5F2E1B9C59A394D96FB8568715545990177044A@sdegel00069.euro.pilkington.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Alvaro,

I just compiled version 9.1.3 and got quite the same error.

I still do not have any clue what to change, as the compile runs successfully without any error.

Regards Wilfried

-----Ursprüngliche Nachricht-----
Von: Alvaro Herrera [mailto:alvherre(at)alvh(dot)no-ip(dot)org]
Gesendet: Mittwoch, 11. Januar 2012 19:48
An: Pg Bugs
Cc: Weiss, Wilfried
Betreff: Fwd: AW: [BUGS] BUG #6334: initdb not working

I'm forwarding a reply I got to my personal email. I have no idea what
to do with this report. The interesting extract from the attached log
file is:

initializing dependencies ... ok
creating system views ... FATAL: column "?column?" specified more than once
STATEMENT: /*
* PostgreSQL System Views
*
* Copyright (c) 1996-2011, PostgreSQL Global Development Group
*
* src/backend/catalog/system_views.sql
*/

CREATE VIEW pg_roles AS

Wilfried: please CC the list in replies always.

--- Begin forwarded message from Weiss, Wilfried ---
From: "Weiss, Wilfried" <wilfried(dot)weiss(at)nsg(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Date: Wed, 11 Jan 2012 09:38:16 -0300
Subject: AW: [BUGS] BUG #6334: initdb not working

Hi Alvaro,

sorry for answering so late.

I asked my AIX systems administrator for support on this issue. However they had no idea what kind of strace I could run to get more detailed information.

Could you please give me any advice how to trace this bug?

Attached you find the debugging output of initdb. This is the only information I have at the moment. Maybe this helps a little bit.

Best Regards / Mit freundlichen Grüssen
Wilfried Weiss

A+W Basis Administration
IS Group Services
Pilkington Deutschland AG
NSG Group
Tel.: +49 (0)209 168 2624
Fax: +49 (0)209 168 2330
Mobil: +49 (0)171 306 9635
mailto:Wilfried(dot)Weiss(at)nsg(dot)com

-----Ursprüngliche Nachricht-----
Von: Alvaro Herrera [mailto:alvherre(at)commandprompt(dot)com]
Gesendet: Mittwoch, 14. Dezember 2011 23:06
An: Weiss, Wilfried
Cc: Pg Bugs
Betreff: Re: [BUGS] BUG #6334: initdb not working

Excerpts from Wilfried.Weiss's message of mié dic 14 03:36:25 -0300 2011:
> The following bug has been logged on the website:
>
> Bug reference: 6334
> Logged by: Wilfried Weiss
> Email address: Wilfried(dot)Weiss(at)nsg(dot)com
> PostgreSQL version: 9.1.2
> Operating system: AIX 5300-12-04-1119
> Description:
>
> I successfully compiled 9.1.2 using IBM xlc 9.0 and gnu make 3.80-1. When
> trying to initialise the database, no directory structure is created. I used
> parameter -d for more debug info but did not find any useful hint why initdb
> is not working. I am using PostgreSQL since Version 7.0.4, but that never
> happened to me.

With the amount of info in this report, it seems quite unlikely that we
would be able to come up with an explanation. Maybe the operating
system is silently failing the mkdir() calls. Would you run it under
some sort of strace equivalent?

--- End forwarded message ---

--
Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>

http://nsg.com/disclaimer

Browse pgsql-bugs by date

  From Date Subject
Next Message pradeep.vishwakarma 2012-03-07 12:55:51 BUG #6523: Problems with dbpool()
Previous Message Dimitri Fontaine 2012-03-07 09:14:21 Re: Extension tracking temp table and causing update failure