Re: Error after updating postgresql - Mailing list pgsql-general

From Tom Lane
Subject Re: Error after updating postgresql
Date
Msg-id 25147.1033754452@sss.pgh.pa.us
Whole thread Raw
In response to Error after updating postgresql  (Carfield Yim <carfield@desktop.carfield.com.hk>)
List pgsql-general
Carfield Yim <carfield@desktop.carfield.com.hk> writes:
> Hi, after upgrade to Mandrake 9.0, I can't start my postgresql server. I
> find that when I run postmaster, I get the following message:

> postmaster successfully started
> PGSTAT: bind(2): Cannot assign requested address

Your networking configuration is messed up: it's disallowing loopback
connections to 127.0.0.1.

If you can't fix that, you can set stats_start_collector = false in
postgresql.conf to disable statistics collection, but this isn't a
very good solution...

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: stale temporary tables
Next
From: Tom Lane
Date:
Subject: Re: Problem with createview