Re: postgres at reboot

From: "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu>
To: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: postgres at reboot
Date: 2008-09-26 21:11:57
Message-ID: FE44E0D7EAD2ED4BB2165071DB8E328C0378F535@egcrc-ex01.egcrc.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Scott,

It's too bad (in this particular case) that you are
agreeing with me! I want someone to find a hole in
my logic so that I can find a handle to fix the
problem. The problem being that postgres doesn't get
started when the machine gets rebooted.

Regards,

Tena Sakai
tsakai(at)gallo(dot)ucsf(dot)edu

-----Original Message-----
From: Scott Marlowe [mailto:scott(dot)marlowe(at)gmail(dot)com]
Sent: Fri 9/26/2008 1:44 PM
To: Tena Sakai
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] postgres at reboot

On Fri, Sep 26, 2008 at 2:38 PM, Tena Sakai <tsakai(at)gallo(dot)ucsf(dot)edu> wrote:
> Hi Scott,
>
> When I issue: /sbin/chkconfig --list | grep postgres
> it comes back with:
>
> postgresql_ORG 0:off 1:off 2:off 3:off 4:off 5:off 6:off
> postgresql 0:off 1:off 2:on 3:on 4:on 5:on 6:off
>
> I felt a bit strange that it says 'off' at run level 6.

Run level 6 is reboot, so that's normal.

> I went into /etc/rc.d and issued:
> sudo find . -name \*postgresql\* -ls | grep S98postgresql
> and it came back with:
>
> 15618186 0 lrwxrwxrwx 1 root root 20 Aug 21 17:00
> ./rc4.d/S98postgresql -> ../init.d/postgresql
> 15618294 0 lrwxrwxrwx 1 root root 20 Aug 21 17:00
> ./rc3.d/S98postgresql -> ../init.d/postgresql
> 15618351 0 lrwxrwxrwx 1 root root 20 Aug 21 17:00
> ./rc2.d/S98postgresql -> ../init.d/postgresql
> 15618024 0 lrwxrwxrwx 1 root root 20 Aug 21 17:00
> ./rc5.d/S98postgresql -> ../init.d/postgresql
>
> Next, I went into /etc/rc.d/rc6.d and typed:
> ls -l
> and it gave me this:
> . . . . . . . . . . .
> . . . . . . . . . . .
> lrwxrwxrwx 1 root root 20 Aug 21 17:00 S98postgresq ->
> ../init.d/postgresql
>
> There is an 'l' missing from the name! I thought for a moment

It shouldn't be there, sounds like someone added it by hand.

> I found the culprit, but then I issued the command below:
> /sbin/chkconfig --list | grep '6:on'
> and it returned nothing.
>
> I am a bit confused. As I understand, run level 6 means, in
> redhat context, shutdown and reboot. But it seems in my case
> nothing is turned on for level 6. Then that missing 'l'
> is really of no significance?

Right, nothing should be started for those run levels.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mikel Lindsaar 2008-09-27 07:22:18 Re: unable to restore 8.2.5
Previous Message Scott Marlowe 2008-09-26 20:44:31 Re: postgres at reboot