Re: Database starting failed !

From: Stefan Huber <schweinsaug(at)crosswinds(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database starting failed !
Date: 2001-01-19 18:21:45
Message-ID: 5.0.2.1.0.20010119191620.00abb300@pop.crosswinds.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Mario!

>FATAL 1: postgres: could not locate executable, bailing out...

seems to me, that the user, you are starting postgres as, cannot find some executable. Make sure, all Postgres binaries are reachable via PATH. (issue echo $PATH on the commandline to see the current paths, if you're using a Un*x).
If this doesn't help, try increasing the debuglevel (-d 5) and see, if the postmaster gives you a hint of what file it can't find.

HTH,
Stefan

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mario Tanguay 2001-01-19 19:23:20 Re: Database starting failed !
Previous Message Tom Lane 2001-01-19 16:55:22 Re: GRANT odd behaviour - Bug or feature?