Re: Postgresql as service on domain controller

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Postgresql as service on domain controller
Дата
Msg-id 20031119125723.GA2020@tishler.net
обсуждение исходный текст
Ответ на Postgresql as service on domain controller  ("Amit Kelkar" <amit@postmodern.com.au>)
Список pgsql-cygwin
Amit,

On Mon, Nov 17, 2003 at 05:58:27PM +1100, Amit Kelkar wrote:
> `postmaster' failed: execv: 1, Operation not permitted.

The above usually means postmaster (i.e., postgres.exe) is not
executable.  Does the following from the README help?

    4. Cygwin PostgreSQL can fail to start or not function properly if
    certain files and directories have incorrect permissions.  The
    following usually solves these kinds of problems:

        $ chmod a+rwx /tmp
        $ chmod a+rx /usr/bin /usr/bin/*

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

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

Предыдущее
От: "Pieter du Plooy"
Дата:
Сообщение: Postgres 7.4 source building problem
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Login as postgres