Re: ERROR: Problem running post install step

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Brodie S <brodie(dot)seaman(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: Problem running post install step
Date: 2014-08-19 21:53:53
Message-ID: 53F3C771.60207@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/19/2014 11:03 AM, Brodie S wrote:
> I am trying to install PostgreSQL on my OS X Mavericks Server.

Installing with what?

>
> I am installing the Data directory on a NAS server. However, I'm having
> an issue. Here is the section of the log file that displays the error:
>
> fixing permissions on existing directory /Volumes/Poker/Databases
> ... ok
> creating subdirectories ... ok
> selecting default max_connections ... 100
> selecting default shared_buffers ... 32MB
> creating configuration files ... ok
> creating template1 database in /Volumes/Poker/Databases/base/1 ...
> Failed to initialise the database cluster with initdb

So the above is the initial error.

>
> I've confirmed that the user "postgres" is the owner of the Databases
> folder and has full permissions.

Have you tried creating something in /Volumes/Poker/Databases/ as postgres?

Is the installer actually running as postgres?

> Not sure what else could be causing this issue.
>
> Any help would be greatly appreciated.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Van Dyk 2014-08-19 22:10:53 adding a nullable column of type domain w/ check constraint runs checks?
Previous Message John Lumby 2014-08-19 21:17:09 Re: Extended Prefetching using Asynchronous IO - proposal and patch