postgres on MacOS X 10.1

From: Moritz Gmelin <moritz(dot)gmelin(at)gmx(dot)de>
To: pgsql-ports(at)postgresql(dot)org
Subject: postgres on MacOS X 10.1
Date: 2001-10-03 15:10:20
Message-ID: C2A2A828-B810-11D5-BA65-003065BA6548@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi Postgres Team !

I've been sucessfully using Postgres 7.1.3 on MacOS 10.0.4. Now I
updated to 10.1 (darwin 1.4). I can't create a new database anymore. The
backend hangs up somehow. Here's the log:

DEBUG: database system was shut down at 2001-10-03 15:34:52 CEST
DEBUG: CheckPoint record at (0, 1522656)
DEBUG: Redo record at (0, 1522656); Undo record at (0, 0); Shutdown TRUE
DEBUG: NextTransactionId: 615; NextOid: 18720
DEBUG: database system is in production state
Server process (pid 6629) exited with status 11 at Wed Oct 3 15:35:20
2001
Terminating any active server processes...
Server processes were terminated at Wed Oct 3 15:35:20 2001
Reinitializing shared memory and semaphores
DEBUG: database system was interrupted at 2001-10-03 15:35:08 CEST
DEBUG: CheckPoint record at (0, 1522656)
DEBUG: Redo record at (0, 1522656); Undo record at (0, 0); Shutdown TRUE
DEBUG: NextTransactionId: 615; NextOid: 18720
DEBUG: database system was not properly shut down; automatic recovery
in progress...
DEBUG: ReadRecord: record with zero len at (0, 1522720)
DEBUG: redo is not required

Is there any other log file I can look into ? Any known solutions to the
problem ?

What I did :

as postgres user :

initdb -D /var/lib/pgsql (/var/lib/pgsql is owner by user postgres)
createuser mgm (mgm ist me)

as user mgm :

createdb test

I get the message that the backend has died (see above).

Ideas ?

Another thing :

I tried to recompile the whole thing. But since OS 10.1 ld is switched
to two_level_namespaces (don't know exactly what it means) but you need
to change the Makefile.darwin to add the -flat_namespace switch somehow.
But even with the newly compiled version it behaves just as noted above.

Greetings

Moritz

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Danny Appaiah 2001-10-04 10:40:26 Porting from MySQL.
Previous Message Bruce Momjian 2001-10-03 12:59:01 Re: postgresql 64-bit sun support