IPC Shared Memory (fwd)

From: Katsuyuki Tanaka <katsut(at)cse(dot)unsw(dot)EDU(dot)AU>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: IPC Shared Memory (fwd)
Date: 2001-02-26 05:06:56
Message-ID: Pine.GSO.4.21.0102261603520.14997-100000@thylacine.orchestra.cse.unsw.EDU.AU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-hackers pgsql-interfaces

hi i'm re-sending this mail again to seek more help since i haven't got
any solution as yet. Additionaly , could it be an oracle taking up so much
resource so that i postgres can't get any of them?

Katsu

---------- Forwarded message ----------
Date: Sun, 18 Feb 2001 15:27:47 +1100 (EST)
From: Katsuyuki Tanaka <katsut(at)cse(dot)unsw(dot)EDU(dot)AU>
To: pgsql-general(at)postgresql(dot)org
Subject: IPC Shared Memory

Hi when i run postmaster i got the following error and
postmaser doesn't start,

FATAL 1: InitProcGlobal: IpcSemaphoreCreate failed
IpcSemaphoreCreate: semget failed (No space left on device) key=8888014,
num=16, permission=600
This type of error is usually caused by an improper
shared memory or System V IPC semaphore configuration.
For more information, see the FAQ and platform-specific
FAQ's in the source directory pgsql/doc or on our


i made query to admin and the max shared mem setting is already
set to the max possible

*
* IPC Shared Memory
*
4294967295 max shared memory segment size (SHMMAX)
1 min shared memory segment size (SHMMIN)
100 shared memory identifiers (SHMMNI)
10 max attached shm segments per process (SHMSEG)


I tried -N and -B but didn't have luck. Could anyone help me on
this? This problem appeared after admin changed their config
i believe, could that be it?

Thanks
Katsu

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message R D 2001-02-26 08:25:54 Re: Indexes and Views
Previous Message guard 2001-02-26 04:09:11 not use pg_dump & pg_dumpall

Browse pgsql-general by date

  From Date Subject
Next Message Dan Wilson 2001-02-26 06:26:31 version issue?
Previous Message GH 2001-02-26 02:10:55 Re: Problem with ps under Win Nt 4

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Myers 2001-02-26 08:21:25 Re: Re: [PATCHES] A patch for xlog.c
Previous Message Bruce Momjian 2001-02-26 04:59:48 Re: [PATCHES] A patch for xlog.c

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Schindler 2001-02-26 08:51:02 Re: [INTERFACES] IPC Shared Memory (fwd)
Previous Message NSB)Hiroshi Kasamatsu 2001-02-26 04:35:30 Alternative to setBinaryStream