Re: Problem with initdb failing

From: Jason Tishler <jason(at)tishler(dot)net>
To: "Paul R(dot) Sand" <paul_sand(at)mverify(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Problem with initdb failing
Date: 2003-10-31 18:02:12
Message-ID: 20031031180212.GB1432@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Paul,

On Fri, Oct 31, 2003 at 11:06:52AM -0600, Paul R. Sand wrote:
> Yes, this solves the problem. I am up and running with the basic
> installation.

Good.

> $ ls -l /usr/AMATE/
> total 0
> drwx------+ 6 paul_san mkgroup- 0 Oct 31 10:27 data
^^^^^^^^
> [snip]

BTW, the mkgroup- above implies that you need to run mkgroup.

>
> paul_sand(at)mverify3 ~
> $ cygrunsrv -S ipc-daemon2
> cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062:
> The service has not been started.

What does /var/log/postmaster.log indicate? Ditto for the NT
(Application) Event Log.

Does the following from the README apply?

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 doyle ervin 2003-10-31 18:30:07 unsubscribe
Previous Message Paul R. Sand 2003-10-31 17:06:52 Re: Problem with initdb failing