Re: - Mailing list pgsql-admin

From Paul B. Anderson
Subject Re:
Date
Msg-id 48DCFBE7.8090005@pnlassociates.com
Whole thread Raw
In response to ...  (Lennin Caro <lennin.caro@yahoo.com>)
List pgsql-admin
If you are sure postgresql is not running based on the pid value, it
could be refusing to start because the pid file is still there.  Remove
the pid file (in the data directory I think) and it should then start in
the usual way.

Lennin Caro wrote:
> --Original------------------------------------------------------
> Hi Everybody,
>
>
>
> About 1.5 month ago, my machine (which runs redhat linux
>
> 2.6.9-78.0.1.ELsmp on Dell hardware with postgres 8.3.3)
>
> had a terrible crash.  I am mostly recovered, but there
>
> is at least one more thing that's not right.
>
>
>
> Namely, when the machine gets rebooted, postgres doesn't
>
> start automatically.  Before the crash, there was no such
>
> problem.
>
>
>
> I see a file /etc/rc.d/init.d/postgresql.  Is this the
>
> start-up script?  If not, please tell me what would be the
>
> correct one (and where would I find one).  If it is, can you
>
> please tell me where I would find the latest one anyway?
>
> (Maybe the latest one got lost and I am looking at an old
>
> copy???)
>
>
>
> The detail of how it happens escapes me, but as near as I
>
> can reconstruct in my head, after the reboot I discover that
>
> postgres is not running and I issue:
>
>   pg_ctl start
>
> and it complains something to the effect that it is already
>
> started (which seems to be not true) and maybe it gives me
>
> a pid for the postmaster.  I think I tried:
>
>   pg_ctl stop
>
> and it told me something a bit disageeable.  But I found a
>
> file with that pid in /tmp directory and when I remove that
>
> file, then "pg_ctl start" succeeds.
>
>
>
> If this sounds familiar to you (or you have some clue as to
>
> what is going on), I would appreciate a tip.
>
>
> ----------------------------------------------
> Hi..
>
>
> the command pg_ctl need a directory where the data is, the pid is created in the same directory of the data. You can
use"/etc/rc.d/init.d/postgresql start" but firts loggin whit user postgres or the user owner of the data directory 
>
> regards......
>
>
>
>
>
>

pgsql-admin by date:

Previous
From: Lennin Caro
Date:
Subject: ...
Next
From: "Tena Sakai"
Date:
Subject: Re: postgres at reboot