| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | byrnejb(at)harte-lyne(dot)ca |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PG84 and SELinux |
| Date: | 2010-12-04 06:11:14 |
| Message-ID: | 13868.1291443074@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"James B. Byrne" <byrnejb(at)harte-lyne(dot)ca> writes:
> I wrote too soon. What I did was uncomment the ssl option. I
> neglected to change the setting from off to on.
> When I try to start the server with ssl=on it fails with this error:
> Auto configuration failed
> 29006:error:0E065068:configuration file routines:STR_COPY:variable
> has no value:conf_def.c:629:line 207
AFAIK there is no place in the standard Postgres sources that could emit
an error message even vaguely like that. I'm guessing that you are
using some add-on code that tries to parse postgresql.conf, but I don't
know what that would be. Whose init script are you using?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michał Roszka | 2010-12-04 12:01:43 | Re: Table design - postgresql solution |
| Previous Message | Tom Lane | 2010-12-04 06:05:19 | Re: encode(bytea_value, 'escape') in PostgreSQL 9.0 |