Re: Failing to boot Postgres on Red Hat Linux - Mailing list pgsql-novice

From Tom Lane
Subject Re: Failing to boot Postgres on Red Hat Linux
Date
Msg-id 11347.967758774@sss.pgh.pa.us
Whole thread Raw
In response to Failing to boot Postgres on Red Hat Linux  ("Matthew Green" <Matthewgreen@intelfax.co.uk>)
List pgsql-novice
"Matthew Green" <Matthewgreen@intelfax.co.uk> writes:
> pg:2345:respawn:/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data >>
/usr/local/pgsql/logs/server.log2>&1 </dev/null" 

> This seems to execute since if we introduce a deliberate error we get a warning on reboot.
> But with the line exactly as above we get no warnings, no server.log file is generated and the postmaster task is not
visibleif we run "ps -A" as root. 

Hmm.  If the server.log file is not getting created, then the postmaster
has never had a chance to start, because that file would be opened
before the postmaster is exec'd from su.

Two thoughts: (a) does user postgres have write permission on the
directory /usr/local/pgsql/logs?  (b) are you sure that your standard
runlevel is one of 2,3,4,5?  (see the init line in inittab)

            regards, tom lane

pgsql-novice by date:

Previous
From: ghaverla@freenet.edmonton.ab.ca
Date:
Subject: More Re: 7.0.2 regressions testing on Sparc running 2.5.1
Next
From: "Sokel, John"
Date:
Subject: RE: Access import