| From: | <rocael(at)usa(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: [Re: `postgresql.conf' has wrong permissions??? ] |
| Date: | 2001-08-03 18:19:54 |
| Message-ID: | 20010804001954.17625.qmail@nwcst322.netaddress.usa.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Thanks Tom,
the answer was 744, I did 755 for because in that way the root user can work
with the driver for the aolserver that looks for libpq.so.2, so now I did 744
-R in pgsql/ and 755 -R in pgsql/lib/
bye,
Rocael.
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
<rocael(at)usa(dot)net> writes:
> FATAL 1: configuration file `postgresql.conf' has wrong permissions
> One thing to note is that before I rebooted linux I did this:
> chmod 755 -R /usr/local/pgsql
That was a bad idea. 700 is the most permission you should have on the
/usr/local/pgsql/data directory. I am not sure why the code is so picky
about postgresql.conf and not about the data directory as a whole ---
but it will refuse to start up if postgresql.conf has more than 744
permissions.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2001-08-03 20:00:52 | Re: Fuzzy matching |
| Previous Message | Jason Earl | 2001-08-03 17:42:31 | Re: Knowing new item in table... |