Thread: No buffer space
hello, i`m a pgsql-admin, mi applications works, but after some time or transactions the db falls, when i´m trying to re-open the db y get this message: psql: could not connect to server: No buffer space avaible; the socket cannot be connected. Is the server running locally and accepting connections on unix domain socket "/tmp/.s.PGSQL.5432"? i have to stop the postmaster in some cases re-init the computer, please help me i need to have mi application running ever. Rodrigo De la Peña _________________________________________________________ Do You Yahoo!? Información de Estados Unidos y América Latina, en Yahoo! Noticias. Visítanos en http://noticias.espanol.yahoo.com
On Wed, 26 Jun 2002, [iso-8859-1] Rodrigo De la Pe�a wrote: > hello, i`m a pgsql-admin, mi applications works, but > after some time or transactions the db falls, when i�m > trying to re-open the db y get this message: > > psql: could not connect to server: No buffer space > avaible; the socket cannot be connected. Without looking at source, this sounds like something returning ENOBUFS, possibly on a call to socket (since I see ENOBUFS as one of the list errnos on its man page on my box). Do you have appropriate limits set on the machine?