Re: BUG #4448: postgres won't start with latest stable kernel - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4448: postgres won't start with latest stable kernel
Date
Msg-id 4155.1223064302@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4448: postgres won't start with latest stable kernel  ("Donald Harter" <harterc1@comcast.net>)
Responses Re: BUG #4448: postgres won't start with latest stable kernel  (Don Harter <donharter@comcast.net>)
List pgsql-bugs
"Donald Harter" <harterc1@comcast.net> writes:
> shmget(0x52e2c1, 39288832, IPC_CREAT|IPC_EXCL|0600) = -1 EINVAL (Invalid
> argument)

Usually this means that SHMMAX is too small (as indeed Postgres tried
to tell you).

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Donald Harter"
Date:
Subject: BUG #4448: postgres won't start with latest stable kernel
Next
From: Don Harter
Date:
Subject: Re: BUG #4448: postgres won't start with latest stable kernel