BUG #5299: unable to start postgres service

Started by Savitaabout 16 years ago2 messagesbugs
Jump to latest
#1Savita
savita.halli@gmail.com

The following bug has been logged online:

Bug reference: 5299
Logged by: Savita
Email address: savita.halli@gmail.com
PostgreSQL version: 8.3.5
Operating system: HP 11.31
Description: unable to start postgres service
Details:

Hi

I have installed postgres. When I check the status of postgres service I get
it is not running. But when I start pg_ctl start it says server starting.
But server is actually not started. How do we get debug information for
pg_ctl start?

Thanks
Savita

#2Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Savita (#1)
Re: BUG #5299: unable to start postgres service

"Savita" <savita.halli@gmail.com> wrote:

I have installed postgres. When I check the status of postgres
service I get it is not running. But when I start pg_ctl start it
says server starting. But server is actually not started. How do
we get debug information for pg_ctl start?

This doesn't sound like a bug; it's probably an installation or
configuration problem. Another list, like admin, general, or novice
would be more appropriate.

When it says it is starting, that means it is attempting to start.
Apparently it is not succeeding. There should be some sort of log
entries, either to the console or to a file, if you specified the -l
switch to pg_ctl. Assuming you have permission to write to the
directory specified by -l and you haven't redirected the log to
/dev/null or some such, you should find something there which will
probably be useful.

-Kevin