Re: pgAgent - Log error when running

From: "Chuck" <watsocd(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAgent - Log error when running
Date: 2006-08-02 11:49:02
Message-ID: 1154519342.380712.318450@h48g2000cwc.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

I assume you are thinking there is a space in the IP address. There is
not a typo in the command line that I can see.

I have enabled connection logging and this is what I now find in the
log.

Notice the port number keeps increasing by one each time. I have run
both the pgAgent startup commands so they are both trying to access the
server.

BTW, the log line format is the time, user, DB, message.

************************
2006-08-02 07:38:35.048 EDT [unknown] [unknown] LOG: connection
received: host=127.0.0.1 port=35382
2006-08-02 07:38:35.154 EDT postgres postgres LOG: could not receive
data from client: Connection reset by peer
2006-08-02 07:38:52.070 EDT [unknown] [unknown] LOG: connection
received: host=127.0.0.1 port=35383
2006-08-02 07:38:52.178 EDT postgres ec LOG: could not receive data
from client: Connection reset by peer
2006-08-02 07:39:05.450 EDT [unknown] [unknown] LOG: connection
received: host=127.0.0.1 port=35384
2006-08-02 07:39:05.565 EDT postgres postgres LOG: could not receive
data from client: Connection reset by peer
2006-08-02 07:39:22.480 EDT [unknown] [unknown] LOG: connection
received: host=127.0.0.1 port=35385
2006-08-02 07:39:22.618 EDT postgres ec LOG: could not receive data
from client: Connection reset by peer
*******************************

Chuck

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-08-02 12:04:56 Re: pgAgent - Log error when running
Previous Message Dave Page 2006-08-02 08:21:32 Re: pgAgent - Log error when running