Re: BUG #6334: initdb not working

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Wilfried(dot)Weiss <wilfried(dot)weiss(at)nsg(dot)com>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #6334: initdb not working
Date: 2011-12-14 22:06:23
Message-ID: 1323899696-sup-4577@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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?

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Boguk 2011-12-15 00:53:22 Re: BUG #6335: Weird planner decision with exists (a join b) condition
Previous Message jlrobins 2011-12-14 19:06:09 BUG #6336: SQL stored procedure returing 'int' calling into SRF does not raise error ...