[Keystone Slip # 20] shmget failed, Solaris 2.6 - Mailing list pgsql-bugs

From webmaster@postgresql.org
Subject [Keystone Slip # 20] shmget failed, Solaris 2.6
Date
Msg-id 199907261646.MAA11698@hub.org
Whole thread Raw
List pgsql-bugs
---------------------------------------------------------------------------
Slip number -----: 20
Problem ---------: shmget failed, Solaris 2.6
Opened by -------: dflater@nist.gov on 07/26/99 11:15
Assigned To -----: scrappy
---------------------------------------------------------------------------
Summary:
PostgreSql 6.5.1
Solaris 2.6
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

> postmaster -S -D/private/pgsql/data
IpcMemoryCreate: shmget failed (Invalid argument) key=5432001, size=1073152, permission=600
FATAL 1:  ShmemCreate: cannot create region

---------------------------------------------------------------------------
History:
07/26/99 12:45 by scrappy:

In general, this error indicates an insufficient amount of shared memory segments... try using the -B switch to
postmasterto reduce the number of segments it wants to use, or increase the number available through the /etc/system
file...
---------------------------------------------------------------------------
07/26/99 12:45 by scrappy:
Dependency changed to 0 from
Current tech changed to scrappy from
Status changed to O from U
Contact changed to  from ANONYMOUS
Scheduled Close Date changed to 0 from
Scheduled Open Date changed to 0 from
Public setting changed to 1 from 0
Policy changed to 0

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


          Full information on this slip is available at:
http://www.postgresql.org/bugs/visitor.php3?sid=20&v_func=zoom

---------------------------------------------------------------------------
This message was generated automatically by Keystone at http://www.postgresql.org


pgsql-bugs by date:

Previous
From: webmaster@postgresql.org
Date:
Subject: [Keystone Slip # 21] Compilation problems under Linux
Next
From: webmaster@postgresql.org
Date:
Subject: [Keystone Slip # 19] NOT IN clause performs badly