Re: [BUGS] BUG #2083: initdb fails with: child process was terminated by signal 11

2005-12-02 Thread Weiss, Wilfried
Hi Senenca,

I think that I do not need readline, so I will try to recompile 
--without-readline.
The server is running AIX 5.1 ML 2. Before I recompile I will apply ML 7, 
thought I already did it.
As this is an old F40 I cannot upgrade to AIX 5.2 or above, so I have to stay 
on 5.1.

I think there must have been a major change from 8.0.3 to 8.0.4 as I did not 
notice any problem on 8.0.3.

Thank you for the quick help.
I will tell you whether it worked.

Regards
Wilfried Weiss

-Ursprüngliche Nachricht-
Von: Seneca Cunningham [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 1. Dezember 2005 20:22
An: Weiss, Wilfried
Cc: pgsql-bugs@postgresql.org
Betreff: Re: [BUGS] BUG #2083: initdb fails with: child process was
terminated by signal 11


Wilfried Weiss wrote:
> Configure parms: 
> ./configure --enable-odbc --enable-syslog
> --with-includes=/opt/freeware/include --with-libraries=/opt/freew
> are/lib --with-tclconfig=/opt/freeware/lib
> 
> C-Compiler IBM C for AIX Version 6.0
> 
> This worked well until PostgreSQL 8.0.3.

If you pass configure the flag "--without-readline", does gmake check
succeed?  If it does and you need readline capabilities in the copy of
psql on your AIX box, there are a few options:

  0) use libedit (patching postgres' configure scripts is required
 unless readline is removed from the server)
  1) installing readline 5.0 and replacing your standard 4.3 build
  2) relinking your existing libreadline so that it doesn't export
 strncpy and other functions that it shouldn't
  3) use an external readline wrapper around the readline-less psql

By the way, which maintenance level is your server at?

-- 
Seneca Cunningham
[EMAIL PROTECTED]

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


Re: [BUGS] BUG #6334: initdb not working

2012-03-07 Thread Weiss, Wilfried
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:alvhe...@alvh.no-ip.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" 
To: Alvaro Herrera 
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.we...@nsg.com


-Ursprüngliche Nachricht-
Von: Alvaro Herrera [mailto:alvhe...@commandprompt.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.we...@nsg.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 

http://nsg.com/disclaimer

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


[BUGS] BUG #6334: initdb not working

2012-03-27 Thread Weiss, Wilfried
After lots of testing I finally found that the described combination of
software components is not working.

It seems that IBM C-Compiler xlc 9.0 is at its end of life.

 

In the meantime I changed my environment:

 

AIX from 5.300-12-03-1119 to AIX 6100-05-05-1112 

PostgreSQL 9.1.2 to PostrgreSQL 9.1.3

IBM C-Compiler xlc 9.0 to IBM C-Compiler xlc 11.1  

 

I can now confirm that the issue with initdb disappeared. 

Everything is working fine, again.

 

However it is very sad that there is so few AIX support on this site :-(

 

 

Best Regards

Wilfried

 


http://nsg.com/disclaimer