Re: Can't restart Postgres

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Thom Brown" <thombrown(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Can't restart Postgres
Date: 2008-10-29 18:38:12
Message-ID: dcc563d10810291138r60b62406v303cd9402cb17f22@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 29, 2008 at 9:43 AM, Thom Brown <thombrown(at)gmail(dot)com> wrote:
> Hi,
> * Forcing it to shutdown which leads to a recover-run on next startup.
> pg_ctl: PID file "/var/lib/postgresql/8.3/data/postmaster.pid" does not exist
> Is server running?
> * Forced shutdown failed!!! Something is wrong with your system,
> please take care of it manually.
> [ ok ]
> * Starting PostgreSQL ...
> waiting for server to
> start...............................................................could
> not start server [ !! ]
> * The pid-file doesn't exist but pg_ctl reported a running server.
> * Please check whether there is another server running on the same
> port or read the log-file.

At this point did you do something like:

ps ax|grep postgres

???

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Noah Freire 2008-10-29 18:39:22 autovacuum
Previous Message Scott Marlowe 2008-10-29 18:22:33 Re: Are there plans to add data compression feature to postgresql?