Re: Crazy hard time getting up and running

From: Tovo Rabemanantsoa <tovo(dot)rabemanantsoa(at)bordeaux(dot)inra(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Crazy hard time getting up and running
Date: 2013-08-05 09:07:41
Message-ID: 51FF6B5D.5000101@bordeaux.inra.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 08/05/2013 10:49 AM, Kinnard Hockenhull wrote:
> "Is the server really running ? Is it running locally or remotely ?"
> It was running locally.
> turns out I needed to modify postgresql.conf
> I needed to uncomment 'listenaddresses' and 'port'
> I couldn't find postgresql.conf
>
>
> Why would these be commented out by default?
I suppose that they are commented to ensure that admin reads the conf
file and customize it.
So, if it runs, and assuming that your're running a linux box, do you
have the process running (listed by ps) ?
What about the result of netstat -l ?

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message James David Smith 2013-08-05 11:38:13 General 'big data' advice....
Previous Message Kinnard Hockenhull 2013-08-05 08:49:35 Re: Crazy hard time getting up and running