Re: BUG #5299: unable to start postgres service - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: BUG #5299: unable to start postgres service
Date
Msg-id 4B62DF89020000250002ED5D@gw.wicourts.gov
Whole thread Raw
In response to BUG #5299: unable to start postgres service  ("Savita" <savita.halli@gmail.com>)
List pgsql-bugs
"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

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: unable to fail over to warm standby server
Next
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5301: difference of behaviour between 8.3 and 8.4 on IS NULL with sub rows of nulls