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 21:49:23
Message-ID: 20031031214922.GC1432@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Paul,

On Fri, Oct 31, 2003 at 02:33:04PM -0600, Paul R. Sand wrote:
> I changed the group ownership of the files to "Administrators". Is
> this what you meant by run mkgroup? Or, do I need to do anything else?

Yes, I meant run mkgroup:

$ mkgroup --help
Usage: mkgroup [OPTION]... [domain]...
Print /etc/group file to stdout
[snip]

> I also set the modes of the files as suggested (I had tried this
> previously too) -- /tmp /usr/bin /usr/log.
^^^

/usr or /var?

> I searched all over for a postmaster.log file and can not find one (I
> have not been able to get to the step that I start the postmaster yet,
> so this might explain not having the log, but I don't know if the
> "install" command should have been logged..) The only .log files I
> found were from the cygwin install ....

It should be in /var/log/postmaster.log.

> I still get the following when I tried to start ipc-daemon2 and
> postmaster:
>
> paul_sand(at)mverify3 /var/log
> $ cygrunsrv -S ipc-daemon2
> cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062:
> The service has not been started.

Is the Cygwin bin directory (e.g., C:\cygwin\bin) in your system path?

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 Muhyiddin A.M Hayat 2003-11-01 11:52:42 CREATE DATABASE: could not initialize database directory
Previous Message Paul R. Sand 2003-10-31 20:33:04 Re: Problem with initdb failing