| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | bonolin(at)yahoo(dot)com |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-bugs(at)postgreSQL(dot)org |
| Subject: | Re: help for:FATAL 1: configuration file `postgresql.conf' has wrong permissions |
| Date: | 2001-07-20 20:41:06 |
| Message-ID: | 4895.995661666@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
bonolin <bonolin(at)yahoo(dot)com> writes:
> I install postgres 7.1 on solaris 2.6(sparc cpu).And create some
> db,runing normal.Today,I want to restart the database,it report
> "FATAL 1: configuration file `postgresql.conf' has wrong
> permissions",I check and change the permission to 775 ,but fail
> either,can you help.I need your help. Thanks!
A look at the source code shows it wants 744 or less.
This is probably overly restrictive; in fact, I would argue that there
should be no such check at all. We do not do runtime checks for
permissions on any other files, and some of them are far more sensitive
than postgresql.conf (password files for example). Peter, what is the
rationale for having this check?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-07-20 20:51:04 | Re: Documentation Bug related to Inheritance |
| Previous Message | Felipe Alvarez Harnecker | 2001-07-20 18:54:18 | Documentation Bug related to Inheritance |