Re: postgresql error - Mailing list pgsql-general

From Vasiliy G Tolstov
Subject Re: postgresql error
Date
Msg-id 1254162631.6624.1.camel@mobile.selfvps.net
Whole thread Raw
In response to Re: postgresql error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Mon, 2009-09-28 at 10:22 -0400, Tom Lane wrote:
> Vasiliy G Tolstov <v.tolstov@selfip.ru> writes:
> >> some time (meybe every four day) postgresql get error to all clients
> >> what try to connect , a can attach strace to it:
>
> >> 1. What error?
>
> > postgres@calipso ~ $ psql
> > psql: FATAL: semctl(1048608, 15, SETVAL, 0) failed: Invalid argument
>
> My bet is that something has ipcrm'd the SysV semaphores that Postgres
> uses.
>

Hmm. You may be right, because each apache restarting i manualy removed
used by apache semaphores..... Ok i'm try to disable this and check.

>             regards, tom lane
--
Vasiliy G Tolstov <v.tolstov@selfip.ru>
Selfip.Ru


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Functions returning multiple rowsets
Next
From: Oleg Bartunov
Date:
Subject: Re: generic modelling of data models; enforcing constraints dynamically...