Bug or ?

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Bug or ?
Date: 2005-09-05 22:04:16
Message-ID: BF421D00.21102%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

FYI, it appears that you cannot start the postmaster when your current
working directory is not accessible by the postgres user:

shell-init: could not get current directory: getcwd: cannot access parent
directories: Permission denied
LOG: 00000: could not identify current directory: Permission denied
LOCATION: find_my_exec, exec.c:195
FATAL: XX000: /usr/local/pgsql/bin/postmaster: could not locate my own
executable path
LOCATION: PostmasterMain, postmaster.c:431

This seems new at least to 8.x. Don't know if there is OS involvement as
well. This issue doesn't appear to be documented, and I am not sure why PG
would want to use the current directory. Perhaps there is just some absent
error checking.

OS: Mac OS X 10.4.2
PG: 8.0.3

Best,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cristian Prieto 2005-09-05 22:20:11 Insert Ignore or something similar...
Previous Message Daniel Morgan 2005-09-05 21:17:41 Re: Debug plpgSQL stored procedures