Re: Cannot Start Postgres After System Boot

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot Start Postgres After System Boot
Date: 2010-10-21 17:31:11
Message-ID: AANLkTikVnuZ87=dyW7rr8kRF3mLHpFjegcyq-oeq3vUR@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 21, 2010 at 11:27 AM, Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:
>  Yet, when I try to access one of my databases I cannot:
>
> [rshepard(at)salmo ~]$ psql aesi
> psql: could not connect to server: No such file or directory
>        Is the server running locally and accepting
>        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

So, what do

telnet localhost 5432
AND
psql -h localhost -l

do?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2010-10-21 17:35:43 Re: Cannot Start Postgres After System Boot
Previous Message Scott Marlowe 2010-10-21 17:29:27 Re: Updates, deletes and inserts are very slow. What can I do make them bearable?