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

From Matthew Green
Subject Failing to boot Postgres on Red Hat Linux
Date
Msg-id s9ae8f3b.068@gwia.intelfax.co.uk
Whole thread Raw
Responses Re: Failing to boot Postgres on Red Hat Linux
Re: Failing to boot Postgres on Red Hat Linux
List pgsql-novice
Hello,

Postmaster is not initializing when our Red Hat server is rebooting.
We have followed what is stated in the manual with a slight modification to allow TCPIP connections.

i.e.
in the file /etc/inittab

-----------------------------<SNIP>---------------------------------------------
#   Run Postgres in standard runlevels

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" 
-----------------------------<EOF>---------------------------------------------

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. 

Any help would be gratefully received including alternative methods of forcing Postgres to initialize on reboot.

Many Thanks,

Matthew Green



Intelfax Limited,
Lincoln House,
75 Westminster Bridge Road,
London SE1 7HS

020 7902 5157


pgsql-novice by date:

Previous
From: Johannes Pretorius
Date:
Subject: Seek for cygwin1.dll to run postgreSQL on WinNT workstation
Next
From: Charles Curley
Date:
Subject: Re: Seek for cygwin1.dll to run postgreSQL on WinNT workstation