Re: pgstat error - Mailing list pgsql-admin

From Tom Lane
Subject Re: pgstat error
Date
Msg-id 3882.1029158727@sss.pgh.pa.us
Whole thread Raw
In response to pgstat error  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List pgsql-admin
Ludwig Lim <lud_nowhere_man@yahoo.com> writes:
>   I installed Postgresql 7.2 on a FreeBSD 4.4 machine.
> Everything went ok until I tried starting the
> postmaster. Everytime I start the postmaster by typing
> ./pg_ctl -D /usr/local/data start
> I got the following error message:
> postmaster successfully started
> pgstat bind(2) : Invalid Argument

You've got networking configured to disallow access to 127.0.0.1 (local
loopback).  Either fix that, or turn off PG's statistics collector.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Geoff"
Date:
Subject: Re: problem with select into and timestamp.
Next
From: Elielson Fontanezi
Date:
Subject: J2EE with PostgreSQL