Re: Cannot Start Postgres After System Boot

From: "Reid Thompson" <Reid(dot)Thompson(at)ateb(dot)com>
To: <rshepard(at)appl-ecosys(dot)com>
Cc: "Reid Thompson" <Reid(dot)Thompson(at)ateb(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Cannot Start Postgres After System Boot
Date: 2010-10-21 18:54:41
Message-ID: 7C0800F63CCF4149AC0FC5EE2A041226D52327@sr002-2k3exc.ateb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2010-10-21 at 11:45 -0700, Rich Shepard wrote:
> On Thu, 21 Oct 2010, Scott Marlowe wrote:
>
> > So a postgres IS running on your machine. I put it to you it's not
> > running where you think it is.
>
> When I run 'ps ax | grep post' I found a few postgres processes. I tried
> '/etc/rc.d/rc.postgresql stop' but that had no effect. I killed the lowest
> numbered process and that removed them all. However, I still cannot start a
> new postgresql process.
>
> Rich
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

What does
$ su - postgres
$ pg_ctl -D /var/lib/pgsql/data
$ ps -ef|grep post

return

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrej 2010-10-21 18:55:14 Re: Cannot Start Postgres After System Boot
Previous Message Reid Thompson 2010-10-21 18:52:11 Re: Cannot Start Postgres After System Boot