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? ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])