... - Mailing list pgsql-ports

From Carlo Perassi
Subject ...
Date
Msg-id 199911251748.SAA16140@vlsilab34.polito.it
Whole thread Raw
List pgsql-ports
Hi all
We compiled Postgresql under Solaris 5.6.
.configure+make+make install worked without problem
but
when we try to start postmaster we got a problem about shared memory.
I was wondering if someone on this mailing list knows how to fix this problem without debuggin *all* the postgres.

This is what happens when I start postmaster:

% postmaster -i &
[1] 16136
% IpcMemoryCreate: shmget failed (Invalid argument) key=5432001, size=1073152, permission=600
FATAL 1:  ShmemCreate: cannot create region
^C
[1]    Done                 postmaster -i


Thanks in advance.

Carlo Perassi
perassi@vlsilab01.polito.it
VLSI Laboratory - Politecnico di Torino
--


pgsql-ports by date:

Previous
From: "krlux"
Date:
Subject: PostgreSQL for Linux, NT and Windows 98, from Access ?
Next
From: Carlo Perassi
Date:
Subject: Solaris 5.6 Shared Memory Problem