postmaster failure with 2-23 snapshot

From: Brian P Millett <bpm(at)ec-group(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: postmaster failure with 2-23 snapshot
Date: 1999-02-23 15:40:36
Message-ID: 36D2CBF4.C076670D@ec-group.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

uname -a
SunOS vlad 5.7 Generic_106541-01 sun4u sparc SUNW,Ultra-5_10
gcc -v
Reading specs from
/opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.60/specs
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)

I just compiled the snapshot using this command to configure pgsql:

configure --prefix=/opt/pgsql \
--with-template=solaris_sparc_gcc \
--with-tcl \
--with-perl \
--with-tclconfig=/opt/tcl/lib \
--with-includes=/opt/tcl/include

All compiles fine, but when I try to run the postmaster I get the
following:

vlad: postmaster -i
IpcMemoryCreate: shmget failed (Invalid argument) key=5432001,
size=1137426, permission=600
FATAL 1: ShmemCreate: cannot create region

Thought it might help with the development.
Thanks.

--
Brian Millett
Enterprise Consulting Group "Heaven can not exist,
(314) 205-9030 If the family is not eternal"
bpm(at)ec-group(dot)com F. Ballard Washburn

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1999-02-23 18:04:34 Re: [HACKERS] discussion on proposed int8_ops patch
Previous Message Tom Lane 1999-02-23 15:36:53 Re: [HACKERS] Alterations to backend/client protocol