Re: BUG #5267: initdb fails on AIX: could not identify current directory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5267: initdb fails on AIX: could not identify current directory
Дата
Msg-id 2871.1262793836@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5267: initdb fails on AIX: could not identify current directory  ("Michael Felt" <mamfelt@gmail.com>)
Ответы Re: BUG #5267: initdb fails on AIX: could not identify current directory  (Michael Felt <mamfelt@gmail.com>)
Список pgsql-bugs
"Michael Felt" <mamfelt@gmail.com> writes:
> I have compiled postgresql on AIX 6.1 without a great deal of difficulity
> (./configure -without-readline -without-zlib).

> However, the fist step - initdb - fails. I have not been able to determine
> which directory it is complaining about.

> could not identify current directory: The file access permissions do not
> allow the specified action.

This message means that getcwd() failed, apparently with an EACCESS
code.  Typically what that means is that some parent directory of
the current directory is not readable or searchable by the user you
ran initdb as.

I believe that initdb also invokes getcwd for the directory that
its own executable is in, and possibly for the target data directory,
so you should check the paths leading to those as well.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #5267: initdb fails on AIX: could not identify current directory
Следующее
От: Takahiro Itagaki
Дата:
Сообщение: Concurrent update failure in HEAD