Re: Postgresql as service on domain controller

From: Jason Tishler <jason(at)tishler(dot)net>
To: Amit Kelkar <amit(at)postmodern(dot)com(dot)au>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Postgresql as service on domain controller
Date: 2003-11-19 12:57:24
Message-ID: 20031119125723.GA2020@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-11-19 13:01:17 Re: Login as postgres
Previous Message Pieter du Plooy 2003-11-19 08:48:34 Postgres 7.4 source building problem