Re: Post-Reboot Issue: Postmaster Not Accessible - Mailing list pgsql-general

From Alan Hodgson
Subject Re: Post-Reboot Issue: Postmaster Not Accessible
Date
Msg-id 200702280821.41478@hal.medialogik.com
Whole thread Raw
In response to Re: Post-Reboot Issue: Postmaster Not Accessible  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Post-Reboot Issue: Postmaster Not Accessible -- FIXED  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On Wednesday 28 February 2007 08:12, Rich Shepard <rshepard@appl-ecosys.com>
wrote:

> [rshepard@salmo ~]$ psql -h localhost -U postgres aesi
> Welcome to psql 8.1.4, the PostgreSQL interactive terminal.
>
> Type:  \copyright for distribution terms
>         \h for help with SQL commands
>         \? for help with psql commands
>         \g or terminate with semicolon to execute query
>         \q to quit
>
> aesi=# \q
> [rshepard@salmo ~]$ psql aesi
> psql: could not connect to server: Connection refused
>          Is the server running locally and accepting
>          connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>

Something happened to your /tmp directory after PostgreSQL started up.

Stop the postmaster, clean out the socket in /tmp, and restart the
postmaster, and it will likely fix it up.  Then you can investigate your
boot process to see what's going wrong.

--
"Remember when computers were frustrating because they did exactly what
you told them to?  That actually seems sort of quaint now." --J.D. Baldwin


pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Post-Reboot Issue: Postmaster Not Accessible
Next
From: "Ezequias Rodrigues da Rocha"
Date:
Subject: Re: How often do I need to reindex tables?