Re: Postgresql as service on domain controller - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: Postgresql as service on domain controller
Date
Msg-id 20031119125723.GA2020@tishler.net
Whole thread Raw
In response to Postgresql as service on domain controller  ("Amit Kelkar" <amit@postmodern.com.au>)
List 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 by date:

Previous
From: "Pieter du Plooy"
Date:
Subject: Postgres 7.4 source building problem
Next
From: Jason Tishler
Date:
Subject: Re: Login as postgres