Re: [GENERAL] problem starting postmaster as a service

From: Melanie Bergeron <mbergeron_pg(at)globeecom(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [GENERAL] problem starting postmaster as a service
Date: 2004-01-16 19:22:19
Message-ID: 400839EB.2040707@globeecom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

I checked postmaster.log and realize that I don't have the right to
access many directories so I used [chown postgres dir_name] for some
directories and all was ok now.

Thank you very very much for your help!!

Melanie

Chris Travers wrote:

>Melanie:
>
>check /var/log/postgresql.log under cygwin. It may tell you where the
>problem is.
>
>FWIW, I had to do as follows: Move directory from /var/pgsql/ to
>/var/postgresql/ (documentation is not in sync with Cygwin setup).
>
>Chmod -R 777 /var/postgresql (eek!)
>chown postgres /var/postgresql
>then log in as postgres and correct the permissions.
>
>Your milage may vary.
>
>Best Wishes,
>Chris Travers
>
>
>
>.
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-01-16 19:51:57 Re: Problems with \copy and delimiters ','
Previous Message Randal L. Schwartz 2004-01-16 19:15:09 Re: Newbie to Postgres - Urgent query

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-01-16 20:27:46 Re: getTables or code problem?
Previous Message Melanie Bergeron 2004-01-16 18:52:05 Re: problem to connect to database