Re: Cygrunsrv error

From: Jason Tishler <jason(at)tishler(dot)net>
To: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Cygrunsrv error
Date: 2004-01-19 22:46:57
Message-ID: 20040119224656.GC1864@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

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

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Leeuw van der, Tim 2004-01-20 15:41:49 Re: Cygrunsrv error
Previous Message bsytko 2004-01-19 21:12:17 Cygrunsrv error