Re: Error after updating postgresql

From: carfield(at)programmer(dot)net (Carfield Yim)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Error after updating postgresql
Date: 2002-10-05 09:38:25
Message-ID: c40dea5f.0210050138.5bd6b3a9@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) wrote in message news:<25147(dot)1033754452(at)sss(dot)pgh(dot)pa(dot)us>...
> 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
>
Thx, I find that my problem is there is error of /etc/init.d/network
which make my system don't have

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0

after fixing this, postgresql run well, thx

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2002-10-05 09:41:15 Re: Boolean output format
Previous Message Lars 2002-10-05 09:31:43 deadlock using sequences?