Re: Ownership/Permissions Problem

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Ownership/Permissions Problem
Date: 2010-12-24 22:21:57
Message-ID: 1293229317.30276.183.camel@jd-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2010-12-24 at 14:09 -0800, Rich Shepard wrote:
> On Fri, 24 Dec 2010, John R Pierce wrote:
>
> > I'd check the permisisons on /usr/local/pgsql and /usr/local/pgsql/lib too.
> > if that directory is not o+r, you'll have problems too.
>
> John,
>
> Bingo! The subdirectories in /usr/local/pgsql were 700. Changing them to
> 755 fixed everything.
>

You will want to make sure you didn't do that
to /usr/local/pgsql/data . /usr/local/pgsql/data should be 700.

JD
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pasman pasmański 2010-12-24 22:38:53 Compress data sent to client
Previous Message Rich Shepard 2010-12-24 22:09:42 Re: Ownership/Permissions Problem