| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jeffrey A Trimble <jatrimble(at)ysu(dot)edu> |
| Cc: | "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: server log error on startup |
| Date: | 2017-01-04 18:50:11 |
| Message-ID: | 19663.1483555811@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Jeffrey A Trimble <jatrimble(at)ysu(dot)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 (using the Short version of the installation instructions), I get the following error:
> postgres(at)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Samuel Inman | 2017-01-05 00:04:13 | REVOKE SELECT column on FOREIGN TABLE |
| Previous Message | Jeffrey A Trimble | 2017-01-04 15:52:37 | server log error on startup |