From: | Justin Clift <justin(at)postgresql(dot)org> |
---|---|
To: | "John Clark L(dot) Naldoza" <njclark(at)ntsp(dot)nec(dot)co(dot)jp> |
Cc: | Chris Smith <csmith(at)squiz(dot)net>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Re: Database Recovery Help... |
Date: | 2001-05-08 11:02:37 |
Message-ID: | 3AF7D24D.37B16A72@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi John,
What OS are you running it on?
For example, I've been told that Debian Linux puts its socket files in
/var/run/postgresql instead of /tmp/.
The idea here, is to find that socket file and remove it. For most
OS's, it's in /tmp/ but for yours it might not be, especially if you've
installed from a package (rpm, deb, etc).
It's something to look into.
:-)
Regards and best wishes,
Justin Clift
"John Clark L. Naldoza" wrote:
>
> Hi,
>
> Chris Smith wrote:
> >
> > Hi,
> >
> > Did you try what it suggests?
> >
> > If you're sure PostgreSQL isn't already running, remove the
> > "/tmp/.s.PGSQL.5432" file, and try again.
>
> That file didn't exist...;-)
>
> --
> /) John Clark Naldoza y Lopez (\
> / ) Software Design Engineer II ( \
> _( (_ _ Web-Application Development _) )_
> (((\ \> /_> Cable Modem Network Management System <_\ </ /)))
> (\\\\ \_/ / NEC Telecom Software Phils., Inc. \ \_/ ////)
> \ / \ /
> \ _/ phone: (+63 32) 233-9142 loc. 3112 \_ /
> / / cellphone: (+63 919) 399-4742 \ \
> / / email: njclark(at)ntsp(dot)nec(dot)co(dot)jp \ \
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond Chui | 2001-05-08 11:13:19 | Whait is the $PGDATA/data/pg_log file use for? |
Previous Message | Peter Haworth | 2001-05-08 10:11:26 | Re: Building DBD::Pg |