From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | "David P(dot) Lurie" <dbase4(at)hotmail(dot)com> |
Cc: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: Updated Cygwin Package: postgresql-7.4.2-1 |
Date: | 2004-06-13 15:27:46 |
Message-ID: | 20040613152746.GI772@tishler.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce pgsql-cygwin |
David,
On Sat, Jun 12, 2004 at 10:57:25PM -0400, David P. Lurie wrote:
> I was able to get both cygserver and postmaster to install as services
> under XP Pro, but only cygserver will successfully run as a service.
>
> postmaster fails to run as a service, either from the command line or
> the control panel services applet. C:\cygwin\bin is in the system
> path.
>
> [snip]
>
> postmaster : PID 3388 : starting service `r' failed: redirect_fd: open
> (1, /var/log/postmaster.log): 13, Permission denied.
Does the following from the README help?
3. 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/*
$ chmod a+rw /var/log # could adversely affect other daemons
In particular, note the third chmod above.
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
From | Date | Subject | |
---|---|---|---|
Next Message | Joerg Budischewski | 2004-06-13 19:44:03 | Native postgresql driver for OpenOffice.org |
Previous Message | David P. Lurie | 2004-06-13 02:57:25 | Re: Updated Cygwin Package: postgresql-7.4.2-1 |
From | Date | Subject | |
---|---|---|---|
Next Message | Barry | 2004-06-13 16:59:25 | Source name not found |
Previous Message | Windemuth Andreas | 2004-06-13 03:49:37 | Problem with initdb |