| From: | "mcelroy, tim" <tim(dot)mcelroy(at)bostonstock(dot)com> |
|---|---|
| To: | 'Michael Fuhr' <mike(at)fuhr(dot)org> |
| Cc: | "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Postmaster errors |
| Date: | 2006-02-02 17:34:44 |
| Message-ID: | 0C4841B42F87D51195BD00B0D020F5CB044B2341@morpheus.bostonstock.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
That was it, a fellow admin is watching the postmaster with OpenNMS....
Thanks for the tip!
Tim
-----Original Message-----
From: Michael Fuhr [mailto:mike(at)fuhr(dot)org]
Sent: Thursday, February 02, 2006 11:10 AM
To: mcelroy, tim
Cc: 'pgsql-admin(at)postgresql(dot)org'
Subject: Re: [ADMIN] Postmaster errors
On Thu, Feb 02, 2006 at 10:58:52AM -0500, mcelroy, tim wrote:
> Has anyone encountered these errors? They repeat every five (5) minutes
in
> my log file. Is there something I may have set incorrectly in my
> postgresql.conf file? Odd as I find them in my DEV & QA logs but not
> Production....
>
> 2006-02-02 10:52:33 EST USER=[unknown] DB=[unknown] [8931] LOG: 08P01:
> incomplete startup packet
> 2006-02-02 10:52:33 EST USER=[unknown] DB=[unknown] [8931] LOCATION:
> ProcessStartupPacket, postmaster.c:1311
Something connected to your server without carrying out a proper
PostgreSQL conversation. One of the usual suspects is a probe that
connects to the port and then immediately disconnects, like a port
scan or a network management system. Since it's happening every
five minutes I'd guess the latter.
--
Michael Fuhr
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Fuhr | 2006-02-02 18:04:42 | Re: Postmaster errors |
| Previous Message | Jeremy Ashcraft | 2006-02-02 17:32:08 | Re: strange hung processes |