Connection reset by peer

Connection reset by peer

am 12.05.2010 11:06:32 von Silvio Brandani

We have many postgres installation 8.3.x on different linux servers
we get each days a lot of messages like the following:

postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
[288-1] LOG: could not receive data from client: Connection reset by peer
postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
[289-1] LOG: unexpected EOF on client connection


How is it possible to eliminate this disconnection problems? are they
related to postgres configuration or something related to linux or other
stuff ?
Any suggestion higly appreciated


Silvio Brandani
---






Utilizziamo i dati personali che la riguardano esclusivamente per nostre finalità amministrative e contabili, anche quando li comunichiamo a terzi. Informazioni dettagliate, anche in ordine al Suo diritto di accesso e agli altri Suoi diritti, sono riportate alla pagina http://www.savinodelbene.com/news/privacy.html
Se avete ricevuto questo messaggio per errore Vi preghiamo di ritornarlo al mittente eliminandolo assieme agli eventuali allegati, ai sensi art. 616 codice penale http://www.savinodelbene.com/codice_penale_616.html
L'Azienda non si assume alcuna responsabilità giuridica qualora pervengano da questo indirizzo messaggi estranei all'attività lavorativa o contrari a norme.
--

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Re: Connection reset by peer

am 12.05.2010 13:31:15 von Kevin Grittner

Silvio Brandani wrote:

> postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
> [288-1] LOG: could not receive data from client: Connection reset
> by peer
> postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
> [289-1] LOG: unexpected EOF on client connection
>
>
> How is it possible to eliminate this disconnection problems?

Fix any network problems and convince the clients to terminate their
connections gracefully. The server is just reporting that the
connection to the client was lost without the client doing the proper
handshaking.

-Kevin

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Re: Connection reset by peer

am 12.05.2010 15:15:52 von Silvio Brandani

Kevin Grittner ha scritto:
> Silvio Brandani wrote:
>
>
>> postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
>> [288-1] LOG: could not receive data from client: Connection reset
>> by peer
>> postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
>> [289-1] LOG: unexpected EOF on client connection
>>
>>
>> How is it possible to eliminate this disconnection problems?
>>
>
> Fix any network problems and convince the clients to terminate their
> connections gracefully. The server is just reporting that the
> connection to the client was lost without the client doing the proper
> handshaking.
>
> -Kevin
>
>

Thanks,

could be possible some problem of high resource usage ( low of virtual
memory) on client machine (win 2003 server R2) ??


Silvio

---






Utilizziamo i dati personali che la riguardano esclusivamente per nostre finalità amministrative e contabili, anche quando li comunichiamo a terzi. Informazioni dettagliate, anche in ordine al Suo diritto di accesso e agli altri Suoi diritti, sono riportate alla pagina http://www.savinodelbene.com/news/privacy.html
Se avete ricevuto questo messaggio per errore Vi preghiamo di ritornarlo al mittente eliminandolo assieme agli eventuali allegati, ai sensi art. 616 codice penale http://www.savinodelbene.com/codice_penale_616.html
L'Azienda non si assume alcuna responsabilità giuridica qualora pervengano da questo indirizzo messaggi estranei all'attività lavorativa o contrari a norme.
--

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin