Re: Cannot get postgres started on Fedora core 3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mark Travis" <marktrav(at)bellsouth(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Cannot get postgres started on Fedora core 3
Date: 2005-03-17 22:21:48
Message-ID: 27861.1111098108@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Mark Travis" <marktrav(at)bellsouth(dot)net> writes:
> If I manually enter the command on the command line
> postgres -c /usr/bin/postmaster -p 5432 -D /var/lib/pgsql
> I get nothing.... not even a warning that I shouldn't start postgres as
> root.
> If I just type "postgres" on the command line.... nothing. No warnings, no
> nothing.....

I'll bet you have SELinux enforcement on. One of the less fun
properties of that thing (at least in Red Hat's current "targeted"
policy) is that it forbids daemons from writing on /dev/tty. And
the postgres executable is classified as a daemon even when you
invoke it from the command line. Net result: no error messages.

Does it work any better after "sudo /usr/sbin/setenforce 0" ?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2005-03-17 22:32:23 Re: Cannot get postgres started on Fedora core 3
Previous Message Oleg Bartunov 2005-03-17 22:21:09 Re: Vacuum full on a big table