Re: Make check fails on 8.3.7

From: Christine Desmuke <cdesmuke(at)kshs(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Make check fails on 8.3.7
Date: 2009-08-05 23:03:36
Message-ID: 4A7A0FC8.5060501@kshs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> Christine Desmuke <cdesmuke(at)kshs(dot)org> writes:
>> Tom Lane wrote:
>>> Years ago I saw roughly similar symptoms when SELinux decided postgres
>>> shouldn't be allowed to write to /dev/tty.
>
>> Thanks for the suggestion. It is not SELinux (SELinux status:
disabled), but _something_ is preventing postgres (both the existing
install and the one I'm trying to check) from writing to /dev/tty.
>
> You *sure* selinux is disabled? Because that sounds exactly like a
> long-ago selinux policy bug. I'd have thought everybody's machine
> had the fix by now, but if this machine isn't too up2date, maybe not...
>
> regards, tom lane

[root(at)zu ~]# sestatus
SELinux status: disabled
[root(at)zu ~]# more /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
[root(at)zu ~]# uname -r
2.6.9-78.0.22.ELsmp

Yes, the symptoms look like an selinux problem, except the machine
claims selinux is disabled, and there is nothing in the logs from avc
(or anything else notable). I've updated to the latest version of CentOS
4, which is supposed to mirror RHEL 4. I'm probably missing something
obvious, but I dunno what.

Thank you, as always, for taking the time to help.

--

Christine Desmuke
Kansas State Historical Society
cdesmuke(at)kshs(dot)org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Filip Rembiałkowski 2009-08-05 23:04:23 Re: PREPARE query with IN?
Previous Message Ivan Voras 2009-08-05 22:34:06 PREPARE query with IN?