From: | Rasputin <rara(dot)rasputin(at)virgin(dot)net> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: PostgreSQL 7.1 (current release) - frequent errno:55 (buffer space error) |
Date: | 2001-05-11 09:19:17 |
Message-ID: | 20010511101917.A22583@dogma.freebsd-uk.eu.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
* Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> [010511 00:13]:
> Keith Bussey <kbussey(at)wisol(dot)com> writes:
> > I am running PostgreSQL on a FreeBSD machine with 1 Gig of ram, and dual
> > P3-733mhz CPUs. This server also runs Apache and is a production/web server.
>
> > I frequently run into the errno:55 on my site, if I simply click refresh it
> > goes away. Anyone have any ideas what is causing this, or how to fix it ?
>
It's a system error, I quote from man 2 intro
---------------------------------------------------
55 ENOBUFS No buffer space available. An operation on a socket or pipe
was not performed because the system lacked sufficient buffer
space or because a queue was full.
---------------------------------------------------
which sounds like you're running low on system resources,
is the box thrashing itself ot death when you get this error?
(Take this off-list if you want as it sounds system related, not
application-specific)
> AFAIK there is no part of Postgres that would report something like
> "errno:55"; we prefer textual error messages ;-). No do I have the
> foggiest idea what you mean by "click refresh". I suspect your problem
> does not lie with Postgres but with some other software --- Apache maybe?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
--
Alexander Graham Bell is alive and well in New York, and still waiting
for a dial tone.
Rasputin :: Jack of All Trades - Master of Nuns ::
From | Date | Subject | |
---|---|---|---|
Next Message | Julian Gollop | 2001-05-11 09:46:37 | FATAL cannot create init file... why? |
Previous Message | Johannes Graumann | 2001-05-11 02:59:58 | newbie question |