From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Manish Gupta <ml_gupta(at)hotmail(dot)com> |
Cc: | tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: dblink not working in FC5 (Solved) |
Date: | 2006-04-24 19:10:09 |
Message-ID: | 20060424191009.GB5806@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Mon, Apr 24, 2006 at 10:18:47 -0400,
Manish Gupta <ml_gupta(at)hotmail(dot)com> wrote:
> Hello Tom,
>
> I have filed a bug (# 189764) with fedoraproject.
>
> I tried with unix sockets with same results. So, for the time being
> disabling SELinux seems to be the only solution.
You are usually better off setting permissive mode (setenforce permissive)
rather than disabling selinux. In permissive mode files and processes continue
to get labelled properly so that you won't have to do a relabel later after
you are able to go back to enforcing mode.
If you are a bit more ambitious, you can use audit2allow to help create
a modified policy that will let you continue to run in enforcing mode.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-04-24 21:36:56 | Re: Autovacuuming |
Previous Message | Alvaro Herrera | 2006-04-24 19:06:03 | Re: Autovacuuming |