Re: Ubuntu 10.04 - Cannot Create TCP/IP Sockets

From: "Daniel J(dot) Summers" <daniel(dot)lists(at)djs-consulting(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Ubuntu 10.04 - Cannot Create TCP/IP Sockets
Date: 2010-05-04 04:18:11
Message-ID: 4BDFA003.2080706@djs-consulting.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 05/03/2010 02:20 PM, Tom Lane wrote:
> "Daniel J. Summers"<daniel(dot)lists(at)djs-consulting(dot)com> writes:
>
>> On 05/03/2010 01:52 PM, Tom Lane wrote:
>>
>>> Does it work if you change listen_addresses to '*' or '127.0.0.1' ?
>>>
>
>> Bingo - changing it to "*" got it started. :)
>>
> OK, what about 127.0.0.1? Given that "dig localhost" returns that,
> it *should* behave the same, but obviously something here is not
> behaving as expected. Also, after you start it with '*', does
> "psql -h localhost" work?
>

Yes on both accounts. When I had 127.0.0.1 or *, it both started up,
and psql -h localhost gave me a password prompt.

> I'm guessing that there is something funny about the way your local
> loopback is configured. It might be useful to look at "ifconfig lo".
> On a Fedora machine I get
>
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> inet6 addr: ::1/128 Scope:Host
> UP LOOPBACK RUNNING MTU:16436 Metric:1
>

Mine's a carbon copy of that. It's strange.

Let me know if there are any other commands you'd like for me to run.
The original problem is solved, but I'd be happy to help find the
disconnect (if there is one - and pardon the pun). :)

Daniel

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Sabaini 2010-05-04 12:56:56 Statistics collector port / unix dom. socket?
Previous Message Alvaro Herrera 2010-05-03 15:26:43 Re: Autovacuum stopped running