Re: BUG #4448: postgres won't start with latest stable kernel

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Donald Harter" <harterc1(at)comcast(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4448: postgres won't start with latest stable kernel
Date: 2008-10-03 20:05:02
Message-ID: 4155.1223064302@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Donald Harter" <harterc1(at)comcast(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Don Harter 2008-10-03 22:33:49 Re: BUG #4448: postgres won't start with latest stable kernel
Previous Message Donald Harter 2008-10-03 15:49:38 BUG #4448: postgres won't start with latest stable kernel