Re: Initdb error without much more details PostgreSQL 7.4.19

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Initdb error without much more details PostgreSQL 7.4.19
Дата
Msg-id 11506.1203612544@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Initdb error without much more details PostgreSQL 7.4.19  (Laurent Barbier <barbierlaurent@hotmail.fr>)
Ответы Re: Initdb error without much more details PostgreSQL 7.4.19  (Laurent Barbier <barbierlaurent@hotmail.fr>)
Список pgsql-bugs
Laurent Barbier <barbierlaurent@hotmail.fr> writes:
> I'm facing a trouble with the initdb execution of PostgreSQL 7.4.19 on a Redhat 4 :

Looks like SELinux problems to me.  Does it work after doing "setenforce 0"?

> Then i install PostgreSQL binary in the order :
> rpm -ivh  postgresql-libs-7.4.19-1PGDG.rhel4.i686.rpm
> rpm -ivh postgresql-7.4.19-1PGDG.rhel4.i686.rpm

You might try Red Hat's RPMs instead --- they contain fixes for some
selinux issues, which AFAICT never got propagated into the PGDG RPMs.
Also, make sure you are up to date with the latest selinux policy
RPM.  Or you could just leave selinux turned off, but that might not
be a great idea from a security standpoint.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Laurent Barbier
Дата:
Сообщение: Initdb error without much more details PostgreSQL 7.4.19
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3951: SELECT ... WHERE Param = ? does not work if Param is of type bytea