Re: [GENERAL] Problems running regression tests

2006-03-25 Thread Karl O. Pinc
On 03/24/2006 10:07:24 PM, Tom Lane wrote: "Karl O. Pinc" <[EMAIL PROTECTED]> writes: > The Makefile has Does it work better if you change that to [ -x /usr/bin/chcon ] && /usr/bin/chcon -u user_u -r object_r -t postgresql_db_t testtablespace results Nope. The other thing to keep in mind

Re: [GENERAL] Problems running regression tests

2006-03-24 Thread Tom Lane
"Karl O. Pinc" <[EMAIL PROTECTED]> writes: > /usr/bin/chcon: can't apply partial context to unlabeled file testtablespace > /usr/bin/chcon: can't apply partial context to unlabeled file results > The Makefile has > [ -x /usr/bin/chcon ] && /usr/bin/chcon -t postgresql_db_t testtablespace > result

[GENERAL] Problems running regression tests

2006-03-24 Thread Karl O. Pinc
FYI, Postgres 8.0.7 OS Centos 4.2 (Final) Rebuilt and installed the rpms. To test, I copied /usr/lib/pgsql/test/regress/ to my home directory. However, gmake check always produces /usr/bin/chcon: can't apply partial context to unlabeled file testtablespace /usr/bin/chcon: can't apply par