Re: Problems running regression tests - Mailing list pgsql-general

From Tom Lane
Subject Re: Problems running regression tests
Date
Msg-id 14208.1143259644@sss.pgh.pa.us
Whole thread Raw
In response to Problems running regression tests  ("Karl O. Pinc" <kop@meme.com>)
Responses Re: Problems running regression tests  ("Karl O. Pinc" <kop@meme.com>)
List pgsql-general
"Karl O. Pinc" <kop@meme.com> 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 results

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

?  I recall we had a similar issue in the initscript ...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL support on Redhat Advance Server 2.1
Next
From: "Eric B. Ridge"
Date:
Subject: Query plans for plpgsql triggers