Re: [NOVICE] server log error on startup - Mailing list pgsql-novice

From Tom Lane
Subject Re: [NOVICE] server log error on startup
Date
Msg-id 19663.1483555811@sss.pgh.pa.us
Whole thread Raw
In response to [NOVICE] server log error on startup  (Jeffrey A Trimble <jatrimble@ysu.edu>)
List pgsql-novice
Jeffrey A Trimble <jatrimble@ysu.edu> writes:
> When I issue the command /usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data >log file 2>&1 & for the first run
(usingthe Short version of the installation instructions), I get the following error: 

> postgres@dtest:/> -bash: logfile: Permission denied

What directory are you issuing that command in?  If "logfile" doesn't
already exist there, you'd need write permission on the directory in
order to create it.  It looks like you don't have that.

            regards, tom lane


pgsql-novice by date:

Previous
From: Jeffrey A Trimble
Date:
Subject: [NOVICE] server log error on startup
Next
From: Samuel Inman
Date:
Subject: [NOVICE] REVOKE SELECT column on FOREIGN TABLE