Thread: Connection reset by peer
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 quandoli 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 eventualiallegati, 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. --
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
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 quandoli 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 eventualiallegati, 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. --