| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | darcy(at)druid(dot)net (D'ArcyJ(dot)M(dot)Cain) |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Can't start postmaster |
| Date: | 1999-04-23 19:54:01 |
| Message-ID: | 199904231954.PAA13015@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-04-23 19:55:11 | Re: [HACKERS] what are postgresql limits? |
| Previous Message | Bruce Momjian | 1999-04-23 19:53:03 | Re: [HACKERS] Re: light dawns: serious bug in FE/BE protocol handling |