From: | Andre Dubuc <aajdubuc(at)webhart(dot)net> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Postmaster refuses to start |
Date: | 2003-11-16 18:28:50 |
Message-ID: | 200311161328.50182.aajdubuc@webhart.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi,
I've been using Postgresql 7.3.2 -5 mdk successfully until a major power
outage that had forced my box to reboot (under voltage conditions)
unsuccessfully twice. As a result, now when I try to access my db, I get:
psql: could not connect to server: Connection refused
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
error message. Reading the archives, it was suggested to delete
/tmp/.s.PGSQL.5432, but it doesn't exist! Running ps -ef, obviously there are
no PID for the db connection that refuses to connect.
I uninstalled the whole mess, and re-installed Postgresql, but I now cannot
createdb since I get the same error message. Are there hidden file(s) to
look for and delete? My config:
pg_hba.conf set to 'local all trust'
postmaster.pid and postmaster .opts -- both empty
I'm at a total loss of what to do, or where to look --- any ideas?
Tia,
Andre
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-11-16 18:42:01 | Re: Postmaster refuses to start |
Previous Message | paul | 2003-11-15 19:34:05 | Re: shutting down postgresql |