Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: OpenMacNews <pgsql-general(dot)20(dot)openmacnews(at)spamgourmet(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK
Date: 2004-12-02 23:35:56
Message-ID: 9568.1102030556@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

OpenMacNews <pgsql-general(dot)20(dot)openmacnews(at)spamgourmet(dot)com> writes:
> although i've seen nothing pid-related in my logs, preceding my startup file
> launch cmd with a pid check/delete:

> if [ -f /var/run/postgresql.pid ]; then
> rm -rf /var/run/postgresql.pid
> fi
> (launch cmd)

> seems to have done the trick. i can now reboot w/ pgsql launch on start
> without fail.

In that case it's a problem in your launch script. The postmaster
doesn't even know that such a file exists; it keeps its lock file
in the data directory.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message OpenMacNews 2004-12-02 23:46:57 Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start;
Previous Message Bruno Wolff III 2004-12-02 23:34:31 Re: data integrity and inserts