From: | Chris Green <chris(at)areti(dot)co(dot)uk> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Odd permission denied message when starting client |
Date: | 2004-11-18 21:27:08 |
Message-ID: | 20041118212708.GA1324@areti.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I have just installed Postgresql 7.3.4 on my slackware 9.1 system.
The installation went fairly smoothly and the server process has
started normally:-
postgres 21027 20767 0 20:12 pts/5 00:00:00 -su
postgres 21246 1 0 20:17 pts/3 00:00:00 /usr/bin/postmaster -D /var/lib/postgresql/data
postgres 21248 21246 0 20:17 pts/3 00:00:00 postgres: stats buffer process
postgres 21251 21248 0 20:17 pts/3 00:00:00 postgres: stats collector process
However when I try and run a postgres client process as an ordinary
user I get the following:-
FATAL: could not open configuration file "postgresql.conf": Permission denied
As I understand it the permissions on the postgresql data directory
should be 0700 and owned by the postgresql user and this is how they
are set. So what permission(s) is this error complaining about?
--
Chris Green (chris(at)areti(dot)co(dot)uk)
"Never ascribe to malice, that which can be explained by incompetence."
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Green | 2004-11-18 21:33:13 | Re: Odd permission denied message when starting client |
Previous Message | Rachel McConnell | 2004-11-18 21:11:01 | only seeing first of many COPY commands in input file |