ERROR: Problem running post install step - Mailing list pgsql-general

From Brodie S
Subject ERROR: Problem running post install step
Date
Msg-id CABU7+B5w2AAdq0E+FTtSMbZRdV7jJg5vukWZtD7wNma8dQLbmw@mail.gmail.com
Whole thread Raw
Responses Re: ERROR: Problem running post install step  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: ERROR: Problem running post install step  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
I am trying to install PostgreSQL on my OS X Mavericks Server. 

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 

Script stderr: 
FATAL: could not open file "pg_xlog/000000010000000000000001" (log file 0, segment 1): No such file or directory 
child process exited with exit code 1 
initdb: removing contents of data directory "/Volumes/Poker/Databases" 

Error running /Library/PostgreSQL/9.0/installer/server/initcluster.sh "postgres" "postgres" "/Library/PostgreSQL/9.0" "/Volumes/Poker/Databases" 5432 DEFAULT : FATAL: could not open file "pg_xlog/000000010000000000000001" (log file 0, segment 1): No such file or directory 
child process exited with exit code 1 
initdb: removing contents of data directory "/Volumes/Poker/Databases" 
Problem running post-install step. Installation may not complete correctly 
The database cluster initialisation failed. 
Creating Uninstaller 
Creating uninstaller 25% 
Creating uninstaller 50% 
Creating uninstaller 75% 
Creating uninstaller 100% 
Installation completed 
Log finished 08/16/2014 at 15:22:26


I've confirmed that the user "postgres" is the owner of the Databases folder and has full permissions. 
Not sure what else could be causing this issue. 

Any help would be greatly appreciated.

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: New wrapper library: QUINCE
Next
From: Larry White
Date:
Subject: Anyone using Apache Helix to manage a PostgreSQL cluster?