Re: [HACKERS] Can't start postmaster - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Can't start postmaster
Date
Msg-id 199904231954.PAA13015@candle.pha.pa.us
Whole thread Raw
Responses Re: [HACKERS] Can't start postmaster  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
List pgsql-hackers
> When I try to start the postmaster from the current sources, I get the
> following error.
> 
> IpcSemaphoreCreate: semget failed (No space left on device) key=5432015, num=16, permission=600
> 
> My command is as follows.
> 
> /usr/local/postgres/bin/postmaster -S -D /usr/local/postgres/data
> 
> The same command works with PostgreSQL 6.5.0 build from sources in
> Feb.  I did a full distclean, reconfigure, build and initdb.  There
> is plenty of space on the system so I assume that the above error is
> bogus but I can't imagine what has changed to make this fail.  Any ideas?
> 

Use pgsql/bin/ipcclean.  You have old shared memory around.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: light dawns: serious bug in FE/BE protocol handling
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] what are postgresql limits?