Thread: Port Bug Report: postmaster initialization fails when creating a shared memory region

============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Ryan Anderson
Your email address      : ryan@michonline.com

Category                : install: compile
Severity                : serious

Summary: postmaster initialization fails when creating a shared memory region

System Configuration
--------------------
  Operating System   : Solaris 2.6

  PostgreSQL version : 6.5

  Compiler used      : gcc 2.8.1

Hardware:
---------


Versions of other tools:
------------------------
gmake 3.77
lex: Software Generation Utilities (SGU) Solaris/ELF (3.0)


--------------------------------------------------------------------------

Problem Description:
--------------------
after installation, postmaster fails with this error:
IpcMemoryCreate: shmget failed (Invalid argument) key=5432001, size=1073152, permission=600
FATAL 1: ShmemCreate: cannot create region

--------------------------------------------------------------------------

Test Case:
----------
compile postgresql with gcc and native lex.
Install.
Postmaster fails.

Note: make depend fails in interfaces/ecpg/preproc
No rule to make target "depend".


--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------