postmaster failure with 2-23 snapshot

Поиск
Список
Период
Сортировка
От Brian P Millett
Тема postmaster failure with 2-23 snapshot
Дата
Msg-id 36D2CBF4.C076670D@ec-group.com
обсуждение исходный текст
Ответы Re: [HACKERS] postmaster failure with 2-23 snapshot  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@ec-group.com                   F. Ballard Washburn





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Alterations to backend/client protocol
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] discussion on proposed int8_ops patch