From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Carfield Yim <carfield(at)desktop(dot)carfield(dot)com(dot)hk> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Error after updating postgresql |
Date: | 2002-10-04 18:00:52 |
Message-ID: | 25147.1033754452@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Carfield Yim <carfield(at)desktop(dot)carfield(dot)com(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-10-04 18:24:34 | Re: Problem with createview |
Previous Message | Bruce Momjian | 2002-10-04 17:55:28 | Re: stale temporary tables |