Re: Cannot Start Postgres After System Boot

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 20:19:47
Message-ID: 5481.1287692387@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rich Shepard <rshepard(at)appl-ecosys(dot)com> writes:
> Since I cannot start the postmaster I cannot run pg_dumpall.

As far as I can tell you *are* starting the postmaster, and it is
responding when you query it via TCP (eg, with "psql -h localhost").
What is not working is connections via the Unix socket. I still
suspect that the problem there is that the postmaster is creating
the socket file somewhere other than /tmp, but your client library
thinks /tmp is where to look.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2010-10-21 20:21:17 Re: Advice needed on application/database authentication/authorization/auditing model
Previous Message Scott Marlowe 2010-10-21 20:11:18 Re: Cannot Start Postgres After System Boot