Re: Problem with pgAgent on Ubuntu

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "P(dot) Broennimann" <peter(dot)broennimann(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with pgAgent on Ubuntu
Date: 2012-01-16 18:11:36
Message-ID: 7285.1326737496@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"P. Broennimann" <peter(dot)broennimann(at)gmail(dot)com> writes:
> -> The problem I am having is that I can not start pgagent. When I try:

> cd /usr/bin
> ./pgagent hostaddr=127.0.0.1 port=5432 dbname=postgres user=postgres

> and I get the following errors:

> /usr/bin$ WARNING: Couldn't create the primary connection (attempt 1):
> could not connect to server: Connection refused
> Is the server running on host "127.0.0.1" and accepting
> TCP/IP connections on port 5432?

"Connection refused" is a kernel-level error, not Postgres refusing the
connection. Either the postmaster is not actually listening on that
port, or there is a packet filter rejecting the traffic. I'd bet on the
latter given what you've said.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Manoj Govindassamy 2012-01-16 18:51:23 PG synchronous replication and unresponsive slave
Previous Message P. Broennimann 2012-01-16 18:05:38 Problem with pgAgent on Ubuntu