From: | "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: postgres at reboot |
Date: | 2008-09-25 19:46:56 |
Message-ID: | dcc563d10809251246r6be0aa0aw36144c2c111e5d08@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Thu, Sep 25, 2008 at 1:42 PM, Tena Sakai <tsakai(at)gallo(dot)ucsf(dot)edu> wrote:
> 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.
In RH, you use chkconfig to see what's set to start:
chkconfig --list
will show you all the services and what run levels they come up in.
chkconfig servicename on|off -- will turn a service on or off at boot.
service servicename start -- will start a service.
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Martin | 2008-09-26 00:43:23 | Re: Hex representation |
Previous Message | Tena Sakai | 2008-09-25 19:42:53 | postgres at reboot |