Jason,
I tried the CHMOD commands and they didn't help. I vaguely followed this
guide topic you covered here (thanks Google):
http://archives.postgresql.org/pgsql-cygwin/2003-10/msg00080.php
I couldn't keep up because the the next buttons just take me to the next
thread. Really confusing.. Anyway I will try a clean install of Cygwin and
see if that helps. Thanks.
-Ben Sytko
-----Original Message-----
From: pgsql-cygwin-owner@postgresql.org
[mailto:pgsql-cygwin-owner@postgresql.org] On Behalf Of Jason Tishler
Sent: Monday, January 19, 2004 5:47 PM
To: Pgsql-Cygwin
Subject: Re: [CYGWIN] Cygrunsrv error
Ben,
On Mon, Jan 19, 2004 at 04:12:17PM -0500, bsytko wrote:
> When I was running this command:
>
> cygrunsrv -S ipc-daemon2
>
> I get this error:
>
> Cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error
> 1062: The service has not been started.
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/*
$ chmod a+rw /var/log # could adversely affect other daemons
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
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match