| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com> |
| Cc: | PostgreSQL Mailing List <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: pgstat error |
| Date: | 2002-08-12 13:25:27 |
| Message-ID: | 3882.1029158727@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Ludwig Lim <lud_nowhere_man(at)yahoo(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Elielson Fontanezi | 2002-08-12 13:48:29 | J2EE with PostgreSQL |
| Previous Message | Geoff | 2002-08-12 07:47:11 | Re: problem with select into and timestamp. |